Ryan Leckey
|
9b956c0d2c
|
fix(postgres): support the VOID type, as ()
|
2020-07-15 02:16:08 -07:00 |
|
Ryan Leckey
|
54c857b448
|
fix some remaining usage of PoolOptions
|
2020-07-14 06:33:36 -07:00 |
|
Ryan Leckey
|
00137d4a04
|
feat: add sqlx::Done and return from Executor::execute()
+ Done::rows_affected()
+ Done::last_insert_id()
|
2020-07-14 04:31:25 -07:00 |
|
Ryan Leckey
|
fc682fa991
|
fix: adjust pool usage in tests and examples
|
2020-07-12 04:42:48 -07:00 |
|
Julius de Bruijn
|
e3b3806db5
|
Handle ParameterStatus in PgStream
|
2020-07-06 05:56:10 -07:00 |
|
Ryan Leckey
|
3a8dc0e211
|
fix(tests): prevent postgres::pool_smoke_test from starving executor
|
2020-07-03 05:59:20 -07:00 |
|
Ryan Leckey
|
33ab2b9049
|
style: rustfmt
|
2020-07-02 22:38:23 -07:00 |
|
Ryan Leckey
|
1a7480774b
|
fix(postgres): after closing a statement, the connection should await CloseComplete
|
2020-07-02 22:37:04 -07:00 |
|
Ryan Leckey
|
a7117dd71b
|
feat(any): introduce the Any database driver which enables choosing the database driver at runtime
|
2020-06-27 04:07:40 -07:00 |
|
Julius de Bruijn
|
2c2a277666
|
Caching methods in Connection
|
2020-06-25 10:44:05 +02:00 |
|
Julius de Bruijn
|
5d64310004
|
LRU caching for PostgreSQL
|
2020-06-24 19:01:54 +02:00 |
|
Ryan Leckey
|
8800a40979
|
test: tokio or actix should import tokio in pool_smoke_test
|
2020-06-21 04:34:29 -07:00 |
|
Ryan Leckey
|
9abdd7e408
|
style: rustfmt
|
2020-06-21 04:08:17 -07:00 |
|
Ryan Leckey
|
7c4c185698
|
chore: update dependencies
|
2020-06-21 03:55:31 -07:00 |
|
Ryan Leckey
|
e1d22a1840
|
fix(core): async-stream crate seems to lose the stream if the stream owns the object we are streaming
hand-rolled a copy of the idea behind AsyncStream and things seem to work
|
2020-06-09 02:16:47 -07:00 |
|
Ryan Leckey
|
559169cc79
|
refactor(mssql): clean up unused imports and other warnings
|
2020-06-07 02:00:13 -07:00 |
|
Austin Bonander
|
e3dbd58bf2
|
PgConnection: use more obvious/safer query for ping()
|
2020-06-05 20:13:20 -07:00 |
|
Ryan Leckey
|
e08f05b879
|
feat: re-introduce error downcasting
|
2020-05-30 17:51:56 -07:00 |
|
Ryan Leckey
|
e5b6047009
|
feat: introduce docker-compose based testing for running locally against many database combinations
|
2020-05-30 17:51:55 -07:00 |
|