Commit Graph

  • 8bff40b6d6 Merge remote-tracking branch 'jgallagher/master' into trace_extension Gwenael Treguier 2015-11-11 14:28:21 +01:00
  • 7586556db5 Add to CONTRIBUTORS John Gallagher 2015-11-03 11:37:23 -05:00
  • cd2919cce1 Merge pull request #76 from jgallagher/update-travis-infrastructure John Gallagher 2015-11-03 11:35:31 -05:00
  • 270abfc44f Update to travis CI's container-based infrastructure John Gallagher 2015-11-03 11:33:03 -05:00
  • ad80b8fb94 Merge pull request #75 from jgallagher/rfc1214 John Gallagher 2015-11-03 11:32:38 -05:00
  • 78979c44ee Bump version to 0.4.0 John Gallagher 2015-11-03 11:29:02 -05:00
  • 420c4d4d9f Address RFC 1214 warning John Gallagher 2015-11-03 11:27:52 -05:00
  • 3e8530a364 Merge pull request #71 from jgallagher/gwenn-reset_asap John Gallagher 2015-09-22 10:22:10 -07:00
  • b41275cbc8 Update Changelog and Cargo.toml to 0.3.1 John Gallagher 2015-09-22 10:18:26 -07:00
  • b1350c4c14 Merge branch 'master' into gwenn-reset_asap John Gallagher 2015-09-22 10:16:52 -07:00
  • c3bc8b594a Bump version to 0.3.0. John Gallagher 2015-09-21 10:39:13 -04:00
  • d23667870e Merge pull request #70 from jgallagher/pfernie-master John Gallagher 2015-09-21 10:38:07 -04:00
  • 7ee69fe103 Remove get_opt (superceded by get_checked). John Gallagher 2015-09-21 10:31:11 -04:00
  • 1918dc14d0 Add tests for query_row_and_then(). John Gallagher 2015-09-20 21:30:40 -04:00
  • 072a336b33 Refactor: Reduce duplication across query_and_then tests. John Gallagher 2015-09-20 21:28:50 -04:00
  • 0cbb2743e3 Merge branch 'master' of https://github.com/pfernie/rusqlite into pfernie-master John Gallagher 2015-09-20 21:07:39 -04:00
  • 59a3b0ddb5 Merge pull request #62 from gwenn/too-big John Gallagher 2015-09-20 20:57:28 -04:00
  • 69f68b1347 Merge pull request #69 from jgallagher/gwenn-debug_verbose John Gallagher 2015-09-20 20:51:17 -04:00
  • d07c7ec8a6 Add basic unit test of statement debug including SQL John Gallagher 2015-09-20 20:44:51 -04:00
  • 05669082a3 Debug db path and stmt sql. gwenn 2015-08-01 12:04:02 +02:00
  • 43b0c1c98a Merge branch 'reset_asap' of https://github.com/gwenn/rusqlite into gwenn-reset_asap John Gallagher 2015-09-20 20:30:59 -04:00
  • 36f577aea6 Merge pull request #53 from gwenn/exec_check John Gallagher 2015-09-20 20:29:12 -04:00
  • 35160383a6 Merge pull request #68 from huonw/relax John Gallagher 2015-09-20 20:22:02 -04:00
  • b7efb37b35 Relax uses of P: AsRef<...> from &P to P. Huon Wilson 2015-09-08 18:06:41 +10:00
  • e4eda2041e Implement SqliteConnection::query_row_and_then() Patrick Fernie 2015-08-27 14:01:01 -04:00
  • 29072e585b Implement SqliteStatement::query_and_then() Patrick Fernie 2015-08-27 13:43:43 -04:00
  • e1532f5edf Correct idx-checking behavior for SqliteRow::get_checked() Patrick Fernie 2015-08-27 10:44:24 -04:00
  • b9ab3350ea Add regexp() function implementation Gwenael Treguier 2015-08-09 13:06:23 +02:00
  • 0a454eed79 Add support to user defined scalar functions Gwenael Treguier 2015-08-09 09:52:53 +02:00
  • a470499dcb Improve documentation Gwenael Treguier 2015-08-08 16:33:08 +02:00
  • eb7f670ce1 Make named_params module private Gwenael Treguier 2015-08-08 16:19:05 +02:00
  • 3b830b4bce Add documentation Gwenael Treguier 2015-08-08 16:11:31 +02:00
  • 59a4c5593a Improve documentation. Gwenael Treguier 2015-08-08 09:57:07 +02:00
  • d1f5ce2435 Check when buffer is too long. Gwenael Treguier 2015-08-08 09:39:35 +02:00
  • 6bc1a8bb59 Check when statement is too long. Gwenael Treguier 2015-08-08 09:30:50 +02:00
  • 3b673a74b2 Add SqliteConnection.execute_named,query_named_row. Gwenael Treguier 2015-08-07 02:19:57 +02:00
  • 9c63b9f37a Check Rust blob length before binding. Gwenael Treguier 2015-08-06 21:45:54 +02:00
  • 7b8051dc7e Check Rust str length before binding. Gwenael Treguier 2015-08-06 21:15:30 +02:00
  • 7ff9d4056b Add SqliteStatement.named_query. Gwenael Treguier 2015-08-05 22:07:49 +02:00
  • e81757e86d Add Stmt::named_execute and Stmt::parameter_index. Gwenael Treguier 2015-08-04 21:48:54 +02:00
  • 8bb624cccc Factorize code Gwenael Treguier 2015-08-04 18:52:57 +02:00
  • 9c415f9c9e Remove usage of unstable library feature 'duration' Gwenael Treguier 2015-08-02 12:16:01 +02:00
  • 25de884720 LRU statement cache Gwenael Treguier 2015-08-02 12:07:49 +02:00
  • ef254fdca0 Rename feature to 'trace' gwenn 2015-08-01 18:58:04 +02:00
  • 1bf12f8150 Feature blob IO. gwenn 2015-08-01 18:51:02 +02:00
  • 4a7e83f0af Feature sqlite3_{log,trace,profile}. gwenn 2015-08-01 17:21:41 +02:00
  • 4fa6d3c020 Reset as soon as possible. gwenn 2015-08-01 10:18:06 +02:00
  • f91db1b350 Cache column_count (I am not sure it's worth it) gwenn 2015-08-01 10:08:28 +02:00
  • c31c68d5e3 Only check column count when DONE. gwenn 2015-08-01 09:11:31 +02:00
  • 1dc144c8c1 Add test_execute_select. gwenn 2015-08-01 08:09:59 +02:00
  • e8967388e6 Update Changelog for 0.2.0 John Gallagher 2015-07-26 14:00:51 -04:00
  • 8b51435837 Add new contributors John Gallagher 2015-07-26 13:57:26 -04:00
  • e7eb6454d9 Merge pull request #51 from Yuhta/colnames John Gallagher 2015-07-26 13:55:15 -04:00
  • 17cfbd9422 Merge pull request #52 from jgallagher/gwenn-bindgen John Gallagher 2015-07-26 13:47:16 -04:00
  • 4d1063348e Use sqlite3_destructor_type from bindgen'd header John Gallagher 2015-07-26 13:43:43 -04:00
  • 8aa11687cb Merge branch 'bindgen' of https://github.com/gwenn/rusqlite into gwenn-bindgen John Gallagher 2015-07-26 13:30:37 -04:00
  • 848065b922 Merge pull request #50 from gwenn/openflags John Gallagher 2015-07-26 13:28:35 -04:00
  • 22968be4fc Add column_names to SqliteStatement Jimmy Lu 2015-07-24 22:11:59 -04:00
  • fd36d98c85 Make SqliteOpenFlags implement Default. gwenn 2015-07-06 20:24:27 +02:00
  • b6dda11c3a Fix generated binding gwenn 2015-07-04 20:46:39 +02:00
  • 255e5f0b68 Update Changelog for 0.1.0 release John Gallagher 2015-05-11 20:22:56 -04:00
  • ad3e805357 Merge pull request #39 from jgallagher/add-get-checked John Gallagher 2015-05-11 20:17:18 -04:00
  • 0ded1a5d2d Merge pull request #45 from jgallagher/marcusklaas-query-map John Gallagher 2015-05-11 20:17:01 -04:00
  • f65eadbc83 Update README's recommendation of query_map John Gallagher 2015-05-11 16:44:32 -04:00
  • 51f6c15c6c Slightly adjust the signature of query_map Marcus Klaas 2015-05-07 15:36:29 +02:00
  • ea911fbdbd Give MappedRows a SqliteRows instead of a SqliteStatement. John Gallagher 2015-05-05 23:38:48 -04:00
  • 3f75300844 Use boxed closures to allow query_map to take f: F instead of f: &F John Gallagher 2015-05-05 23:29:34 -04:00
  • 95f511d437 Add initial implementation for query_map Marcus Klaas 2015-05-05 15:29:46 +02:00
  • 0bddece5b7 Merge pull request #43 from marcusklaas/query-row-safe John Gallagher 2015-05-07 10:34:19 -04:00
  • f591b82cb0 Remove uses of query_row_safe in tests Marcus Klaas 2015-05-07 15:41:02 +02:00
  • 37cfcf470b Add SqliteRow::get_checked, which performs basic SQLite column type checking. John Gallagher 2015-05-04 21:47:20 -04:00
  • 84fc82f48c Add remaining datatype constaints to libsqlite3-sys John Gallagher 2015-05-04 21:44:05 -04:00
  • 64b7aff43c Merge pull request #38 from jgallagher/deprecate-query-row-safe John Gallagher 2015-05-04 20:16:23 -04:00
  • 03be8e0cd6 Make query_row a synonym for query_row_safe. John Gallagher 2015-05-04 20:12:18 -04:00
  • 74496cd781 Merge pull request #37 from jgallagher/clearer-assertions John Gallagher 2015-05-04 20:05:11 -04:00
  • 120f0cbb65 Add messages to all our assertions. John Gallagher 2015-05-04 20:02:33 -04:00
  • 98e7994251 Merge pull request #35 from marcusklaas/as-path John Gallagher 2015-05-04 19:55:19 -04:00
  • 55c173a465 Merge branch 'stable' into 'master' John Gallagher 2015-05-04 19:52:10 -04:00
  • c2d75abfaf Merge pull request #36 from marcusklaas/cargo-doc-link John Gallagher 2015-05-04 15:50:14 -04:00
  • 71c906c0cb Update crate documentation link Marcus Klaas 2015-05-04 21:24:58 +02:00
  • debb717aa4 Change path parameter type to &AsRef<Path> Marcus Klaas 2015-05-04 21:22:11 +02:00
  • bfa922fc18 Merge pull request #32 from jgallagher/host-documentation-on-ghp John Gallagher 2015-05-03 21:52:41 -04:00
  • 3eb2c333db Only publish docs from master John Gallagher 2015-05-03 21:50:50 -04:00
  • dcdb88e374 Update README to point to github pages docs John Gallagher 2015-05-03 21:50:09 -04:00
  • b393348ab0 Remove stable #![allow(unstable)] tags from docs John Gallagher 2015-05-03 21:49:27 -04:00
  • 91987c9101 Have travis push docs to github pages instead of rust-ci John Gallagher 2015-05-03 21:42:48 -04:00
  • 0b4ea23cc3 Fix example in README.md gentoo90 2015-04-11 11:06:25 +03:00
  • 6cc02d1502 Merge pull request #27 from gentoo90/readme-fix John Gallagher 2015-04-11 08:52:31 -04:00
  • 962f75368e Fix example in README.md gentoo90 2015-04-11 11:06:25 +03:00
  • 231a176414 Bump version John Gallagher 2015-04-03 14:50:17 -05:00
  • 038d30e2c8 Remove unstable features for Rust-1.0-beta John Gallagher 2015-04-03 14:48:35 -05:00
  • 5e04b98840 Updates to track rustc nightly John Gallagher 2015-04-03 08:32:11 -05:00
  • bf6d44e501 Bump version John Gallagher 2015-03-29 12:52:05 -04:00
  • bf0557b55b Merge pull request #26 from huonw/send John Gallagher 2015-03-29 12:51:22 -04:00
  • 57ca5f3b51 Use std::ptr::Unique to ensure SqliteConnection is Send. Huon Wilson 2015-03-29 21:25:46 +11:00
  • 4b085b9103 Bump version and use libc from crates.io John Gallagher 2015-03-28 23:09:13 -04:00
  • c8fbe48f15 Remove unneeded #![feature(core)] John Gallagher 2015-03-28 23:03:45 -04:00
  • 2461654861 Use new hyphen-less extern crate name John Gallagher 2015-03-26 15:48:29 -04:00
  • 134f34362a Use new hyphen-less extern crate name John Gallagher 2015-03-26 15:47:51 -04:00
  • 81fd7543a3 Merge pull request #25 from jgallagher/rust-stabilization John Gallagher 2015-03-24 13:19:57 -04:00