sqlx/sqlx-core/src
Atkins dd27aa0587
Fix bug for PostgreSQL if the statement has type holes (#1363)
* fix: wait until ready after executing other helper queries while pg quering is executing

Signed-off-by: Atkins Chang <atkinschang@gmail.com>

* fix: use tls parameter for testing target

Signed-off-by: Atkins Chang <atkinschang@gmail.com>
2021-08-16 16:50:11 -07:00
..
any release: v0.5.3 2021-05-21 17:27:15 -07:00
common Replace lru-cache with hashlink 2020-12-18 21:33:09 -08:00
ext Fix some clippy lints 2020-11-19 14:04:07 -08:00
io Fix bug when a read on a BufStream is cancelled. 2021-04-08 23:53:45 -07:00
migrate fix: bring back accidentally removed methods on the Migrate trait as deprecated 2021-05-21 17:16:22 -07:00
mssql style: rustfmt 2021-01-20 22:29:05 -08:00
mysql fix(mysql): implement type traits for chrono::DateTime<Local> (#1335) 2021-07-21 16:27:00 -07:00
net Fix warnings 2021-04-15 18:27:13 -07:00
pool fix(pool): reimplement pool internals with futures-intrusive (#1320) 2021-07-21 16:28:44 -07:00
postgres Fix bug for PostgreSQL if the statement has type holes (#1363) 2021-08-16 16:50:11 -07:00
sqlite sqlite: fix a couple segfaults (#1351) 2021-08-16 14:39:45 -07:00
types Support MACADDR in Postgres (#1329) 2021-07-19 16:55:53 -07:00
acquire.rs Make impl Acquire for &'_ Pool<DB> more general 2021-01-31 16:54:22 -08:00
arguments.rs feat(macros): implement query_scalar!() and variants 2021-01-20 22:23:04 -08:00
column.rs doc: use the fancy new intra-crate doc links everywhere 2021-01-04 18:39:03 -08:00
connection.rs Make the bounds on Connection::transaction less strict. 2021-04-09 00:13:51 -07:00
database.rs refactor: rename DbOutcome to DbQueryResult 2021-01-20 21:57:26 -08:00
decode.rs doc: use the fancy new intra-crate doc links everywhere 2021-01-04 18:39:03 -08:00
describe.rs doc: use the fancy new intra-crate doc links everywhere 2021-01-04 18:39:03 -08:00
encode.rs doc: use the fancy new intra-crate doc links everywhere 2021-01-04 18:39:03 -08:00
error.rs Mark the original DatabaseError as source. (#1197) 2021-07-23 16:31:49 -07:00
executor.rs refactor: rename DbOutcome to DbQueryResult 2021-01-20 21:57:26 -08:00
from_row.rs doc: use the fancy new intra-crate doc links everywhere 2021-01-04 18:39:03 -08:00
lib.rs ban Ord::{min, max} with Clippy as it's too easy to misread 2021-02-05 13:30:35 -08:00
logger.rs fix(logging): make query logging obey level setting for sqlx::query target 2020-12-29 15:28:06 -08:00
query.rs refactor: rename DbOutcome to DbQueryResult 2021-01-20 21:57:26 -08:00
query_as.rs refactor: rename DbOutcome to DbQueryResult 2021-01-20 21:57:26 -08:00
query_scalar.rs refactor: rename DbOutcome to DbQueryResult 2021-01-20 21:57:26 -08:00
row.rs doc: use the fancy new intra-crate doc links everywhere 2021-01-04 18:39:03 -08:00
statement.rs doc: use the fancy new intra-crate doc links everywhere 2021-01-04 18:39:03 -08:00
transaction.rs refactor: rename DbOutcome to DbQueryResult 2021-01-20 21:57:26 -08:00
type_info.rs fix: allow queries that select just void to pass through macros as () instead of struct { _1: () } 2020-07-31 04:14:48 -07:00
value.rs doc: use the fancy new intra-crate doc links everywhere 2021-01-04 18:39:03 -08:00