Merge branch 'master' into gwenn-functions

Conflicts:
	Changelog.md
This commit is contained in:
John Gallagher
2015-12-11 19:21:39 -05:00
3 changed files with 269 additions and 44 deletions

View File

@@ -1,5 +1,6 @@
# Version UPCOMING (TBD)
* Adds a variety of `..._named` methods for executing queries using named placeholder parameters.
* 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.