Commit Graph

  • 24024b90b6 Add serde_json feature to CI checks John Gallagher 2016-05-16 10:15:05 -0500
  • b47b644246 Merge branch 'master' into gwenn-json John Gallagher 2016-05-16 10:14:09 -0500
  • 68256a54ad Merge pull request #144 from jgallagher/gwenn-chrono John Gallagher 2016-05-16 10:13:42 -0500
  • 4924c0b38b rustfmt John Gallagher 2016-05-16 10:02:07 -0500
  • 6a4abff462 Restore support for full RFC3339 timestamps with a space seperator John Gallagher 2016-05-16 09:27:50 -0500
  • 6d9b268776 Add tests confirming DateTime works with " " seperator instead of "T" John Gallagher 2016-05-16 09:13:45 -0500
  • 34d5e2db24 Always store DateTimes in UTC John Gallagher 2016-05-16 09:08:31 -0500
  • 6aa77e42ca Add serde_json note to Changelog. John Gallagher 2016-05-15 22:52:09 -0500
  • b87d4b44a6 Minor code cleanup/refactoring. No functional changes. John Gallagher 2016-05-15 22:51:04 -0500
  • 5038e2a705 Remove unnecessary column_has_valid_sqlite_type impl John Gallagher 2016-05-15 22:46:50 -0500
  • b68e9e8a6f Merge branch 'gwenn-chrono' into json John Gallagher 2016-05-15 22:41:06 -0500
  • aa2b3b26bd Add chrono note to Changelog John Gallagher 2016-05-15 22:39:18 -0500
  • 88fb175b40 Limit Timespec representation to strings. John Gallagher 2016-05-15 22:30:11 -0500
  • 07801ca370 Greatly reduce implementation of chrono types. John Gallagher 2016-05-15 22:23:02 -0500
  • 42bc173009 Only use strings for NaiveDate's ToSql/FromSql impl John Gallagher 2016-05-15 19:56:57 -0500
  • 350dc59bb9 Remove unnecessary column_has_valid_sqlite_type impls John Gallagher 2016-05-15 15:32:59 -0400
  • e1aafb4eae Merge pull request #143 from gwenn/lossy John Gallagher 2016-05-15 13:03:19 -0400
  • b20168fe9c Use String::from_utf8_lossy for error/trace. gwenn 2016-05-07 12:08:57 +0200
  • 8e92ef6cf3 SQLite Modules cannot be destroyed. gwenn 2016-05-07 12:04:16 +0200
  • 79376a4ca9 Partially fix the bug reported by @iwinux. gwenn 2016-05-04 21:57:16 +0200
  • 6fb549420b Rustfmt gwenn 2016-05-03 21:00:59 +0200
  • 1cf68d2184 Julian/Unix times are ambiguous when converted to DateTime. gwenn 2016-04-15 21:02:08 +0200
  • 59872a1850 Fix clippy warnings gwenn 2016-04-02 17:16:17 +0200
  • 57b492ffb2 Merge branch 'chrono' of https://github.com/gwenn/rusqlite into json gwenn 2016-04-02 16:50:00 +0200
  • 87844c688e Fix clippy warning gwenn 2016-04-02 16:48:33 +0200
  • 94f181f359 Merge branch 'chrono' of https://github.com/gwenn/rusqlite into json gwenn 2016-04-02 14:02:28 +0200
  • 3769d085ae Fix clippy warnings. gwenn 2016-04-02 13:57:55 +0200
  • b802230d56 Fix warnings gwenn 2016-03-30 18:28:03 +0200
  • 5541cb06fe Merge remote-tracking branch 'jgallagher/master' into vtab gwenn 2016-03-30 18:26:26 +0200
  • 73bd4a29f2 Merge remote-tracking branch 'jgallagher/master' into chrono gwenn 2016-03-30 18:02:48 +0200
  • 3a7c87b896 Merge remote-tracking branch 'jgallagher/master' into json gwenn 2016-03-30 17:58:36 +0200
  • 254a0b4cd8 Note load_extension change in Changelog John Gallagher 2016-03-29 16:37:22 -0400
  • 5e780d7fc3 Add supsuper to CONTRIBUTORS John Gallagher 2016-03-29 16:36:46 -0400
  • 9fb16c46f9 Merge pull request #131 from upsuper/load_extension John Gallagher 2016-03-29 16:36:09 -0400
  • 09dfa6afab Move clippy allowance behind a cfg_attr John Gallagher 2016-03-29 16:36:00 -0400
  • d6e604af77 Merge pull request #137 from jgallagher/fix-nightly-crash John Gallagher 2016-03-29 16:32:23 -0400
  • 43be3a84fa Add bugfix to Changelog John Gallagher 2016-03-29 16:15:41 -0400
  • c0b8be99e8 Fix crash due to 0-sized function type change in nightly John Gallagher 2016-03-29 16:09:49 -0400
  • 4a8a44d3d5 Add clippy to changelog John Gallagher 2016-03-29 16:14:02 -0400
  • b2951412f9 Merge pull request #136 from jgallagher/gwenn-clippy John Gallagher 2016-03-29 16:12:53 -0400
  • 41fe698cec Address additional clippy warnings John Gallagher 2016-03-29 14:18:56 -0400
  • 2bd54578f5 Update clippy version and address new warnings John Gallagher 2016-03-29 11:54:02 -0400
  • 3c1ce6428a Implement FromSql/ToSql for serde_json Value gwenn 2016-02-25 19:06:37 +0100
  • ecac52dc4c Make FromSql impl for TimeSpec support double/int. gwenn 2016-02-25 18:44:53 +0100
  • 08d4d9aadf Comment out TZ sensitive tests. gwenn 2016-02-23 18:34:08 +0100
  • df245d1718 Add chrono feature to CI files. gwenn 2016-02-23 18:28:39 +0100
  • 33bc6edb4a Test From/ToSQL for chrono types. gwenn 2016-02-23 18:18:56 +0100
  • bdb9823b07 Add From/ToSql impl. for chrono types. gwenn 2016-02-22 20:36:49 +0100
  • aea2f876d5 Try to fix regression with Rust stable. gwenn 2016-02-14 16:24:35 +0100
  • 0fe1990d34 Fix clippy warnings gwenn 2016-02-14 16:11:59 +0100
  • d5e4fdfa52 Try to fix Travis build. gwenn 2016-02-13 17:28:37 +0100
  • 7a9697ca2c Fix Travis config file gwenn 2016-02-13 09:23:59 +0100
  • d9fffaf797 Remove load_extension feature from the binding Xidorn Quan 2016-02-13 10:51:24 +0800
  • 80e895192e Activate vtab feature in CI builds. gwenn 2016-02-12 20:20:12 +0100
  • a9fa2baa3e Ensure there is one csv reader by cursor. gwenn 2016-02-12 20:17:42 +0100
  • 8b5f871386 Add some missing doc gwenn 2016-02-11 21:47:47 +0100
  • 1dd5c49937 Fix escape_double_quote gwenn 2016-02-11 21:19:18 +0100
  • 38209ffef3 First minimalist test for csvtab implementation. gwenn 2016-02-11 19:16:05 +0100
  • 3fbeccdf55 Fix CSVTab::next method. gwenn 2016-02-10 20:48:30 +0100
  • ed5637f513 Fix CSVTab::create method. gwenn 2016-02-10 20:30:08 +0100
  • 1e6e8115bb Introduce VTab and VTabCursor traits. gwenn 2016-02-10 18:15:46 +0100
  • 30d1464e93 Improve error handling. gwenn 2016-02-10 18:07:58 +0100
  • 933000b57a Partial CSV virtual table implementation. gwenn 2016-02-08 18:06:11 +0100
  • 2dc4230223 Split vtab module in two. gwenn 2016-02-03 20:11:34 +0100
  • effbf1e395 Merge remote-tracking branch 'jgallagher/master' into vtab gwenn 2016-02-03 18:10:58 +0100
  • 2cb6c59b3d Merge pull request #129 from gwenn/rustfmt John Gallagher 2016-02-02 15:19:50 -0500
  • f261e8f7eb Introduce init_module! macro to create sqlite_module gwenn 2016-02-02 21:16:10 +0100
  • f749d24ac1 Merge remote-tracking branch 'jgallagher/master' into vtab gwenn 2016-02-02 19:18:19 +0100
  • 24d5093ab8 Merge remote-tracking branch 'jgallagher/master' into rustfmt gwenn 2016-02-02 19:15:35 +0100
  • f529d130b9 Rustfmt gwenn 2016-02-02 19:12:00 +0100
  • 82f1467a9f Add declaration for convenient module gwenn 2016-02-02 18:57:25 +0100
  • ffabee7169 Add cache to appveyor test list John Gallagher 2016-02-02 10:40:15 -0500
  • 9a4095365f Merge branch 'master' into gwenn-stmt-cache John Gallagher 2016-02-02 10:39:22 -0500
  • 6dd1476067 Merge pull request #128 from jgallagher/expose-database-handle John Gallagher 2016-02-02 10:38:21 -0500
  • d6d9fa9f63 Add handle() to Changelog John Gallagher 2016-02-01 15:23:05 -0500
  • 350fd11fed Add a handle() method to unsafely get the underlying SQLite connection. John Gallagher 2016-02-01 15:21:03 -0500
  • 4c97a0b069 Merge pull request #126 from jgallagher/make-readme-less-scary John Gallagher 2016-02-01 15:02:06 -0500
  • 03bc69f815 Introduce exists and insert convenient methods gwenn 2016-02-01 20:42:50 +0100
  • eab16402be Merge remote-tracking branch 'jgallagher/master' into vtab gwenn 2016-02-01 20:35:30 +0100
  • a793f8c8c5 Remove scary lifetime-of-rows-may-panic from README. John Gallagher 2016-02-01 14:30:51 -0500
  • 4149389318 Add AppVeyor build status to README John Gallagher 2016-02-01 14:19:51 -0500
  • 73e805a488 Update Changelog with changes from recent PR merges John Gallagher 2016-02-01 14:18:12 -0500
  • 55dde134e1 Merge pull request #122 from gwenn/zeroblob John Gallagher 2016-02-01 14:14:14 -0500
  • 905edf84ef Merge pull request #125 from gwenn/raw_pointer_derive John Gallagher 2016-02-01 14:13:37 -0500
  • 2d0175b7dd Fix warning with Rust 1.6 gwenn 2016-02-01 18:41:52 +0100
  • 43613a0020 Moves ZeroBlob from types to blob module. gwenn 2016-02-01 18:13:07 +0100
  • f0902c95c3 Merge pull request #124 from jgallagher/gwenn-appveyor John Gallagher 2016-02-01 11:48:38 -0500
  • e041f971e8 Update appveyor configuration: John Gallagher 2016-02-01 11:09:25 -0500
  • 53b70c4b78 Merge branch 'appveyor' of https://github.com/gwenn/rusqlite into gwenn-appveyor John Gallagher 2016-02-01 11:07:54 -0500
  • e619f83819 Merge pull request #123 from jgallagher/gwenn-aggregate John Gallagher 2016-02-01 10:52:27 -0500
  • f4c3ba0fa2 rustfmt John Gallagher 2016-02-01 10:48:30 -0500
  • f488277373 Introduce ZeoBlob struct. gwenn 2016-01-31 18:17:28 +0100
  • eb521c0f3a Fix URL gwenn 2016-01-28 20:35:00 +0100
  • 78cc7f2306 Upgrade to SQLite 3.10.2 gwenn 2016-01-28 20:26:59 +0100
  • 7b174093bf Fix URL gwenn 2016-01-28 19:10:37 +0100
  • a3dc0d42c9 Merge branch 'appveyor' of https://github.com/gwenn/rusqlite into appveyor gwenn 2016-01-28 18:29:29 +0100
  • b0261791b8 Try appveyor with the gnu/mingw version. gwenn 2016-01-28 18:25:33 +0100
  • ea14115d6c Ensure there is no allocation in final aggregation step. gwenn 2016-01-28 18:12:23 +0100
  • ec7565383f Update appveyor.yml gwenn 2016-01-25 19:04:52 +0100
  • eda881349a Update appveyor.yml gwenn 2016-01-25 18:36:06 +0100