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
73feb622cd
implement bytes (aka blobs) as native type
2021-08-23 17:25:10 -04: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
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
dfb5866174
lint
2020-02-21 10:27:39 -05: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
1e488d720b
Post: Use a single implementation of bail macro
2018-08-09 13:16:05 -07:00
Grisha Kruglov
9381af4289
Pre: Move core/Attribute* to core-traits
2018-08-09 13:16:05 -07:00
Grisha Kruglov
6312e89aba
Pre: Move query-projectors/errors and aggregates into query-projector-traits
2018-08-09 13:16:05 -07:00