mirror of
https://github.com/isar/rusqlite.git
synced 2024-11-23 00:39:20 +08:00
Add functions feature to travis and Changelog.
This commit is contained in:
parent
3bcde498bd
commit
caf1e95e31
@ -11,8 +11,9 @@ script:
|
|||||||
- cargo test --features backup
|
- cargo test --features backup
|
||||||
- cargo test --features load_extension
|
- cargo test --features load_extension
|
||||||
- cargo test --features trace
|
- cargo test --features trace
|
||||||
- cargo test --features "backup load_extension trace"
|
- cargo test --features functions
|
||||||
- cargo doc --no-deps --features "backup load_extension trace"
|
- cargo test --features "backup functions load_extension trace"
|
||||||
|
- cargo doc --no-deps --features "backup functions load_extension trace"
|
||||||
|
|
||||||
after_success: |
|
after_success: |
|
||||||
[ $TRAVIS_BRANCH = master ] &&
|
[ $TRAVIS_BRANCH = master ] &&
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
# Version UPCOMING (TBD)
|
# Version UPCOMING (TBD)
|
||||||
|
|
||||||
* Adds `backup` feature that exposes SQLite's online backup API.
|
* Adds `backup` feature that exposes SQLite's online backup API.
|
||||||
|
* Adds `functions` feature that allows user-defined scalar functions to be added to
|
||||||
|
open `SqliteConnection`s.
|
||||||
|
|
||||||
# Version 0.5.0 (2015-12-08)
|
# Version 0.5.0 (2015-12-08)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user