Ryan Leckey
|
63aa3e8f0f
|
add support for VARCHAR and BPCHAR in postgres
|
2020-03-24 12:49:52 -07:00 |
|
Ryan Leckey
|
ec27b65b26
|
postgres: change types in macros
Co-authored-by: Oliver Bøving <oliverboving@gmail.com>
|
2020-03-20 20:07:52 -07:00 |
|
Ryan Leckey
|
f562e919b7
|
Merge branch '1d-array-pg-support' of https://github.com/oeb25/sqlx into oeb25-1d-array-pg-support
|
2020-03-20 10:11:02 -07:00 |
|
Ryan Leckey
|
672f83c00e
|
use pin-project and fix impl of GuardedFlush
|
2020-03-11 01:47:29 -07:00 |
|
Austin Bonander
|
800af574c5
|
query_macros: allow Option<&str> to be passed in place of String
closes #93
|
2020-03-11 01:47:16 -07:00 |
|
Ryan Leckey
|
433aab1e5b
|
postgres: use RawValue in Decode and implement row-returning simple queries
|
2020-03-11 01:44:06 -07:00 |
|
Oliver Bøving
|
0de4b5186b
|
Add the array types to the query! macro
This still needs some work, as the inferance and error messages are not
quite where we want them to be
|
2020-02-25 21:56:07 +01:00 |
|
Tim Harding
|
f0b276ea86
|
Added tests for trailing commas on query_file! and query_file_as!
|
2020-02-09 20:41:16 -08:00 |
|
timmythetiny
|
cefd377020
|
Fix #105, allow trailing commas in query macros
|
2020-02-08 16:14:50 -08:00 |
|
Jane Lusby
|
ff731ce503
|
Enable raw ident support
|
2020-01-28 18:56:25 -08:00 |
|
Ryan Leckey
|
d00c18ec75
|
Fix query! for the no results case in Postgres and MySQL
|
2020-01-18 00:43:59 -08:00 |
|
Ryan Leckey
|
809bc3964c
|
Run rustfmt
|
2020-01-15 01:34:20 -08:00 |
|
Ryan Leckey
|
92f12e11aa
|
Add support for Tokio
|
2020-01-15 01:17:33 -08:00 |
|
Austin Bonander
|
0fdb875c20
|
support arbitrary numbers of bind parameters in query!() et al
|
2020-01-15 00:05:34 -08:00 |
|
Ryan Leckey
|
5e719917c0
|
Run rustfmt
|
2019-12-28 03:45:47 -08:00 |
|
Austin Bonander
|
2c424b6d63
|
allow slices to be passed to query!()
capture args by ref
|
2019-12-27 23:30:06 -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 |
|