Commit Graph

  • 0063db53ca
    Merge pull request #793 from ankitects/sqlite3.33.0 gwenn 2020-08-17 18:30:59 +02:00
  • 6e33947c2a update to sqlite 3.33.0 Damien Elmes 2020-08-17 11:01:19 +10:00
  • 157256a26c
    Merge pull request #790 from gwenn/3.23.3 gwenn 2020-08-09 08:51:23 +02:00
  • 18f49164ea Upgrade SQLite bundled sources to 3.23.3 gwenn 2020-08-09 08:35:23 +02:00
  • e909b80bed
    Merge pull request #788 from wngr/patch-1 gwenn 2020-07-29 18:08:44 +02:00
  • 203bbb6fe2
    Update README.md Oliver Wangler 2020-07-29 11:00:03 +02:00
  • b83d22e2b7 Upgrade to time v0.2 and put it behind a feature flag Nikhil Benesch 2020-07-11 11:59:29 -04:00
  • 464b8283b2 Add feature flag to include wasm32-wasi-vfs.c Tjeu Kayim 2020-07-20 20:04:55 +02:00
  • 1483f1cdf5 Support wasm32-wasi target Tjeu Kayim 2020-07-17 11:09:56 +02:00
  • c00471197a Add cross-compilation with mingw Sergey Duck 2020-06-27 14:37:26 +03:00
  • 83c038107d Fix order of parameters in InvalidParameterCount message Tim 2020-07-01 13:16:15 +01:00
  • f79a9ca3ef Publically expose Map Thom Chiovoloni 2020-06-28 18:52:38 -07:00
  • 024e2e6bf0
    Merge pull request #773 from gwenn/execute_batch gwenn 2020-06-28 06:18:56 +02:00
  • 3cea0c7af5 Benchmark execute vs execute_batch gwenn 2020-06-27 09:54:33 +02:00
  • 0b948d83da
    Merge pull request #772 from gwenn/clippy gwenn 2020-06-27 07:18:39 +02:00
  • dd886578d2 Implement our own sqlite3_exec gwenn 2020-06-26 19:35:14 +02:00
  • 4114c94585 Clippy gwenn 2020-06-26 19:22:20 +02:00
  • 57db338537 Rustfmt gwenn 2020-06-24 19:47:33 +02:00
  • f37519ad51 Replace execute_batch usages by execute gwenn 2020-06-24 19:33:34 +02:00
  • a9b700c841 sys/build.rs: LIBSQLITE3_FLAGS hook Dubiousjim 2020-06-10 17:06:47 -04:00
  • 32df49ca34 sys/build.rs: fix comment about {}_STATIC Dubiousjim 2020-06-24 13:53:45 -04:00
  • 4504eb0ae0 sys/build.rs: SQLITE_HAVE_ISNAN -> HAVE_ISNAN Dubiousjim 2020-06-10 17:06:16 -04:00
  • db64b8dfb0 sys/Cargo.toml: preupdate_hook, session require buildtime_bindgen Dubiousjim 2020-06-10 17:52:59 -04:00
  • 1c9e381a21 Clippy fixes Thom Chiovoloni 2020-06-06 17:46:38 -07:00
  • f7a573e44a Don't implement Into<RawStatement> for Statement Thom Chiovoloni 2020-06-06 17:27:14 -07:00
  • 6b4f207dc1
    Merge pull request #759 from gwenn/3.32.2 gwenn 2020-06-06 07:06:52 +02:00
  • 57e737f418 Try to fix Clippy warnings gwenn 2020-06-05 19:25:45 +02:00
  • 870290c64d Upgrade bundled sqlite to 3.32.2 gwenn 2020-06-05 19:16:51 +02:00
  • 6058322cca Set codecov to informational mode. Fixes #725 Thom Chiovoloni 2020-06-05 00:02:35 -07:00
  • e3310b980d Disable RUST_BACKTRACE when running sanitizers. Thom Chiovoloni 2020-06-04 23:42:26 -07:00
  • f04b4b62b9
    Merge pull request #757 from gwenn/iterators_doc gwenn 2020-06-03 19:04:51 +02:00
  • 7b08dc9ad5 Try to explain why we need a map function gwenn 2020-06-02 19:05:09 +02:00
  • bb34f3fec8
    Merge pull request #755 from gwenn/lifetime_elision gwenn 2020-06-02 18:21:13 +02:00
  • c577a9d801 Lifetime elision gwenn 2020-06-01 18:42:30 +02:00
  • 52a80f95f7
    Merge pull request #754 from gwenn/phantom_data gwenn 2020-06-01 11:48:02 +02:00
  • 4e6dc91fc0
    Merge pull request #753 from gwenn/vtab_cursor_lifetime gwenn 2020-06-01 11:47:23 +02:00
  • 265020e589 Fix some PhantomData declarations gwenn 2020-06-01 10:11:34 +02:00
  • 2af75d1f13 VTabCursor lifetime should be bound to VTab lifetime gwenn 2020-06-01 09:48:49 +02:00
  • 48a15857fb
    Merge pull request #752 from Dushistov/omit-decltype gwenn 2020-06-01 07:28:17 +02:00
  • d16748ac9f adding ability to work with sqlite compiled with -DSQLITE_OMIT_DECLTYPE Evgeniy A. Dushistov 2020-06-01 00:02:18 +03:00
  • 8cdfaf36ae little speedup for bundled sqlite3.c Evgeniy A. Dushistov 2020-05-30 02:32:19 +03:00
  • c1142c309e Upgrade to bindgen 0.54 gwenn 2020-05-29 20:40:04 +02:00
  • f7b60d866d
    Merge pull request #743 from gwenn/rows_doc gwenn 2020-05-25 19:53:51 +02:00
  • 9b3805a26b Add doctest variant of the most full --feature set in CI Thom Chiovoloni 2020-05-24 12:13:57 -07:00
  • 8cb5b2e585 Document Rows::map and FallibleStreamingIterator impl gwenn 2020-05-24 20:42:54 +02:00
  • dbd1e0bb85 Update README.md Voodlaz 2020-05-21 11:09:49 +03:00
  • d5ed10f306 Update README.md Voodlaz 2020-05-21 10:42:01 +03:00
  • e664f82630 Add still missing docs in session module gwenn 2020-05-17 11:50:32 +02:00
  • 5ebba26a7e Add missing docs in session module gwenn 2020-05-17 11:43:29 +02:00
  • 76fc22c653 Fix missing docs gwenn 2020-05-17 11:21:10 +02:00
  • 8a08dff115 Clippy reports redundant closures even in cases in which removing the closure is impossible. See https://github.com/rust-lang/rust-clippy/issues/5594 Martin Habovstiak 2020-05-17 06:37:25 +02:00
  • c5b2efc099 impl TryFrom<&Row<'_>> for (...) Martin Habovstiak 2020-05-13 11:47:29 +02:00
  • aabcce9aa6 Add link to gitter channel. Fixes #736 Thom Chiovoloni 2020-05-19 14:26:48 -07:00
  • 5565ae5629
    Merge pull request #735 from gwenn/extended_result_codes gwenn 2020-05-17 09:53:25 +02:00
  • 0dd01e999d
    Merge pull request #733 from gwenn/visibility gwenn 2020-05-17 09:52:56 +02:00
  • 4655515e72
    Merge pull request #737 from gwenn/license gwenn 2020-05-16 13:30:10 +02:00
  • 36745757bc Include LICENSE into the libsqlite3-sys crate gwenn 2020-05-16 13:22:09 +02:00
  • 0060ff8a44 Activate extended result codes asap gwenn 2020-05-16 11:01:30 +02:00
  • ceb9f11de8 Replace pub(crate) by pub(super) visibilty gwenn 2020-05-16 10:18:25 +02:00
  • 65ef2224b6 Cut release 0.23.1 Thom Chiovoloni 2020-04-23 14:43:58 -07:00
  • 12cb228c9c Fix SqliteMallocString::from_str on arm32 Thom Chiovoloni 2020-04-23 13:50:46 -07:00
  • 54043c803c Prep release 0.23.0 Thom Chiovoloni 2020-04-23 09:48:08 -07:00
  • d88fe1c1b1 Remove parameter count caching -- should be cheap (if statically linked at least...) Thom Chiovoloni 2020-04-16 11:08:36 -07:00
  • a776f460e8 Cache param count and make statement cache more effective Thom Chiovoloni 2020-04-16 08:22:47 -07:00
  • 6485b324d7 Name fields of RawStatement Thom Chiovoloni 2020-04-16 08:02:39 -07:00
  • 1207a7cc06 Make clippy behave slightly more reasonably Thom Chiovoloni 2020-04-16 07:37:43 -07:00
  • 418ef10af2 Add a wrapper for strings allocated on sqlite heap Thom Chiovoloni 2020-04-16 07:24:03 -07:00
  • ca3583e1df See if we can turn on the stack-use-after-return asan check Thom Chiovoloni 2020-04-16 02:53:55 -07:00
  • 185899eab1 Run asan in CI. Fixes #713 Thom Chiovoloni 2020-04-16 02:38:40 -07:00
  • 4abc8a4fdd Try to turn on x86_64-pc-windows-gnu Thom Chiovoloni 2020-04-16 01:57:29 -07:00
  • b079463bd2 Ignore checked-in generated or external code, and add badges Thom Chiovoloni 2020-04-16 01:07:02 -07:00
  • 424e7bfa67 Apparently we don't actually need a token for public repos? Thom Chiovoloni 2020-04-16 00:42:29 -07:00
  • ca6ab8e560 Try code coverage Thom Chiovoloni 2020-04-15 22:06:51 -07:00
  • 4f19827ee9 Update badges Thom Chiovoloni 2020-04-15 21:15:56 -07:00
  • 9322b0e881 Update links & copyright statement Thom Chiovoloni 2020-04-15 21:07:23 -07:00
  • 45fd77ee43 UnlockNotification should hold mutex when calling condvar Thom Chiovoloni 2020-04-15 12:05:31 -07:00
  • c9ef5bd63c Make VTab / VTabCursor unsafe trait as implmenting them on the wrong type is unsound Thom Chiovoloni 2020-04-14 07:39:41 -07:00
  • 3c6b57fe1b Fix vtab::Module lifetime Thom Chiovoloni 2020-04-14 07:09:50 -07:00
  • e85963852d Fix shellcheck compaints about upgrade.sh Thom Chiovoloni 2020-04-14 16:22:35 -07:00
  • 2327d3b774 Fix format string error in rusqlite::trace::log Thom Chiovoloni 2020-04-14 12:08:26 -07:00
  • abbab7216a Better docs and cleaner SmallCString Thom Chiovoloni 2020-04-14 02:35:37 -07:00
  • ac30e169ae Use SmallCString in most places Thom Chiovoloni 2020-04-14 02:04:19 -07:00
  • 552416039e Optimize named params via caching and use of smallvec Thom Chiovoloni 2020-04-13 23:47:12 -07:00
  • cf9b6e9ae2 Avoid relying on sqlite to justify str::from_utf8_unchecked Thom Chiovoloni 2020-04-14 09:07:01 -07:00
  • 1b27ce0541 Docs for new aux api Thom Chiovoloni 2020-04-12 19:46:17 -07:00
  • 2ef3628dac Actually fix auxdata api... Thom Chiovoloni 2020-04-12 19:41:01 -07:00
  • 71b2f5187b Ensure type use for auxdata is repr(C) Thom Chiovoloni 2020-04-12 11:17:56 -07:00
  • 38aea89809 Remove implementations of std::error::Error::description Thom Chiovoloni 2020-04-12 11:46:53 -07:00
  • 5a8108bd86 Implement source and not cause for FromSqlError Thom Chiovoloni 2020-04-12 11:39:33 -07:00
  • 611c8e8b02 Rustfmt gwenn 2020-04-11 15:03:24 +02:00
  • 4dbfdc85fe Fix ValueRef::from_value gwenn 2020-04-11 14:59:58 +02:00
  • 214986d232 Bundled should work on CI windows, probably Thom Chiovoloni 2020-04-11 21:32:17 -07:00
  • 24295a5210 Add macos to CI Thom Chiovoloni 2020-04-11 21:31:29 -07:00
  • 3423b0e032 Pass target to setup-rust-action for if/when windows-gnu is re-enabled Thom Chiovoloni 2020-04-11 21:22:58 -07:00
  • 8b625ab226 Run CI on cron to be notified of bustage due to new stable releases and such Thom Chiovoloni 2020-04-11 21:13:09 -07:00
  • 06de08ad8d Pass clippy args all in one place (easier to copy/paste) Thom Chiovoloni 2020-04-11 21:06:15 -07:00
  • 47b7c5508f Use hecrj/setup-rust-action for some CI since it has better matchers Thom Chiovoloni 2020-04-11 20:55:58 -07:00
  • 2c8f8b0eab Fix cargo doc CI Thom Chiovoloni 2020-04-11 20:54:38 -07:00
  • ac1416152e Missed a checkout@v1 Thom Chiovoloni 2020-04-11 20:53:01 -07:00
  • e4dafe4d4c
    Merge pull request #698 from thomcc/checkout-v2 Thom Chiovoloni 2020-04-11 20:39:52 -07:00