sqlx/tests
2020-05-20 20:33:03 -07:00
..
fixtures update schema in SQLite test DB 2020-03-28 17:50:27 -07:00
ui fix UI tests 2020-04-27 19:43:54 -07:00
mysql-derives.rs More copy-paste errors 2020-05-20 20:33:03 -07:00
mysql-macros.rs MySQL: tweak macro test a bit 2020-03-28 17:50:27 -07:00
mysql-raw.rs row: Row::get panics, Row::try_get is fallible, Query::map panics, Query::try_map is fallible 2020-03-11 03:32:52 -07:00
mysql-types.rs fix and test handling of 0 for BigDecimal in Postgres/MySQL 2020-04-28 11:54:41 -07:00
mysql.rs Add query_as_unchecked! and query_file_as_unchecked! to use the macro system with unchecked input and output 2020-03-27 16:37:28 -07:00
postgres-derives.rs Seems like postgres needs tests like this 2020-05-20 20:33:03 -07:00
postgres-macros.rs add regression test for Map::fetch() being Unpin 2020-04-13 14:17:37 -07:00
postgres-raw.rs sqlite: implement describe 2020-03-14 17:43:44 -07:00
postgres-types.rs fix and test handling of 0 for BigDecimal in Postgres/MySQL 2020-04-28 11:54:41 -07:00
postgres.rs Postgres: don't cache failed statement 2020-03-27 15:54:28 -07:00
sqlite-derives.rs More copy-paste errors 2020-05-20 20:33:03 -07:00
sqlite-macros.rs SQLite: implement column nullability checking 2020-03-28 17:50:27 -07:00
sqlite-raw.rs sqlite: implement support for multiple statements 2020-03-14 17:43:44 -07:00
sqlite-types.rs sqlite: implement remainder of query API 2020-03-14 17:43:44 -07:00
sqlite.rs test(sqlite): add failing test to illustrate #231 2020-04-08 01:28:30 -07:00
test-query-account-by-id.sql Fix doctests for macros 2020-03-11 02:01:48 -07:00
test-query.sql implement query_as!() et al, document query macros 2019-12-27 21:45:31 -08:00
ui-tests.rs fix UI tests 2020-04-27 19:43:54 -07:00