Commit Graph

1787 Commits

Author SHA1 Message Date
gwenn
a1d42490aa Upgrade SQLite bundled version to 3.35.2 2021-03-25 18:23:51 +00:00
gwenn
04d61f7f98
Merge pull request #917 from gwenn/3.35.0
Upgrade SQLite bundled version to 3.35.0
2021-03-14 13:33:41 +01:00
gwenn
a3cf04b9d6 Upgrade SQLite bundled version to 3.35.0 2021-03-14 12:22:10 +00:00
gwenn
e68d752cf4
Merge pull request #903 from gwenn/series
Sync series with official source
2021-03-07 09:32:55 +01:00
gwenn
c9cc639080 Add tests adapted from official SQLite tests 2021-03-06 12:55:25 +01:00
gwenn
73bf68f851 Merge remote-tracking branch 'upstream/master' into series 2021-03-06 12:38:10 +01:00
gwenn
e0e8b93e3b
Merge pull request #909 from thomcc/panic_any_warning
Fix nightly non_fmt_panic warning
2021-03-03 18:28:02 +01:00
Thom Chiovoloni
bd736b2634 Fix nightly non_fmt_panic warning 2021-03-02 18:19:11 -08:00
gwenn
2c64275371
Merge pull request #904 from gwenn/clippy
Fix clippy warnings
2021-03-02 20:19:21 +01:00
gwenn
e1eed94bef Fix clippy warnings
Allow `unnecessary_wraps` for `check_update` and `check_no_tail`.
Remove `check_readonly` (`sqlite3-parser` may help).
2021-02-28 13:19:58 +01:00
gwenn
5e79126a60 Rustfmt 2021-02-28 12:58:59 +01:00
gwenn
1acd753a63 Sync series with official source 2021-02-28 12:43:46 +01:00
gwenn
bd96f61e3f
Merge pull request #898 from rusqlite/rm_travis_badge
Remove travis badge
2021-02-04 18:42:41 +01:00
gwenn
84367c8310
Remove travis badge 2021-02-03 19:16:59 +01:00
gwenn
5f7d7ec1a6
Merge pull request #895 from gwenn/bindgen
Upgrade to bindgen 0.57
2021-02-01 19:37:51 +01:00
gwenn
880d4bc230 Upgrade to bindgen 0.57 2021-02-01 19:16:46 +01:00
Thom Chiovoloni
c10ef3df16 Remove .travis.yml 2021-01-31 16:30:16 -08:00
Thom Chiovoloni
12179be14f Disable leak-sanitizer for now 2021-01-31 16:23:00 -08:00
Thom Chiovoloni
19b0772f3f Make it clear bind_in is not public, and inline functions passing large arrays by value to avoid too much copying 2021-01-31 16:18:48 -08:00
gwenn
2e08f8b31d
Merge pull request #888 from gwenn/fix_test
Fix unstable tests when machine is slow
2021-01-30 14:20:36 +01:00
gwenn
91d6ce7a52 Fix unstable tests when machine is slow 2021-01-30 12:55:00 +01:00
gwenn
7def43fe7b
Merge pull request #886 from gwenn/date_format
Fix DateTime format
2021-01-30 09:17:10 +01:00
gwenn
4f175d5748 Fix DateTime format 2021-01-29 22:03:50 +01:00
gwenn
d5b5f43015
Merge pull request #881 from gwenn/params
Use most concise syntax for params
2021-01-20 17:53:07 +01:00
gwenn
afcdc2b43a Use most concise syntax for params 2021-01-19 21:16:08 +01:00
gwenn
47134e9527
Merge pull request #876 from gwenn/clippy
Fix clippy warnings
2021-01-08 21:33:24 +01:00
gwenn
70742651b1 Fix CI build
clippy::unnecessary_wraps is not stable yet
2021-01-02 13:43:12 +01:00
gwenn
2319165b59 Fix clippy warnings 2021-01-02 10:49:29 +01:00
Thom Chiovoloni
3b9f5e92ad
Merge pull request #872 from striezel/comment-typo
fix typo in .travis.yml
2020-12-24 13:45:52 -08:00
Dirk Stolle
69ad4aee91 fix typo in .travis.yml 2020-12-24 22:29:19 +01:00
gwenn
e154ccb606
Rename get_raw to get_ref_unwrap and get_raw_checked to get_ref (#838)
* test `From<FromSqlError> for Error`
* Rename get_raw to get_ref_unwrap and get_raw_checked to get_ref
2020-12-22 21:34:30 +01:00
Thom Chiovoloni
73f59a3a38
Merge pull request #866 from phiresky/pass-context-to-aggregate 2020-12-19 12:47:13 -08:00
phiresky
0221266f2e make init return result 2020-12-19 12:15:18 +01:00
Thom Chiovoloni
4657ddc8e2
Merge pull request #867 from phiresky/function-context-db-handle 2020-12-18 20:50:52 -08:00
phiresky
7c83680231 fix lints 2020-12-18 23:11:23 +01:00
phiresky
d4f8242d0c format 2020-12-18 13:54:38 +01:00
phiresky
9d2e936eb8 formatting and tests 2020-12-18 13:53:13 +01:00
phiresky
eff747b756 format 2020-12-18 13:52:07 +01:00
phiresky
25c817413b pass context to finalize function 2020-12-18 13:30:11 +01:00
phiresky
1309c563c7 add get_connection method to function context 2020-12-18 13:24:03 +01:00
phiresky
2cffca874c pass context to aggregate init function 2020-12-18 13:11:39 +01:00
Thom Chiovoloni
e0dbce4366
Merge pull request #861 from dubiousjim/push1 2020-12-16 23:25:45 -08:00
Dubiousjim
2e8438ee1d csvtab implies vtab 2020-12-16 11:23:43 -05:00
Dubiousjim
5ed085fe46 revert SQLITE_FLAGS back to LIBSQLITE3_FLAGS 2020-12-16 08:49:00 -05:00
Dubiousjim
46d91cd2b6 Cargo.toml: be explicit about what bundled-full omits 2020-12-07 21:40:08 -05:00
Dubiousjim
50dbc17490 LIBSQLITE3_FLAGS for bundled -> SQLITE_FLAGS
This flag was added in a9b700c but never documented. Here we change the
name to more closely follow SQLITE_MAX_VARIABLE_NUMBER etc; and
document its existence in README.md.
2020-12-07 21:39:48 -05:00
Dubiousjim
d916f7ad00 README: document SQLITE_MAX_* 2020-12-07 20:30:10 -05:00
Dubiousjim
13bb87b469 README: document SQLITE3_STATIC 2020-12-07 20:30:10 -05:00
Dubiousjim
7b9b1d2965 README: document SQLITE3_LIB/INCLUDE_DIR 2020-12-07 20:30:10 -05:00
Dubiousjim
682d8a837e README: caps 2020-12-07 17:42:06 -05:00