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-06-01 18:21:38 +08:00
2021-10-04 11:39:16 +08:00
2022-08-28 13:51:21 +08:00
2023-06-01 18:21:38 +08:00
2023-06-01 18:21:38 +08:00
2023-06-01 18:21:38 +08:00