sqlx/tests
Oliver Bøving 0de4b5186b Add the array types to the query! macro
This still needs some work, as the inferance and error messages are not
quite where we want them to be
2020-02-25 21:56:07 +01:00
..
ui/postgres sqlx-macros: fix handling of invalid idents 2020-01-21 01:52:57 -08:00
derives.rs add proper encode/decode test 2020-01-24 18:36:04 +01:00
mysql-macros.rs fix tests/mysql-macros.rs 2020-01-28 19:53:39 -08:00
mysql-types-chrono.rs Add support for Tokio 2020-01-15 01:17:33 -08:00
mysql-types.rs fix and test floats in MySQL 2020-01-30 12:17:32 -08:00
mysql.rs fix Pool to remove possibility of "leaking" connections (#84) 2020-01-31 23:33:42 -08:00
postgres-macros.rs Add the array types to the query! macro 2020-02-25 21:56:07 +01:00
postgres-types-chrono.rs Add support for Tokio 2020-01-15 01:17:33 -08:00
postgres-types.rs Implement support for 1-dim arrays for PostgreSQL 2020-02-21 14:10:12 +01:00
postgres.rs Fix #104, need to advance buffer index to account for the null (one 32-bit length val of -1) 2020-02-01 00:33:59 -08:00
test-query.sql implement query_as!() et al, document query macros 2019-12-27 21:45:31 -08:00
ui-tests.rs sqlx-macros: fix handling of invalid idents 2020-01-21 01:52:57 -08:00