dependabot[bot]
83ec0a6c7e
Update rusqlite requirement from ~0.26 to ~0.28
...
Updates the requirements on [rusqlite](https://github.com/rusqlite/rusqlite ) to permit the latest version.
- [Release notes](https://github.com/rusqlite/rusqlite/releases )
- [Changelog](https://github.com/rusqlite/rusqlite/blob/master/Changelog.md )
- [Commits](https://github.com/rusqlite/rusqlite/compare/rusqlite-0.26.1...v0.28.0 )
---
updated-dependencies:
- dependency-name: rusqlite
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-07-15 09:50:15 +00:00
Mark Watts
9a4ba44060
Merge pull request #29 from mwatts/dependabot/cargo/rusqlite-approx-0.26
...
Update rusqlite requirement from ~0.25 to ~0.26
2021-11-09 22:43:40 -05:00
dependabot[bot]
4aa70567b8
Update rusqlite requirement from ~0.25 to ~0.26
...
Updates the requirements on [rusqlite](https://github.com/rusqlite/rusqlite ) to permit the latest version.
- [Release notes](https://github.com/rusqlite/rusqlite/releases )
- [Changelog](https://github.com/rusqlite/rusqlite/blob/master/Changelog.md )
- [Commits](https://github.com/rusqlite/rusqlite/compare/v0.25.0...v0.26.0 )
---
updated-dependencies:
- dependency-name: rusqlite
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-10-04 21:22:11 +00:00
dependabot[bot]
e73effb7d2
Update ordered-float requirement from ~2.7 to ~2.8
...
Updates the requirements on [ordered-float](https://github.com/reem/rust-ordered-float ) to permit the latest version.
- [Release notes](https://github.com/reem/rust-ordered-float/releases )
- [Commits](https://github.com/reem/rust-ordered-float/compare/v2.7.0...v2.8.0 )
---
updated-dependencies:
- dependency-name: ordered-float
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-09-02 21:14:10 +00:00
dependabot[bot]
fba46fb1f2
Update ordered-float requirement from ~2.5 to ~2.7
...
Updates the requirements on [ordered-float](https://github.com/reem/rust-ordered-float ) to permit the latest version.
- [Release notes](https://github.com/reem/rust-ordered-float/releases )
- [Commits](https://github.com/reem/rust-ordered-float/compare/v2.5.0...v2.7.0 )
---
updated-dependencies:
- dependency-name: ordered-float
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-07-12 21:20:06 +00:00
Mark Watts
15df38fc8f
update rusqlite - all tests pass - some warnings
2021-07-02 20:29:41 -04:00
dependabot[bot]
c8c1363b14
Update ordered-float requirement from ~2.0 to ~2.5
...
Updates the requirements on [ordered-float](https://github.com/reem/rust-ordered-float ) to permit the latest version.
- [Release notes](https://github.com/reem/rust-ordered-float/releases )
- [Commits](https://github.com/reem/rust-ordered-float/compare/v2.0.0...v2.5.1 )
---
updated-dependencies:
- dependency-name: ordered-float
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-07-02 21:21:07 +00:00
324929a02a
Update all uses of rusqlite to 0.24
2020-08-24 16:41:17 -04:00
125306e108
Update dependencies. Lint.
2020-08-05 23:03:58 -04:00
5899bf8624
Minor version adjustments and fixes.
2020-05-25 10:51:22 -04:00
bf1ac14d32
Update dependency versions. Fix minor warnings.
2020-05-12 10:21:51 -04:00
b428579865
Update dependencies, Rust version 1.44.0-nightly and fix warnings.
2020-04-23 12:23:12 -04:00
Greg Burd
60c65033b2
Specify dependency versions without patch component unless necessary.
2020-01-23 11:15:49 -05:00
Greg Burd
b2f92b8461
Update to 2018 edition of Rust (1.42). Fix and format code. Update dependencies. Fix tests.
2020-01-16 10:58:21 -05:00
Conrad Dean
3d965fdf6e
try fixing build by upgrading rusqlite to 0.19
2019-07-17 10:59:38 -04:00
Grisha Kruglov
9e8292e68b
Allow 'sqlcipher' feature for all uses of rusqlite
...
This also patches our CI test script to only run "--feature sqlcipher"
tests on sub-crates which expose this feature (i.e. themselves rely on rusqlite).
2018-08-20 16:55:34 -07:00
Grisha Kruglov
68d0e17824
Pre: Move sql/errors into sql_traits
2018-08-09 13:16:05 -07:00
Grisha Kruglov
d0214fad7d
Pre: Move core/types.rs into core_traits
2018-08-09 13:16:05 -07:00
Grisha Kruglov
ce3ce1ccbf
Convert sql/ and query-sql/ to failure.
...
sql/query-sql
2018-06-20 14:41:52 -07:00
Richard Newman
5e50d2a9b4
Update to rusqlite 0.13.
2018-02-22 11:41:57 -08:00
Richard Newman
2ac7a1b1de
Add a feature flag to control the use of rusqlite's bundled SQLite. r=emily
...
You can use this in conjunction with setting SQLITE3_LIB_DIR to control which SQLite is used.
See https://github.com/jgallagher/rusqlite for more.
Also add recent contributors to the authors array.
2018-02-13 08:25:58 -08:00
Richard Newman
c600152d78
Update some dependencies. ( #492 ) r=etoop
...
* Update some dependencies.
* Update rusqlite to 0.12.
* Update error-chain to a forked version that implements Sync.
* Fix some compiler warnings.
* Remove unused imports in tests.
* Parse errors no longer naturally print with the expected symbol.
2017-11-21 16:24:08 +00:00
Richard Newman
523d5ea5f1
Bump dependency versions. r=bgrins. ( #441 )
2017-05-03 12:53:16 -07:00
Richard Newman
daca8def57
UUIDs and instants. Fixes #44 , #45 , #426 , #427 . ( #438 ) r=nalexander
...
* Pre: unused import in translate.rs.
* Part 2: take a dependency on rusqlite for query arguments.
* Part 1: flatten V2 schema into V1. Add UUID and URI.
Bump expected ident and bootstrap datom count in tests.
* Part 5: parse edn::Value::Uuid.
* Part 3: extend ValueType and TypedValue to include Uuid.
* Part 4: add Uuid to query arguments.
* Part 6: extend db to support Uuid.
* Part 8: add a tx-parser test for #f NaN and #uuid.
* Part 7: parse and algebrize UUIDs in queries.
* Part 1: parse #inst in EDN and throughout query engine.
* Part 3: handle instants in db.
* Part 2: instants never matches integers in queries.
* Part 4: use DateTime for tx_instants.
* Add a test for adding and querying UUIDs and instants.
* Review comments.
2017-04-28 20:11:55 -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