John Gallagher
1950158c87
Bump to 0.7.2
2016-05-19 20:38:17 -05:00
John Gallagher
84985dbd84
Bump to 0.7.1
2016-05-19 20:32:57 -05:00
John Gallagher
9379002076
Bump to version 0.7.0.
...
Also bumps libsqlite3-sys to 0.5.0.
2016-05-19 20:26:18 -05:00
John Gallagher
d608956bd0
Merge branch 'master' into remove-rows-iterator-impl
2016-05-19 14:06:56 -05:00
John Gallagher
0e6e78e81a
Merge branch 'master' into savepoint-improvements
2016-05-19 13:49:02 -05:00
John Gallagher
db471de1a9
Add breaking change note to Changelog about Rows no longer implementing Iterator
2016-05-18 22:03:46 -05:00
John Gallagher
d5bbbbd763
Add query_map_named and query_and_then_named to Statement.
2016-05-18 22:01:08 -05:00
John Gallagher
a19807b8e4
Update Changelog with more Transaction changes.
2016-05-18 16:40:38 -05:00
John Gallagher
437a06fca3
Merge branch 'master' into gwenn-stmt-cache
2016-05-17 20:52:52 -05:00
John Gallagher
7fe1848ddd
Add breaking change note about Transactions to Changelog.
2016-05-17 20:22:34 -05:00
John Gallagher
e4e17cc5dd
Update changelog description of statement caching.
2016-05-17 15:47:07 -05:00
John Gallagher
b76196ae1a
Merge branch 'master' into gwenn-stmt-cache
2016-05-17 08:54:47 -05:00
John Gallagher
75fcfb4d52
Add insert
and exists
to Changelog.
2016-05-16 11:19:38 -05:00
John Gallagher
6aa77e42ca
Add serde_json note to Changelog.
2016-05-15 22:52:09 -05:00
John Gallagher
aa2b3b26bd
Add chrono note to Changelog
2016-05-15 22:39:18 -05:00
John Gallagher
254a0b4cd8
Note load_extension change in Changelog
2016-03-29 16:37:37 -04:00
John Gallagher
43be3a84fa
Add bugfix to Changelog
2016-03-29 16:15:41 -04:00
John Gallagher
4a8a44d3d5
Add clippy to changelog
2016-03-29 16:14:02 -04:00
John Gallagher
9a4095365f
Merge branch 'master' into gwenn-stmt-cache
2016-02-02 10:39:22 -05:00
John Gallagher
d6d9fa9f63
Add handle() to Changelog
2016-02-01 15:23:05 -05:00
John Gallagher
73e805a488
Update Changelog with changes from recent PR merges
2016-02-01 14:18:12 -05:00
John Gallagher
0afdc111d1
Merge branch 'master' into gwenn-stmt-cache
2016-01-07 15:53:23 -05:00
John Gallagher
501d8782a5
Fix typo in Changelog
2016-01-07 15:33:04 -05:00
John Gallagher
267018b80d
Update Changelog with aggregate functions note
2016-01-07 12:40:23 -05:00
John Gallagher
25b554bd99
Update Changelog with cache feature
2016-01-07 11:31:57 -05:00
John Gallagher
a9d8473ff5
Update Changelog with latest PRs
2016-01-07 11:14:05 -05:00
John Gallagher
38cf8d597b
Bump to rusqlite 0.6.0 and libsqlite3-sys 0.4.0.
2015-12-17 00:17:44 -05:00
John Gallagher
b241f98920
Add test and check for SQLite being in single-threaded mode
2015-12-16 23:56:21 -05:00
John Gallagher
2e082d7f94
Document new Error enum.
2015-12-16 23:51:24 -05:00
John Gallagher
f8540062f8
Add blob feature to README and Changelog
2015-12-14 16:24:11 -05:00
John Gallagher
6bcc3edccd
BREAKING CHANGE: Remove common prefix on TransactionBehavior case names.
2015-12-12 14:22:50 -05:00
John Gallagher
b1cde705be
Rename SqliteLoadExtensionGuard
-> LoadExtensionGuard
.
2015-12-12 14:20:11 -05:00
John Gallagher
3d15a8a15c
Rename SqliteTransaction*
-> Transaction*
.
2015-12-12 14:17:43 -05:00
John Gallagher
9cac56d6a2
Rename SqliteOpenFlags
-> OpenFlags
.
2015-12-12 14:13:29 -05:00
John Gallagher
ea5cb41bbf
Rename SqliteRow
-> Row
.
2015-12-12 14:11:24 -05:00
John Gallagher
b932640181
Rename SqliteRows
-> Rows
.
2015-12-12 14:09:37 -05:00
John Gallagher
ec654352d9
Rename SqliteStatement
-> Statement
.
2015-12-12 14:08:04 -05:00
John Gallagher
eb60bb3111
Rename SqliteResult
-> Result
.
2015-12-12 14:06:03 -05:00
John Gallagher
f0b6bf9152
Rename SqliteError -> Error.
2015-12-12 13:53:58 -05:00
John Gallagher
4327a84edb
Rename SqliteConnection -> Connection.
...
Leave old name in as a (deprecated) typealias.
2015-12-12 13:53:34 -05:00
John Gallagher
5039e57637
Merge branch 'master' into gwenn-functions
...
Conflicts:
Changelog.md
2015-12-11 19:21:39 -05:00
John Gallagher
caf1e95e31
Add functions feature to travis and Changelog.
2015-12-11 16:28:46 -05:00
John Gallagher
489b7df451
Add named parameters to Changelog
2015-12-10 20:51:16 -05:00
John Gallagher
e2f8e73635
Initial implementation of the online backup API.
2015-12-09 00:19:59 -05:00
John Gallagher
e71104e6c3
Bump version to 0.5.0
2015-12-08 21:30:44 -05:00
John Gallagher
e0b3ad7c9b
Merge remote-tracking branch 'origin/master' into flexible-build-script
2015-12-07 11:15:21 -05:00
John Gallagher
ac08a18c43
Merge pull request #86 from jgallagher/gwenn-trace_extension
...
Add Rust interface to SQLite's logging, tracing, and profiling hooks
2015-12-01 13:19:43 -05:00
John Gallagher
3d654aeed1
Add more documentation for failure modes of functions that return s
2015-12-01 12:05:29 -05:00
John Gallagher
7fbe1172e2
Make libsqlite3-sys's build script slightly more intelligent.
...
* If SQLITE3_LIB_DIR is present in the environment, we use that.
* If SQLITE3_LIB_DIR is not present, we try to use pkg-config.
* If SQLITE3_LIB_DIR is not present and pkg-config fails, we fall back
to /usr/lib (if it exists).
2015-12-01 11:36:31 -05:00
John Gallagher
49cb1efe62
Merge branch 'master' into gwenn-trace_extension
2015-12-01 11:13:23 -05:00