Commit Graph

  • e0dbce4366
    Merge pull request #861 from dubiousjim/push1 Thom Chiovoloni 2020-12-16 23:25:45 -08:00
  • 2e8438ee1d csvtab implies vtab Dubiousjim 2020-12-16 11:23:43 -05:00
  • 5ed085fe46 revert SQLITE_FLAGS back to LIBSQLITE3_FLAGS Dubiousjim 2020-12-16 08:49:00 -05:00
  • 46d91cd2b6 Cargo.toml: be explicit about what bundled-full omits Dubiousjim 2020-12-06 14:08:02 -05:00
  • 50dbc17490 LIBSQLITE3_FLAGS for bundled -> SQLITE_FLAGS Dubiousjim 2020-12-07 17:58:50 -05:00
  • d916f7ad00 README: document SQLITE_MAX_* Dubiousjim 2020-12-07 20:25:56 -05:00
  • 13bb87b469 README: document SQLITE3_STATIC Dubiousjim 2020-12-07 20:25:18 -05:00
  • 7b9b1d2965 README: document SQLITE3_LIB/INCLUDE_DIR Dubiousjim 2020-12-07 20:24:47 -05:00
  • 682d8a837e README: caps Dubiousjim 2020-12-06 14:10:55 -05:00
  • e5ca02c6ef README: cargo test -> cargo clippy Dubiousjim 2020-12-06 14:11:58 -05:00
  • 48f22a1e3f README: wrap features with quotes when needed Dubiousjim 2020-12-06 14:10:10 -05:00
  • be98a73a5d README: document which features imply other features Dubiousjim 2020-12-06 14:15:35 -05:00
  • 9c35d20ef3 README: document features = "window series extra_check column_decltype collation" Dubiousjim 2020-12-07 17:30:54 -05:00
  • 0a2e0b7240
    Merge pull request #856 from gwenn/3.34.0 gwenn 2020-12-05 07:28:17 +01:00
  • 4601d8a2f3
    Merge pull request #858 from rusqlite/hotfix-v0.24.2 Thom Chiovoloni 2020-12-04 19:20:03 -08:00
  • cef6dbbb26 Prep release v0.24.2 Thom Chiovoloni 2020-12-04 18:55:08 -08:00
  • 154e4869ee Use a weaker dependency on smallvec. Emilio Cobos Álvarez 2020-12-04 19:11:13 +01:00
  • cf598aa0a3 Use a weaker dependency on smallvec. Emilio Cobos Álvarez 2020-12-04 19:11:13 +01:00
  • 67102efb2f Upgrade SQLite bundled version to 3.34.0 gwenn 2020-12-04 18:26:02 +00:00
  • 4b9e693744
    Merge pull request #854 from mqudsi/document_default_busy_handler gwenn 2020-12-03 17:59:39 +01:00
  • 73754bbe24 [docs] Document default busy_timeout/busy_handler Mahmoud Al-Qudsi 2020-12-02 17:10:15 -06:00
  • 2dab6d8364 [docs] Fix over-long monospacing of SQLITE_BUSY Mahmoud Al-Qudsi 2020-12-02 17:06:46 -06:00
  • e75a5a6bc2
    Merge pull request #850 from gwenn/bindgen gwenn 2020-11-27 19:55:04 +01:00
  • 18bc6dd1a1 Upgrade to bindgen 0.56 gwenn 2020-11-27 18:36:52 +01:00
  • 295b8f2143 Update time to appease deps.rs Thom Chiovoloni 2020-11-26 22:38:13 -08:00
  • 5f16886b61
    Merge pull request #848 from gwenn/doc_link gwenn 2020-11-22 17:41:59 +01:00
  • 3aeb5d7e08 Remove obsolete doc section gwenn 2020-11-22 09:37:52 +01:00
  • 32ee895b63 Remove some usages of params! / NO_PARAMS gwenn 2020-11-22 09:37:00 +01:00
  • 6fae5d6641 Add/fix rustdoc links gwenn 2020-11-22 09:34:03 +01:00
  • 7beba0c6eb Document that optional() requires import of rusqlite::OptionalExtension kud1ing 2020-11-10 15:12:04 +01:00
  • 248db0350d
    Merge pull request #841 from gwenn/non-autolinks gwenn 2020-11-07 13:04:33 +01:00
  • 0649df96ea Fix non-autolinks warnings gwenn 2020-11-07 12:32:41 +01:00
  • 9ae66e363e
    Merge pull request #840 from gwenn/IndexConstraintOp gwenn 2020-11-07 12:20:15 +01:00
  • 1c64a088a1
    Merge pull request #839 from gwenn/collation_destroy gwenn 2020-11-07 12:08:49 +01:00
  • 3388fd1683 Remove #[non_exhaustive] attribute on IndexConstraintOp gwenn 2020-11-07 12:02:33 +01:00
  • 47ec0e1d8f Fix create_collation gwenn 2020-11-07 11:54:59 +01:00
  • a376ae4895
    Merge pull request #837 from gwenn/test_result gwenn 2020-11-06 20:30:50 +01:00
  • bbd1ff5fb0 Try to fix CI build gwenn 2020-11-05 22:24:55 +01:00
  • 549ceb59e2 Try to fix CI build gwenn 2020-11-05 22:21:02 +01:00
  • da94f8eba6 Make tests return Result gwenn 2020-11-05 22:14:00 +01:00
  • 65c38bf813 Add #[inline] and #[cold] in far more places Thom Chiovoloni 2020-11-03 19:10:23 -08:00
  • 7574124233 Format code in doc comments for good measure Thom Chiovoloni 2020-11-03 18:41:51 -08:00
  • f0990c38bf Fix stale doc Thom Chiovoloni 2020-11-03 01:50:40 -08:00
  • a312582d11 Ensure empty array Params impl can trigger Error::InvalidParameterCount when needed Thom Chiovoloni 2020-11-03 01:34:18 -08:00
  • 22121772a2 Deprecate NO_PARAMS in favor of passing an empty array Thom Chiovoloni 2020-11-03 01:32:46 -08:00
  • 2461ebf62f Update documentation Thom Chiovoloni 2020-11-03 00:46:54 -08:00
  • 032aea73b8 Overhaul query API, removing the need for the _named variants of all functions, and rusqlite::NO_PARAMS Thom Chiovoloni 2020-11-02 23:34:08 -08:00
  • c45446ba73 Seal the RowIndex trait (technically breaking, but unlikely to break anybody) Thom Chiovoloni 2020-11-02 19:28:50 -08:00
  • b9ccb252ef
    Merge pull request #824 from gwenn/progress_handler gwenn 2020-11-03 18:14:36 +01:00
  • 1aeea123dd Silence clippy's complaint about unelided lifetime in session.rs Thom Chiovoloni 2020-11-02 18:49:11 -08:00
  • 1103febb1e Test Batch iterator gwenn 2020-10-31 11:11:12 +01:00
  • f3c2b63836 Get rid of fallible iterator trait gwenn 2020-10-31 10:47:44 +01:00
  • 73323b6b92 Remove Iterator implementation for Batch gwenn 2020-10-29 20:06:47 +01:00
  • b73ca079a8 Implement Iterator for Batch gwenn 2020-10-29 20:01:46 +01:00
  • 5f5943435e Remove lazy_static block where possible gwenn 2020-10-29 19:51:51 +01:00
  • c7bf569359 Merge remote-tracking branch 'upstream/master' into progress_handler gwenn 2020-10-29 19:46:49 +01:00
  • 749266cae9 Reduce required lifetime in create_scalar_function Nick Hynes 2020-10-25 17:24:34 +03:00
  • d1ec46182f Fix Clippy warning gwenn 2020-10-28 21:26:36 +01:00
  • b448d95510 Merge remote-tracking branch 'upstream/master' into progress_handler gwenn 2020-10-28 21:19:34 +01:00
  • 76ad2bf19c Rustfmt gwenn 2020-10-28 21:12:29 +01:00
  • 5ce81024c8 Introduce Batch fallible iterator gwenn 2020-10-28 21:10:13 +01:00
  • e1072b7f75 Reduce required lifetime gwenn 2020-10-28 20:16:53 +01:00
  • 926977846f Reduce required lifetime gwenn 2020-10-28 19:20:05 +01:00
  • b0ade73f43 Add ToSql implementations for u64 and usize Tim Hutt 2020-10-26 11:53:20 +00:00
  • 9c954b8cb5 Rustfmt gwenn 2020-10-25 12:28:03 +01:00
  • 49325296a9 Expose query progress information gwenn 2020-10-25 12:20:15 +01:00
  • f5c83af863 Expose query progress information gwenn 2020-10-25 11:58:47 +01:00
  • 8841187717 Silence clippy Tim Hutt 2020-10-22 22:00:17 +01:00
  • f264873999 Cargo format Tim Hutt 2020-10-22 21:56:59 +01:00
  • ebcec59969 Implement From/ToSql for more types Tim Hutt 2020-10-22 21:51:30 +01:00
  • 2461540306
    Merge pull request #816 from gwenn/ptr_offset_from gwenn 2020-10-09 21:26:52 +02:00
  • 93c82670d2 Fix clippy warning gwenn 2020-10-08 21:33:05 +02:00
  • 6ae9802fa3 Feature ptr_offset_from #41079 available in 1.47 gwenn 2020-10-08 21:12:46 +02:00
  • 5cf0158863 Take 2: Prep release of rusqlite 0.24.1 + libsqlite3-sys 0.20.1 Thom Chiovoloni 2020-10-07 15:52:25 -07:00
  • f9e15615a7 Prepare release 0.24.1 Thom Chiovoloni 2020-10-06 06:59:33 -07:00
  • fac5a47c4c Upgrade to hashlink 0.6 gwenn 2020-10-07 16:23:47 +02:00
  • 084d1f535d Replace lru-cache with hashlink Thom Chiovoloni 2020-10-05 12:38:40 -07:00
  • 587fdeb185 Add write_all_at for compatibility with FileExt, improve docs a little Thom Chiovoloni 2020-10-04 15:38:43 -07:00
  • d61fe36237 Improve pos io test coverage Thom Chiovoloni 2020-10-04 15:27:49 -07:00
  • 67ee5a0586 Add test coverage for positional blob io Thom Chiovoloni 2020-10-04 14:48:16 -07:00
  • 7cd909fc14 Add positional blob i/o and adjust blob i/o example docs Thom Chiovoloni 2020-06-08 22:57:59 -07:00
  • ee4a770efb Test winsqlite3 and sqlcipher in CI Thom Chiovoloni 2020-10-04 13:19:14 -07:00
  • 058023ebfe Clean up github actions CI, test time feature Thom Chiovoloni 2020-10-04 12:52:52 -07:00
  • 9ac2a97568 Update dependency versions Thom Chiovoloni 2020-10-04 11:44:49 -07:00
  • bc9b40a444 Add support for linking to winsqlite3 Nazar Mishturak 2020-08-18 01:33:50 +03:00
  • 4a54e118f0
    Merge pull request #807 from gwenn/clippy gwenn 2020-10-04 07:58:13 +02:00
  • a01d1c5f7d
    Merge pull request #806 from gwenn/rarray_doc gwenn 2020-10-04 07:43:09 +02:00
  • 799b5d3f7b Rustfmt gwenn 2020-10-04 07:39:35 +02:00
  • d2dcc2d987 Fix clippy warning gwenn 2020-10-04 07:38:52 +02:00
  • d456cd42f2 Generate doc with 'array' feature enabled gwenn 2020-10-04 07:26:18 +02:00
  • 997e6d3cc3
    Merge pull request #799 from michaelsproul/must_use gwenn 2020-09-02 18:04:57 +02:00
  • d7e0536b41
    Add must_use attribute to iterators Michael Sproul 2020-09-02 16:15:25 +10:00
  • 45903324e5
    Merge pull request #798 from gwenn/bindgen gwenn 2020-08-28 18:16:57 +02:00
  • 78275ab614 Upgrade to bindgen 0.55 gwenn 2020-08-27 21:18:34 +02:00
  • 79ab6894f0
    Merge pull request #797 from gwenn/0.24 gwenn 2020-08-22 07:30:36 +02:00
  • 405d0de8f6 Prepare release of version 0.24.0 gwenn 2020-08-22 07:23:03 +02:00
  • 301a8d0e75
    Merge pull request #795 from gwenn/clippy gwenn 2020-08-17 20:18:29 +02:00
  • 2a7b11320f Fix clippy warnings gwenn 2020-08-17 20:07:56 +02:00
  • da2d2e371a
    Merge pull request #794 from gwenn/fix_pragma_update gwenn 2020-08-17 19:57:12 +02:00
  • a4691db6d0 pragma_update fails with ExecuteReturnedResults gwenn 2020-08-17 19:13:55 +02:00