Commit Graph

  • 9dc91c7e58 Update appveyor.yml gwenn 2016-01-25 18:35:22 +0100
  • 32c31cdb60 Try to fix appveyor build. gwenn 2016-01-24 18:54:54 +0100
  • 9b97d88362 Try to fix appveyor gwenn 2016-01-24 17:32:07 +0100
  • b8e3db4338 Try to fix error: cannot open input file 'sqlite3.lib' gwenn 2016-01-24 17:26:19 +0100
  • 6a1554d91e Try to fix appveyor build by setting SQLITE3_LIB_DIR gwenn 2016-01-24 17:00:57 +0100
  • 1bf3e58055 Add appveyor configuration file gwenn 2016-01-24 16:32:39 +0100
  • e17678b173 IntArray virtual table. gwenn 2016-01-24 12:18:21 +0100
  • 2d6705b03e First, try to implement a simple virtual table. gwenn 2016-01-23 18:34:09 +0100
  • 5b62e2dd5f Virtual Table: WIP gwenn 2016-01-10 20:56:04 +0100
  • 0afdc111d1 Merge branch 'master' into gwenn-stmt-cache John Gallagher 2016-01-07 15:53:23 -0500
  • 0d317d2e23 Merge pull request #115 from jgallagher/gwenn-aggregate John Gallagher 2016-01-07 15:49:37 -0500
  • 501d8782a5 Fix typo in Changelog John Gallagher 2016-01-07 15:33:04 -0500
  • abc5d9e219 Test all features on Travis John Gallagher 2016-01-07 15:15:43 -0500
  • ca761d7697 Avoid creating an aggregation context unnecessarily if the function is called against 0 rows. John Gallagher 2016-01-07 15:14:24 -0500
  • 267018b80d Update Changelog with aggregate functions note John Gallagher 2016-01-07 12:40:23 -0500
  • 199dfc455b Internal refactor - extract common error handling code John Gallagher 2016-01-07 12:39:16 -0500
  • b189f6ba66 Change how Aggregate works when called on no rows. John Gallagher 2016-01-07 12:33:32 -0500
  • e4819b6adc Give Aggregate::finalize ownership of the context it created John Gallagher 2016-01-07 11:42:39 -0500
  • ab262a55de Merge branch 'aggregate' of https://github.com/gwenn/rusqlite into gwenn-aggregate John Gallagher 2016-01-07 11:40:40 -0500
  • 782f59d669 Merge pull request #114 from jgallagher/typo-fix John Gallagher 2016-01-07 11:40:01 -0500
  • 726bd59932 Fix typo "rowss" in docs. John Gallagher 2016-01-07 11:36:01 -0500
  • 840a86a883 Add blob feature to doc-publishing script John Gallagher 2016-01-07 11:32:56 -0500
  • 25b554bd99 Update Changelog with cache feature John Gallagher 2016-01-07 11:31:57 -0500
  • 0a371b7145 Rename StatementCache::release -> cache_stmt John Gallagher 2016-01-07 11:30:51 -0500
  • 7b29277d6f Use discard() instead of cacheable = false to avoid prevent cached statements from returning to the cache. John Gallagher 2016-01-07 11:24:20 -0500
  • ed0923bba9 Update for RowIndex change John Gallagher 2016-01-07 11:20:42 -0500
  • a9a953e6b7 Merge branch 'stmt-cache' of https://github.com/gwenn/rusqlite into gwenn-stmt-cache John Gallagher 2016-01-07 11:19:59 -0500
  • 38e9d57a98 Merge pull request #112 from jgallagher/gwenn-dynamic John Gallagher 2016-01-07 11:19:08 -0500
  • a9d8473ff5 Update Changelog with latest PRs John Gallagher 2016-01-07 11:14:05 -0500
  • f290c15d0d Merge branch 'dynamic' of https://github.com/gwenn/rusqlite into gwenn-dynamic John Gallagher 2016-01-07 11:12:05 -0500
  • 246eb72d2a Merge pull request #110 from gwenn/row-index John Gallagher 2016-01-07 11:06:41 -0500
  • 12f26e78b3 Introduce RowIndex trait (like in rust-postgres) gwenn 2016-01-02 12:13:37 +0100
  • 9db82e74db Make possible to execute dynamic queries. gwenn 2016-01-02 10:28:00 +0100
  • 987b06cf79 Add some documentation gwenn 2015-12-20 19:27:28 +0100
  • 83b9fd0aba Test a user-defined aggregate function: my_sum. gwenn 2015-12-20 12:23:51 +0100
  • 9b4fdc29ee Add benchmarks for statement cache. gwenn 2015-12-20 09:46:05 +0100
  • 1ec2dee533 Ensure features documentation is generated. gwenn 2015-12-19 17:22:54 +0100
  • 68b4943a39 Add some doc gwenn 2015-12-19 17:14:06 +0100
  • 5876be3d48 Add test with cacheable set to false gwenn 2015-12-19 17:01:06 +0100
  • cb1951c21a Fix borrowing gwenn 2015-12-19 16:56:41 +0100
  • 7bdf80ccdb Introduce two distinct lifetime parameters. gwenn 2015-12-19 16:49:11 +0100
  • 468ded3e08 Merge branch 'master' of https://github.com/jgallagher/rusqlite into aggregate gwenn 2015-12-18 20:39:08 +0100
  • 86ffc24bb9 Merge branch 'master' of https://github.com/jgallagher/rusqlite into stmt-cache Gwenael Treguier 2015-12-18 20:25:52 +0100
  • 8d84e2b076 Activate cache feature in travis. Gwenael Treguier 2015-12-18 20:21:41 +0100
  • 30c8910d19 Still some lifetime problem... Gwenael Treguier 2015-12-18 20:18:46 +0100
  • 85fb89b280 Fail to create a new CachedStatement. Gwenael Treguier 2015-12-17 20:33:34 +0100
  • 109c26fea4 Replace LruCache by VecDeque. Gwenael Treguier 2015-12-17 20:02:49 +0100
  • 38cf8d597b Bump to rusqlite 0.6.0 and libsqlite3-sys 0.4.0. John Gallagher 2015-12-17 00:16:30 -0500
  • 94492ebef3 Merge pull request #105 from jgallagher/check-sqlite-threading-mode John Gallagher 2015-12-17 00:02:10 -0500
  • b241f98920 Add test and check for SQLite being in single-threaded mode John Gallagher 2015-12-16 23:33:56 -0500
  • bf2a63cc8d Merge pull request #104 from jgallagher/better-error-reporting John Gallagher 2015-12-16 23:54:06 -0500
  • 2e082d7f94 Document new Error enum. John Gallagher 2015-12-16 23:46:39 -0500
  • 7920dbc5ff Only check for SQLITE_CONSTRAINT_NOTNULL on new enough versions of SQLite. John Gallagher 2015-12-15 14:41:54 -0500
  • 2129cdb0f2 Add Send and Sync bounds to boxed errors to be comaptible with io::Error. John Gallagher 2015-12-15 14:34:42 -0500
  • 047861b928 Move Error into its own module (internal organization only - public API remains). John Gallagher 2015-12-13 01:04:09 -0500
  • aac4d59fcc Change Error from a struct to an enum (BREAKING CHANGE). John Gallagher 2015-12-13 00:54:08 -0500
  • b385ae002b Add ErrorCode enum and Error struct to libsqlite3-sys. John Gallagher 2015-12-12 23:32:37 -0500
  • 1f26093fc6 Move error codes into module (internal change only - public API stays the same). John Gallagher 2015-12-12 23:13:48 -0500
  • bf859a8008 Attempt to enable extended result codes for all connections John Gallagher 2015-12-12 23:10:35 -0500
  • 17e54eb6f6 Add extended result codes to libsqlite3-sys John Gallagher 2015-12-12 23:10:21 -0500
  • 69de98db90 Merge pull request #103 from jgallagher/keep-docs-on-released-versions John Gallagher 2015-12-16 16:00:01 -0500
  • a1a1a4d2f0 Add to CONTRIBUTORS John Gallagher 2015-12-16 15:56:05 -0500
  • c7c1c88c1c Add shell script to publish docs John Gallagher 2015-12-16 15:54:40 -0500
  • 0e61905a8b Remove doc publishing from .travis.yml John Gallagher 2015-12-16 15:54:31 -0500
  • ff02213b53 Introduce a RefCell in CachedStatement. Gwenael Treguier 2015-12-16 20:10:31 +0100
  • 9257987b37 Try to introduce a CachedStatement struct. Gwenael Treguier 2015-12-16 19:42:03 +0100
  • 880a78ae83 Partial fix following John suggestions. Gwenael Treguier 2015-12-15 21:49:59 +0100
  • 108b6b6fcd Merge branch 'master' of https://github.com/jgallagher/rusqlite into stmt-cache Gwenael Treguier 2015-12-15 21:03:31 +0100
  • 13c93e0f8b Rustfmt Gwenael Treguier 2015-12-15 20:57:32 +0100
  • 0b42e3c78c Merge branch 'master' of https://github.com/jgallagher/rusqlite into aggregate Gwenael Treguier 2015-12-15 20:55:46 +0100
  • 458951e2d5 First draft to support user defined aggregate functions. Gwenael Treguier 2015-12-15 20:54:23 +0100
  • 3716ed6dcd Merge pull request #101 from jgallagher/gwenn-blob John Gallagher 2015-12-15 14:30:26 -0500
  • c63238108c Add comment to write recommending write_all. John Gallagher 2015-12-15 14:24:05 -0500
  • 3482e1c453 Add unit test confirming write_all to a Blob fails if given too much data. John Gallagher 2015-12-15 13:39:47 -0500
  • f8540062f8 Add blob feature to README and Changelog John Gallagher 2015-12-14 16:24:11 -0500
  • d24968db15 Expand comments. John Gallagher 2015-12-14 16:21:38 -0500
  • 900c241c4e Fix logic in seek to disallow seeking past the end John Gallagher 2015-12-14 16:11:07 -0500
  • af9b45851a Truncate instead of erroring if asked to read/write too much data from a Blob. John Gallagher 2015-12-14 16:06:53 -0500
  • c15a8dba79 More extensive unit tests for Blob. John Gallagher 2015-12-14 15:03:29 -0500
  • a43da3ef73 rustfmt John Gallagher 2015-12-14 14:13:14 -0500
  • 7a7d13f520 Move Blob's seek to an impl of std::io::Seek. John Gallagher 2015-12-14 14:12:11 -0500
  • 439f8583e7 Move Blob's write to an impl of std::io::Write. John Gallagher 2015-12-14 13:50:18 -0500
  • f290ce11ab Move Blob's read to an impl of std::io::Read. John Gallagher 2015-12-14 13:45:44 -0500
  • 5ac5f3e9b5 Make blob_open take a DatabaseName instead of a str. John Gallagher 2015-12-14 13:38:36 -0500
  • 73611d45d5 Merge branch 'blob' of https://github.com/gwenn/rusqlite into gwenn-blob John Gallagher 2015-12-14 13:35:05 -0500
  • 19abb53e97 Merge pull request #100 from jgallagher/bindgen-update John Gallagher 2015-12-13 15:01:53 -0500
  • 4b512212d2 Inline decode_result_with_errmsg to fix dead code warning John Gallagher 2015-12-13 14:59:47 -0500
  • bf96a15bcf Merge remote-tracking branch 'origin/master' into bindgen-update John Gallagher 2015-12-13 08:45:59 -0500
  • b883ab651d Update unsafety of C function pointers for new bindgen John Gallagher 2015-12-13 08:40:51 -0500
  • 699141df22 Merge pull request #99 from gwenn/simple-exec John Gallagher 2015-12-13 08:35:31 -0500
  • e94a5b8411 Add bindgen / sqlite version note to libsqlite3-sys John Gallagher 2015-12-12 16:39:05 -0500
  • 6e208fa655 Update bindings with bindgen 0.15.0/sqlite3 3.8.10 Gwenael Treguier 2015-11-08 12:01:25 +0100
  • 1c4ca000cf Simplify execute_batch implementation. Gwenael Treguier 2015-12-13 14:15:56 +0100
  • d5faf2fab3 Merge branch 'master' of https://github.com/jgallagher/rusqlite into stmt-cache Gwenael Treguier 2015-12-13 11:23:54 +0100
  • 888dce0d8f Rustfmt Gwenael Treguier 2015-12-13 11:05:11 +0100
  • 6f0f121d61 Merge remote-tracking branch 'remotes/jgallagher/master' into blob Gwenael Treguier 2015-12-13 10:53:29 +0100
  • 38e630f231 Add description of features to README John Gallagher 2015-12-12 16:04:11 -0500
  • b177502404 Merge pull request #97 from jgallagher/remove-sqlite-prefix John Gallagher 2015-12-12 15:56:39 -0500
  • 71459ed03b Add to CONTRIBUTORS John Gallagher 2015-12-12 15:50:44 -0500
  • 6bcc3edccd BREAKING CHANGE: Remove common prefix on TransactionBehavior case names. John Gallagher 2015-12-12 14:22:50 -0500