Richard Newman
19a1856253
Part 2: take a dependency on rusqlite for query arguments.
2017-04-28 11:24:28 -07:00
Nick Alexander
ff0147e89c
Review comments: downgrade to error-chain 0.8.1 for Send + Sync bound; use combine::primitive::Error.
2017-04-18 13:19:50 -07:00
Richard Newman
b2f22952c1
Convert mentat_sql to use error-chain. r=nalexander
2017-02-27 16:16:49 -08:00
Richard Newman
76f51015d9
Support accumulating TypedValue instances into a SQL query. ( #339 ) r=nalexander
...
These expand into a collection of named variables that should be
passed via bind parameters when the query is executed.
Bind parameters are now only named.
2017-02-23 18:39:43 -08:00
Richard Newman
a10f68fdb7
Mark every project as being part of the workspace. r=nalexander
...
This allows `cargo test --all` to work.
2017-02-20 11:04:08 -08:00
Richard Newman
f890995202
Add a rudimentary SQL builder, based on parts of Diesel. ( #273 ) r=nalexander
...
https://github.com/diesel-rs/diesel/
2017-02-17 17:53:50 -08:00