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
|
8d188c5f1a
|
feat: expose column information on Row
- add database-specific Column types: MySqlColumn, PgColumn, etc.
- add Row::columns() -> &[DB::Column]
- add Row::column(I) and Row::try_column(I)
|
2020-07-05 03:48:36 -07:00 |
|
Ryan Leckey
|
1a7480774b
|
fix(postgres): after closing a statement, the connection should await CloseComplete
|
2020-07-02 22:37:04 -07:00 |
|
Julius de Bruijn
|
745a32ab60
|
Close pg statements correctly
|
2020-06-25 12:26:44 +02:00 |
|
Julius de Bruijn
|
5d64310004
|
LRU caching for PostgreSQL
|
2020-06-24 19:01:54 +02:00 |
|
Ryan Leckey
|
f85920acaf
|
fix(postgres): ignore more harmless messages in execute
|
2020-06-21 22:09:00 -07:00 |
|
Ryan Leckey
|
d76002e110
|
postgres: ignore more messages during execution if they are deemed not relevant
|
2020-06-21 03:55:31 -07:00 |
|
Ryan Leckey
|
c9f3e1adca
|
feat(postgres): add support for built-in range types and allow derives to handle custom range types
Co-authored-by: Caio <c410.f3r@gmail.com>
|
2020-06-12 15:33:19 -07:00 |
|
Ryan Leckey
|
1dac0b5c29
|
fix(postgres): invert the type description logic to allow all "simple" type categories
closes #379
|
2020-06-10 04:21:09 -07:00 |
|
Ryan Leckey
|
ec1cfc11e6
|
refactor(core): rename try_stream2 to try_stream (after removal of conflicting async-stream package)
|
2020-06-09 23:15:54 -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
|
bb3b571a57
|
fix: tweak lifetimes in Executor to limit the scope for the borrow on the query to the single execution
|
2020-05-30 17:51:55 -07:00 |
|
Ryan Leckey
|
9d2a0141cb
|
feat: introduce IntoArguments, query_with, query_as_with, and query_scalar_with
|
2020-05-30 17:51:55 -07:00 |
|
Ryan Leckey
|
eaa7fba9d4
|
refactor(postgres): adapt to the 0.4.x core refactor
|
2020-05-30 17:49:30 -07:00 |
|