Commit Graph

9 Commits

Author SHA1 Message Date
1bbe666003
fix: AAAAA 2023-07-28 17:09:51 -05:00
0d8a63cdfc
fix: check_notify 2023-07-27 15:18:43 -05:00
620add44de
fix: block -> check 2023-07-23 23:05:31 -05:00
039be77d99
fix: add notifications to generic client 2023-07-23 21:26:45 -05:00
Orion Kindel
6c6a266c14
fix: dx changes 2023-07-06 22:29:28 -05:00
Bernardo Uriarte Blanco
0e494a08a9 change rest of *_raw methods to use BorrowToSql 2020-10-27 18:08:23 +01:00
Steven Fackler
27635a20ca Clean up GenericClient traits 2020-01-31 13:59:37 -08:00
Steven Fackler
3ba416ded6 Add tokio_postgres::GenericClient
We have to make the trait methods differ from the normal methods a bit
by adding Sync + Send bounds to the ToStatement parameter which is a bit
unfortunate, but necessary until GATs async_trait unnecessary.

Closes #357
2020-01-02 21:01:47 -05:00
Steven Fackler
a865207ff6 Rename to GenericClient 2020-01-02 20:44:07 -05:00