.. |
fixtures
|
tweak fixtures to add more columns and add some initial for postgres/mysql
|
2020-03-17 21:32:57 -07:00 |
ui
|
add ui tests for ipnetwork
|
2020-03-20 11:26:13 +08:00 |
mysql-derives.rs
|
Run rustfmt
|
2020-03-17 19:35:01 -07:00 |
mysql-macros.rs
|
Add zero-allocation to MySQL query execution
|
2020-03-11 01:47:29 -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
|
mysql: use double literals in test
|
2020-03-18 23:16:56 -07:00 |
mysql.rs
|
add test for fetch one messing up stream states
|
2020-03-20 21:05:25 +01:00 |
postgres-derives.rs
|
postgres: use inventory_item from fixture ( still need type name resolution for the test to work reliably )
|
2020-03-17 21:33:51 -07:00 |
postgres-macros.rs
|
postgres: change types in macros
|
2020-03-20 20:07:52 -07:00 |
postgres-raw.rs
|
sqlite: implement describe
|
2020-03-14 17:43:44 -07:00 |
postgres-types.rs
|
Extract a PgSequenceDecoder from ArrayDecoder and RecordDecoder and improve to support mutual nesting
|
2020-03-20 19:56:25 -07:00 |
postgres.rs
|
transaction: document, test, and fix operation of nested transactions
|
2020-03-18 22:46:44 -07:00 |
sqlite-derives.rs
|
support derives for sqlite
|
2020-03-20 10:21:15 +01:00 |
sqlite-macros.rs
|
remove is_null_type and use Option<TypeInfo>
|
2020-03-17 21:43:41 -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
|
remove is_null_type and use Option<TypeInfo>
|
2020-03-17 21:43:41 -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
|
add ui tests for ipnetwork
|
2020-03-20 11:26:13 +08:00 |