sqlx/sqlx-core/src
Felipe Lessa 30faf73208
Use DATETIME for Sqlite chrono, fix parsing and docs.
The name DATETIME is used as an example by the SQLite documentation
(https://sqlite.org/datatype3.html#affinity).
2020-06-27 12:22:27 +01:00
..
common feat(cache): expose capacity on StatementCache 2020-06-25 03:43:31 -07:00
ext fix: AsyncStream should use a zero-capacity stream to ensure we run in lock-step 2020-06-21 03:55:31 -07:00
io feat(mssql): implement parameterized queries 2020-06-07 02:00:13 -07:00
mssql fix: rename Decode::accepts to Type::compatible for MSSQL / bool 2020-06-21 04:13:33 -07:00
mysql Document new connection string params 2020-06-25 11:57:55 +02:00
net refactor(core): remove the HRTB (higher rank trait bound) on Row in the aim of improving ergonomics 2020-05-30 16:09:08 -07:00
pool feat: add should_flush and only spawn on drop for PoolConnection if we need to flush 2020-06-21 03:55:31 -07:00
postgres Close pg statements correctly 2020-06-25 12:26:44 +02:00
sqlite Use DATETIME for Sqlite chrono, fix parsing and docs. 2020-06-27 12:22:27 +01:00
types postgres: ignore more messages during execution if they are deemed not relevant 2020-06-21 03:55:31 -07:00
arguments.rs refactor: prepare to support postgres ranges 2020-06-12 15:33:19 -07:00
connection.rs Caching methods in Connection 2020-06-25 10:44:05 +02:00
database.rs Caching methods in Connection 2020-06-25 10:44:05 +02:00
decode.rs refactor: move Decode::accepts to Type::compatible 2020-06-21 03:55:31 -07:00
describe.rs refactor(core): remove the HRTB (higher rank trait bound) on Row in the aim of improving ergonomics 2020-05-30 16:09:08 -07:00
encode.rs docs: extend documentation on Encode/Decode 2020-06-21 03:55:31 -07:00
error.rs refactor: move Decode::accepts to Type::compatible 2020-06-21 03:55:31 -07:00
executor.rs style(core): apply more clippy suggestions 2020-05-30 18:28:55 -07:00
from_row.rs refactor: move Decode::accepts to Type::compatible 2020-06-21 03:55:31 -07:00
lib.rs Caching methods in Connection 2020-06-25 10:44:05 +02:00
logging.rs Extract slow query threshold to constant 2020-04-23 14:09:59 -07:00
query.rs refactor: prepare to support postgres ranges 2020-06-12 15:33:19 -07:00
query_as.rs refactor: prepare to support postgres ranges 2020-06-12 15:33:19 -07:00
query_scalar.rs refactor: prepare to support postgres ranges 2020-06-12 15:33:19 -07:00
row.rs refactor: move Decode::accepts to Type::compatible 2020-06-21 03:55:31 -07:00
transaction.rs feat: add should_flush and only spawn on drop for PoolConnection if we need to flush 2020-06-21 03:55:31 -07:00
type_info.rs refactor: move Decode::accepts to Type::compatible 2020-06-21 03:55:31 -07:00
value.rs refactor: move Decode::accepts to Type::compatible 2020-06-21 03:55:31 -07:00