sqlx/tests
Austin Bonander 4163388298 add nullability info to Describe
implement nullability check for Postgres as a query on pg_attribute

implement type name fetching for Postgres as part of `describe()`

add nullability for describe() to MySQL

improve errors with unknown result column type IDs in `query!()`

run cargo fmt and fix warnings

improve error when feature gates for chrono/uuid types is not turned on

workflows/rust: add step to UI-test missing optional features

improve error for unsupported/feature-gated input parameter types

fix `PgConnection::get_type_names()` for empty type IDs list

fix `tests::mysql::test_describe()` on MariaDB 10.4

copy-edit unsupported/feature-gated type errors in `query!()`

Postgres: fix SQL type of string array

closes #107
closes #17

Co-Authored-By: Anthony Dodd <Dodd.AnthonyJosiah@gmail.com>
2020-03-11 01:46:06 -07:00
..
ui add nullability info to Describe 2020-03-11 01:46:06 -07:00
derives.rs postgres: use RawValue in Decode and implement row-returning simple queries 2020-03-11 01:44:06 -07: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 add nullability info to Describe 2020-03-11 01:46:06 -07:00
postgres-macros.rs postgres: use RawValue in Decode and implement row-returning simple queries 2020-03-11 01:44:06 -07:00
postgres-raw.rs query_as: fully implement query_as, required a db-specific ext trait 2020-03-11 01:44:41 -07:00
postgres-types.rs postgres: remove old commented out test 2020-03-11 01:44:41 -07:00
postgres.rs add nullability info to Describe 2020-03-11 01:46:06 -07:00
test-query.sql implement query_as!() et al, document query macros 2019-12-27 21:45:31 -08:00
ui-tests.rs add nullability info to Describe 2020-03-11 01:46:06 -07:00