Commit Graph

  • 31d629070e Add scoped guard for enabling extension loading John Gallagher 2015-02-23 20:16:49 -0500
  • 348f94e109 Add public API for loading extensions John Gallagher 2015-02-23 19:52:48 -0500
  • 1097842a85 Put sqlite3 extension functions behind a feature John Gallagher 2015-02-23 19:32:53 -0500
  • 03f368c4f4 Build raw sqlite interface as libsqlite3-sys John Gallagher 2015-02-23 15:22:34 -0500
  • 94ed61c44c Merge pull request #20 from jgallagher/v0.0.9 John Gallagher 2015-02-13 15:53:13 -0500
  • 31ea62a176 Bump version to 0.0.9 John Gallagher 2015-02-13 15:49:16 -0500
  • 7a430c0fde Use existing message instead of ffi::code_to_str in Error trait John Gallagher 2015-02-13 15:48:11 -0500
  • 21e0a5493d Merge branch 'jshs-std-error' into v0.0.9 John Gallagher 2015-02-13 15:45:53 -0500
  • 937eedbe61 Fix for latest rustc changes John Gallagher 2015-02-13 15:44:24 -0500
  • 1dc78b66da SqliteConnection::open takes a std::path. John Gallagher 2015-02-06 20:07:23 -0500
  • 6d795caaed Implement standard Error trait for SqliteError Joshua Schneider 2015-02-04 21:08:44 +0100
  • 4ca7b4964f Bump version to 0.0.8 John Gallagher 2015-02-04 10:54:04 -0500
  • a89ceeef01 Add feature(test) for testing John Gallagher 2015-02-04 10:53:28 -0500
  • 0f349ab019 Merge pull request #16 from pfernie/rustup-20150203 John Gallagher 2015-02-04 10:46:09 -0500
  • ec65bc4978 add feature attributes for unstable APIs Patrick Fernie 2015-02-03 19:01:24 -0500
  • 58fa5bde2a update to use fmt::{Display,Debug} instead of fmt::{String,Show} Patrick Fernie 2015-02-03 18:59:58 -0500
  • 88d0566010 Bump version to 0.0.7 John Gallagher 2015-01-20 10:04:27 -0500
  • 1f245df165 Use bitflags from crates.io John Gallagher 2015-01-20 10:03:09 -0500
  • 353dec270c Merge pull request #14 from marcusklaas/bitflags-macro-fix John Gallagher 2015-01-19 19:34:25 -0500
  • 954a99d64b import crate for bitflags macro Marcus Klaas 2015-01-19 21:13:51 +0100
  • befe94494e Merge pull request #11 from jgallagher/rust-1.0.0-alpha-changes John Gallagher 2015-01-10 21:24:36 -0600
  • 288070e649 Add CONTRIBUTORS.md John Gallagher 2015-01-10 21:22:42 -0600
  • f84d96aab3 Bump version to 0.0.6 John Gallagher 2015-01-10 21:21:08 -0600
  • 8617cde6b6 Add query_row_safe. John Gallagher 2015-01-10 21:17:49 -0600
  • b57322e2ca Allow use of unstable APIs John Gallagher 2015-01-10 20:58:42 -0600
  • 680056b351 Implement fmt::String for SqliteError John Gallagher 2015-01-10 20:50:03 -0600
  • 8843d15a07 Use new Show interpolation John Gallagher 2015-01-10 20:43:39 -0600
  • cc8a68ca83 Update for int/uint -> isize/usize John Gallagher 2015-01-10 20:39:59 -0600
  • 60c9a04161 Merge pull request #8 from jgallagher/unboxed-closures John Gallagher 2015-01-07 14:17:43 -0500
  • 06626579f7 Update Changelog John Gallagher 2015-01-07 14:16:51 -0500
  • 830758c8f8 Update for new directive name John Gallagher 2015-01-07 14:06:21 -0500
  • e02442c531 Update for rust's std::c_str -> std::ffi John Gallagher 2015-01-07 14:05:36 -0500
  • b69e3d083d Remove now-unneeded directives John Gallagher 2015-01-07 11:24:48 -0500
  • 39d34c6ba8 Bump to version 0.0.5 John Gallagher 2015-01-07 09:18:49 -0500
  • d427ddd7a5 Use new closure syntax John Gallagher 2015-01-07 09:18:14 -0500
  • c044d1df8f s/deriving/derive/ in README John Gallagher 2015-01-07 09:16:28 -0500
  • f6884cc097 Bump version to 0.0.4 John Gallagher 2015-01-05 11:21:47 -0500
  • f2a1a8076f Use associated type for Iterator John Gallagher 2015-01-05 11:15:24 -0500
  • a52fedad36 Use ToCStr trait John Gallagher 2015-01-05 11:15:15 -0500
  • 5902b9106c sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs John Gallagher 2015-01-05 10:59:55 -0500
  • 52aeb19246 Merge pull request #6 from jgallagher/update-for-latest-rust John Gallagher 2014-12-23 12:31:00 -0500
  • 85ebbda885 Bump version to 0.0.3 John Gallagher 2014-12-23 12:27:09 -0500
  • 05b03ae2ce Set default busy timeout to 5 seconds John Gallagher 2014-12-23 12:26:57 -0500
  • ba1f648679 Use semicolons on macros John Gallagher 2014-12-23 12:22:16 -0500
  • 678fd0f3a3 Add #[deriving(Copy)] as appropriate John Gallagher 2014-12-23 12:22:05 -0500
  • 13fc87fe11 Update bindgen output, mainly to include #[deriving(Copy)] John Gallagher 2014-12-23 12:21:42 -0500
  • a0a488bccb Merge pull request #3 from marcusklaas/master John Gallagher 2014-12-06 08:39:58 -0500
  • 5b55166bf7 Add Changelog John Gallagher 2014-12-04 10:48:05 -0500
  • 4baa3ddfbc Bump to version 0.0.2 John Gallagher 2014-12-04 10:47:59 -0500
  • 67dcaedad4 Update to latest version of time crate John Gallagher 2014-12-04 10:47:46 -0500
  • d0dfb27007 Use Vec::from_raw_buf instead of vec::raw::from_buf John Gallagher 2014-12-04 10:47:19 -0500
  • bbfedbb82e fix small error in README; update deprecated method call Marcus Klaas 2014-12-03 17:14:49 +0100
  • 659a57cf66 Use time from crates.io instead of github John Gallagher 2014-11-21 09:52:44 -0500
  • 315f210ca5 Add more metadata John Gallagher 2014-11-21 09:48:57 -0500
  • fb245d12b7 Bump version to 0.0.1 John Gallagher 2014-11-21 09:41:20 -0500
  • f2c6389601 Track changes in rust-nightly John Gallagher 2014-11-19 10:48:40 -0500
  • 4667a410af Add dependency on time (no longer in std) John Gallagher 2014-11-14 15:02:27 -0500
  • cbba1386f5 Typo s/value/valid/ John Gallagher 2014-11-11 10:36:53 -0500
  • 8fa377b36c Remove "semi-safe" term. John Gallagher 2014-11-10 12:56:32 -0500
  • 75dd753fbb Track changes in rust-nightly John Gallagher 2014-11-10 11:58:46 -0500
  • 18eb318753 Add link to rust-ci docs John Gallagher 2014-11-04 15:36:04 -0500
  • 79ca9ea4a4 Update travis.yml to upload docs John Gallagher 2014-11-04 13:59:08 -0500
  • 3a9a3e1903 Add hooks for rust-ci docs John Gallagher 2014-11-04 12:50:47 -0500
  • fd29f09c3e Add build status badge to README John Gallagher 2014-11-04 12:48:33 -0500
  • ce53e446ba Merge pull request #2 from jgallagher/travis John Gallagher 2014-11-04 12:37:36 -0500
  • 66d5502308 Fix failing travis build John Gallagher 2014-11-04 12:26:08 -0500
  • 6fffd88202 Update .travis.yml John Gallagher 2014-11-04 11:40:39 -0500
  • 76be900c8c Add travis-ci John Gallagher 2014-11-04 11:37:40 -0500
  • 2e32213ac5 Add LICENSE and README John Gallagher 2014-11-04 11:32:06 -0500
  • bc85835566 Add warning about stale rows to SqliteRows docs John Gallagher 2014-11-04 10:55:07 -0500
  • b34f255aac Add documentation John Gallagher 2014-11-03 17:11:00 -0500
  • 949260046c Change query_row to unwrap the SqliteResult John Gallagher 2014-10-28 15:14:52 -0400
  • 68e9d81283 Rename transaction mode to behavior to match SQLite docs John Gallagher 2014-10-23 17:57:02 -0400
  • c8af7e4eb5 Add ToSql/FromSql for time::Timespec. John Gallagher 2014-10-22 22:16:00 -0400
  • 1fa4c2098e Make FromSql return a SqliteResult John Gallagher 2014-10-20 21:07:52 -0400
  • 56846dc0bd Make mod ffi public John Gallagher 2014-10-20 21:07:27 -0400
  • e21e06a554 gitignore doc/ John Gallagher 2014-10-20 20:22:15 -0400
  • ca3a0f0580 Initial commit John Gallagher 2014-10-19 19:56:41 -0400