Commit Graph

  • b1b438158d Remove workaround for Rust compiler bug that was fixed in 1.9. John Gallagher 2016-05-29 20:38:46 -0400
  • 7c0eba0475 Add since and note for all deprecation tags. John Gallagher 2016-05-29 20:36:20 -0400
  • f1089176f1 Merge pull request #168 from gwenn/clippy John Gallagher 2016-05-29 14:08:08 -0400
  • 6a4eacc927 Simply use cargo clippy gwenn 2016-05-28 11:16:55 +0200
  • f817ec86bc Use new Rust 1.9 attribute: #[deprecated]. gwenn 2016-05-26 21:16:09 +0200
  • cabcaf3dcb Better error reporting on invalid column type. gwenn 2016-05-26 21:03:05 +0200
  • bafa85a1a0 Fix clippy warnings. John Gallagher 2016-05-26 00:30:01 -0400
  • f3693a993e rustfmt John Gallagher 2016-05-26 00:28:18 -0400
  • 60f7bddacc Add ToSql breaking change note to Changelog John Gallagher 2016-05-26 00:16:07 -0400
  • 9a6e17b478 Add doc comments to ToSqlOutput. John Gallagher 2016-05-26 00:14:19 -0400
  • 2b830fde2d Remove pub re-export of FFI helpers from functions. John Gallagher 2016-05-26 00:09:58 -0400
  • 6467815d02 Replace functions::ToResult with ToSql. John Gallagher 2016-05-26 00:06:53 -0400
  • 13bff6fab6 Add ToSql impl for bool. John Gallagher 2016-05-26 00:05:00 -0400
  • 9125826534 Move types::Value into its own module. John Gallagher 2016-05-25 23:30:34 -0400
  • e4926ac0d7 Rework ToSql to be implementable without unsafe. John Gallagher 2016-05-25 22:57:43 -0400
  • 9e49452300 Merge pull request #161 from jgallagher/safe-fromsql John Gallagher 2016-05-26 00:14:35 -0400
  • 8adb96131b Remove now-unnecessary FFI re-exports. John Gallagher 2016-05-25 19:53:18 -0400
  • 2f4990dafd Rename BorrowedValue -> ValueRef. John Gallagher 2016-05-24 21:34:18 -0400
  • 308789495c Add FromSql breaking change note to Changelog. John Gallagher 2016-05-24 20:16:13 -0400
  • d9df23ca90 Fix doc comment example of FromSql implementation. John Gallagher 2016-05-24 20:12:29 -0400
  • 0fbfad2452 Remove functions::FromValue. John Gallagher 2016-05-24 20:08:12 -0400
  • 4662b9b932 Allow FromSql::<f64> to work on SQLite integer values. John Gallagher 2016-05-24 20:05:32 -0400
  • 9d47d5109a Add doc comments for BorrowedValue and friends. John Gallagher 2016-05-24 19:48:26 -0400
  • 734f18c985 Impl From for converting Value <-> BorrowedValue John Gallagher 2016-05-24 19:36:38 -0400
  • 5b0cdbaa56 Redo FromSql to make implementing it not unsafe. John Gallagher 2016-05-23 21:49:54 -0400
  • c90cd37c00 Add types::BorrowedValue. John Gallagher 2016-05-23 21:48:56 -0400
  • efc6c89370 Add RawStatement::column_type. John Gallagher 2016-05-23 21:46:51 -0400
  • 1a17d3b117 Merge pull request #159 from jgallagher/refactor-types-mod John Gallagher 2016-05-22 20:31:43 -0400
  • dccfd7e801 Refactor: Extract ToSql into its own module. John Gallagher 2016-05-22 20:16:54 -0400
  • 0e96e2269c Refactor: Extract FromSql into its own module. John Gallagher 2016-05-22 20:01:03 -0400
  • cbc479c484 Rustfmt gwenn 2016-05-20 18:36:44 +0200
  • 0740620ffe Merge remote-tracking branch 'jgallagher/master' into vtab gwenn 2016-05-20 18:31:30 +0200
  • 1950158c87 Bump to 0.7.2 John Gallagher 2016-05-19 20:38:17 -0500
  • 8ce2f5888f Document CachedStatement::discard. John Gallagher 2016-05-19 20:36:41 -0500
  • dc1b0e39ed Re-export DropBehavior and SqliteTransactionBehavior. John Gallagher 2016-05-19 20:35:27 -0500
  • 84985dbd84 Bump to 0.7.1 John Gallagher 2016-05-19 20:32:57 -0500
  • d27ed0de63 Re-export Savepoint. John Gallagher 2016-05-19 20:32:17 -0500
  • 9379002076 Bump to version 0.7.0. John Gallagher 2016-05-19 20:25:40 -0500
  • e3b7d9612f Add new features to README. John Gallagher 2016-05-19 20:20:58 -0500
  • 0dfaf2816f Update feature list in doc-publishing script John Gallagher 2016-05-19 20:16:09 -0500
  • 261f82ef73 Merge pull request #157 from jgallagher/rustfmt John Gallagher 2016-05-19 20:25:29 -0500
  • c4417bee0e Manual fixes for rustfmt overly long lines. John Gallagher 2016-05-19 20:09:40 -0500
  • 71aa41c27a rustfmt John Gallagher 2016-05-19 20:04:33 -0500
  • a4c3158b95 Merge pull request #156 from jgallagher/clippy John Gallagher 2016-05-19 17:06:19 -0500
  • ef6fcc8976 Merge remote-tracking branch 'jgallagher/master' into vtab gwenn 2016-05-19 22:10:58 +0200
  • 57d2ae42cf Fix clippy needless_borrow warning John Gallagher 2016-05-19 15:03:01 -0500
  • 6f8f2f3910 Fix clippy match_same_arms warning John Gallagher 2016-05-19 15:02:06 -0500
  • 3d30104c30 Teach clippy about allowed doc markdown identifiers John Gallagher 2016-05-19 15:01:22 -0500
  • 342b00303a Merge pull request #155 from jgallagher/fix-nightly-test-failures John Gallagher 2016-05-19 14:57:16 -0500
  • c6204da9b7 Merge pull request #153 from jgallagher/remove-rows-iterator-impl John Gallagher 2016-05-19 14:31:07 -0500
  • cacda916f9 Fix doctest failures on rust nightly. John Gallagher 2016-05-19 14:25:39 -0500
  • 1bb177047e Merge remote-tracking branch 'jgallagher/master' into vtab gwenn 2016-05-19 21:24:17 +0200
  • d608956bd0 Merge branch 'master' into remove-rows-iterator-impl John Gallagher 2016-05-19 14:06:56 -0500
  • d1c3724b0e Merge pull request #152 from jgallagher/savepoint-improvements John Gallagher 2016-05-19 14:04:45 -0500
  • 0e6e78e81a Merge branch 'master' into savepoint-improvements John Gallagher 2016-05-19 13:49:02 -0500
  • 432880c12a Merge pull request #113 from jgallagher/gwenn-stmt-cache John Gallagher 2016-05-19 13:45:53 -0500
  • 74b57ee47a Add test and fix for invalid cached column_count. John Gallagher 2016-05-18 22:19:04 -0500
  • db471de1a9 Add breaking change note to Changelog about Rows no longer implementing Iterator John Gallagher 2016-05-18 22:03:46 -0500
  • d5bbbbd763 Add query_map_named and query_and_then_named to Statement. John Gallagher 2016-05-18 14:15:56 -0500
  • a19807b8e4 Update Changelog with more Transaction changes. John Gallagher 2016-05-18 16:40:38 -0500
  • 703cf22b52 Separate Savepoint out from Transaction. John Gallagher 2016-05-18 16:38:09 -0500
  • 678b301494 Make rollback take (&mut self) instead of (self) John Gallagher 2016-05-18 14:25:57 -0500
  • 42d95f042f Fix tests and improve InvalidColumnType error message. gwenn 2016-05-18 21:25:13 +0200
  • 30733a3688 Modify Rows::next to tie its lifetime to the returned Row. John Gallagher 2016-05-18 11:33:58 -0500
  • 437a06fca3 Merge branch 'master' into gwenn-stmt-cache John Gallagher 2016-05-17 20:52:52 -0500
  • e695ed8f03 Merge pull request #151 from jgallagher/transaction-lifetimes John Gallagher 2016-05-17 20:51:29 -0500
  • 7fe1848ddd Add breaking change note about Transactions to Changelog. John Gallagher 2016-05-17 20:22:34 -0500
  • 599bf5acfe Add test and fix for nested savepoint rollbacks. John Gallagher 2016-05-17 20:19:44 -0500
  • 92834951e3 Make the creation of transactions and savepoints take &mut self. John Gallagher 2016-05-17 19:53:53 -0500
  • e4e17cc5dd Update changelog description of statement caching. John Gallagher 2016-05-17 15:47:07 -0500
  • e71c3c5207 Add Connection::set_prepared_statement_cache_capacity. John Gallagher 2016-05-17 14:20:56 -0500
  • d923d8c670 Use a real LruCache instead of a VecDeque. John Gallagher 2016-05-17 12:26:17 -0500
  • 20b93bdb96 rustfmt John Gallagher 2016-05-17 12:14:21 -0500
  • bd81b727f0 Simplify CachedStatement lifetimes John Gallagher 2016-05-17 12:13:51 -0500
  • 3c15eb0218 Add Connection::prepare_cached. John Gallagher 2016-05-17 12:11:25 -0500
  • ed72da92ef Remove cache feature John Gallagher 2016-05-17 12:01:55 -0500
  • 0ab9421e6a Detach StatementCache from Connection so we can embed it (coming later) John Gallagher 2016-05-17 11:59:54 -0500
  • 1978568d01 Make StatementCache hold RawStatements instead of Statements. John Gallagher 2016-05-17 11:55:10 -0500
  • f6aba80f4b Extract RawStatement wrapper around *mut sqlite3_stmt. John Gallagher 2016-05-17 10:06:43 -0500
  • b76196ae1a Merge branch 'master' into gwenn-stmt-cache John Gallagher 2016-05-17 08:54:47 -0500
  • 29373e7d0d Merge remote-tracking branch 'jgallagher/master' into vtab gwenn 2016-05-16 22:30:58 +0200
  • 63e5570ca9 Merge pull request #149 from jgallagher/gwenn-reset John Gallagher 2016-05-16 15:19:03 -0500
  • 1262d3bb17 Call sqlite3_reset on a statement ASAP inside Rows's Iterator impl. John Gallagher 2016-05-16 14:39:14 -0500
  • 8e1ce5cf9c Fuse a Rows iterator once it fetches the final row. John Gallagher 2016-05-16 14:11:44 -0500
  • 4a6c7b5329 Reset in Rows's drop impl instead of waiting for the next query John Gallagher 2016-05-16 14:02:39 -0500
  • 3a52dd65f0 Rustfmt gwenn 2016-05-16 19:52:17 +0200
  • 9fefa372db Reset as soon as possible. gwenn 2016-05-16 19:51:31 +0200
  • ba7b1ea45e Merge pull request #147 from jgallagher/update-to-latest-bitflags John Gallagher 2016-05-16 12:20:26 -0500
  • 94b4b7595c Merge remote-tracking branch 'jgallagher/master' into vtab gwenn 2016-05-16 18:58:56 +0200
  • 9f2c048bc7 Update appveyor to use Rust 1.8 John Gallagher 2016-05-16 11:45:53 -0500
  • f1e0e10138 Merge remote-tracking branch 'jgallagher/master' into vtab gwenn 2016-05-16 18:38:15 +0200
  • 234624ae5c Merge pull request #146 from jgallagher/gwenn-convenient John Gallagher 2016-05-16 11:37:45 -0500
  • f77ae8816d Update to latest bitflags crate. John Gallagher 2016-05-16 11:36:48 -0500
  • 75fcfb4d52 Add insert and exists to Changelog. John Gallagher 2016-05-16 11:19:38 -0500
  • 757a1f40dc rustfmt John Gallagher 2016-05-16 11:18:38 -0500
  • 493446e6d1 Implement exists using query instead of FFI. John Gallagher 2016-05-16 11:18:15 -0500
  • 7b174c97f8 Add sanity check for insert that does not do an insertion John Gallagher 2016-05-16 11:15:07 -0500
  • 504b16dc98 Merge branch 'master' into gwenn-convenient John Gallagher 2016-05-16 11:02:56 -0500
  • 7f736cc321 Merge pull request #145 from jgallagher/gwenn-json John Gallagher 2016-05-16 10:33:32 -0500
  • 8124953882 rustfmt John Gallagher 2016-05-16 10:17:25 -0500