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
Mark Watts
15df38fc8f
update rusqlite - all tests pass - some warnings
2021-07-02 20:29:41 -04:00
324929a02a
Update all uses of rusqlite to 0.24
2020-08-24 16:41:17 -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
Grisha Kruglov
68d0e17824
Pre: Move sql/errors into sql_traits
2018-08-09 13:16:05 -07:00
Grisha Kruglov
07beb68c7a
Pre: Remove query/ crate
2018-08-09 13:16:05 -07:00
Grisha Kruglov
a57ba5d79f
Pre: Move Entid and KnownEntid into core_traits
2018-08-09 13:16:05 -07:00
Thom Chiovoloni
ad2b646700
Remove regex dependency from query_sql. Fixes #771 .
2018-07-06 14:56:11 -07:00
Nick Alexander
d4166cc67c
Part 6: Remove query-parser entirely.
2018-06-04 15:04:39 -07:00
Richard Newman
bc63744aba
Add :limit to queries ( #420 ) r=nalexander
...
* Pre: put query parts in alphabetical order.
* Pre: rename 'input' to 'query' in translate tests.
* Part 1: parse :limit.
* Part 2: validate and escape variable parameters in SQL.
* Part 3: algebrize and translate limits.
2017-04-19 16:16:19 -07:00
Richard Newman
70b112801c
Implement projection and querying. ( #353 ) r=nalexander
...
* Add a failing test for EDN parsing '…'.
* Expose a SQLValueType trait to get value_type_tag values out of a ValueType.
* Add accessors to FindSpec.
* Implement querying.
* Implement rudimentary projection.
* Export mentat_db::new_connection.
* Export symbols from mentat.
* Add rudimentary end-to-end query tests.
2017-03-06 14:40:10 -08:00