Austin Bonander
|
af4b5b753d
|
fixup docs for Query/QueryAs/Executor
|
2019-12-28 00:56:55 -08:00 |
|
Ryan Leckey
|
98269ddd20
|
Fix several nits from Clippy and add back chrono support for MySql
|
2019-12-27 23:16:13 -08:00 |
|
Ryan Leckey
|
9b0f34b0ce
|
Fix a couple minor nits with Pool and run rustfmt
|
2019-12-27 22:47:25 -08:00 |
|
Austin Bonander
|
7d745f98ea
|
implement query_as!() et al, document query macros
|
2019-12-27 21:45:31 -08:00 |
|
Ryan Leckey
|
d76b1357da
|
Audit MySql and Postgres protocols
|
2019-12-27 17:31:01 -08:00 |
|
Austin Bonander
|
786deecc36
|
replace bitflags::_core with std
for some reason IntelliJ-Rust reaches for this first
|
2019-12-19 18:46:37 -08:00 |
|
Austin Bonander
|
193e79569a
|
query refactors
|
2019-12-04 13:30:19 -08:00 |
|
Austin Bonander
|
acca40c88e
|
make query!() output anonymous records
|
2019-12-03 21:30:53 -08:00 |
|
Ryan Leckey
|
2227303f20
|
Have Backend require Executor and de-duplicate some logic
|
2019-11-27 23:26:20 -08:00 |
|
Ryan Leckey
|
f1fa802837
|
Allow Query::bind to forward the type inference used for FromRow
|
2019-11-27 15:21:29 -08:00 |
|
Ryan Leckey
|
73ca673bf2
|
Integrate FromRow while maintaining type fallback for query!
|
2019-11-25 23:51:04 -08:00 |
|
Ryan Leckey
|
b87edd5a9a
|
Unify sqlx::CompiledSql and sqlx::SqlQuery into sqlx::Query as a common return type between sqlx::query and sqlx::query!
|
2019-11-22 22:41:37 +00:00 |
|
Austin Bonander
|
d332558b25
|
rename FromSql/ToSql -> Decode/Encode
closes #18
|
2019-11-22 11:05:17 +00:00 |
|
Austin Bonander
|
fc07830639
|
implement facade crate so macros can be used from same namespace
|
2019-11-22 10:30:16 +00:00 |
|