Clément Guiton 3ccb9cdbf7
Feat: Expose ping method from SQLx (#1627)
* feat: add connection.ping method

* fmt

* impl `ConnectionTrait::ping` method for `SchemaManagerConnection`

* Mock connection should always be online

* remove needless clippy lint

* fmt

* Remove needless instrument

* Update src/driver/sqlx_sqlite.rs

* <feat>(Ping) removed ping() from ConnectionTrait

* removed ping from transaction

* removed unused imports

* Revert

---------

Co-authored-by: Billy Chan <ccw.billy.123@gmail.com>
Co-authored-by: Chris Tsang <chris.2y3@outlook.com>
2023-06-01 18:21:38 +08:00
..
2023-01-31 16:46:44 +08:00
2023-01-31 16:46:44 +08:00
2023-04-26 18:28:53 +08:00
2023-04-26 18:28:53 +08:00
2022-06-21 11:12:28 +08:00
2023-02-02 11:21:00 +08:00
2023-04-26 18:28:53 +08:00
2023-04-26 18:28:53 +08:00
2021-12-26 00:13:56 +08:00
2023-03-09 12:26:27 +08:00
2022-12-02 13:37:37 +08:00
2022-09-15 16:44:31 +08:00
2023-01-31 15:52:57 +08:00