Commit Graph

2184 Commits

Author SHA1 Message Date
Thom Chiovoloni
c3b419b1e5 Bump bundled sqlite to 3.38.1 2022-03-12 11:08:35 -08:00
Thom Chiovoloni
8d0582a8af Force use of buildtime_bindgen under winsqlite3 for now 2022-03-12 11:08:24 -08:00
Thom Chiovoloni
ea537ceea2 Add comment on rust-postgres to README.md 2022-03-10 13:07:06 -08:00
Thom Chiovoloni
3b3382a5d3 Undo accidental reformat of README lists 2022-03-10 13:07:06 -08:00
Thom Chiovoloni
c9aa11301b Reword bundled explanation in readme 2022-03-10 13:07:06 -08:00
Thom Chiovoloni
74e4fa008e Make the example code in the crate docs be the same as the README 2022-03-10 13:07:06 -08:00
Thom Chiovoloni
5923d0c8bd README: nudge people towards bundled, use tuple params, remove comment about rust-postgres 2022-03-10 13:07:06 -08:00
Thom Chiovoloni
2ec0b2e8fe Implement Params for tuples of ToSql up to size 16, and touch up docs 2022-03-10 13:07:06 -08:00
Thom Chiovoloni
8db9aff358 Prep libsqlite3-sys release 0.24.1 2022-03-05 09:03:28 -08:00
Thom Chiovoloni
db8f70f2b5 Update bundled SQLcipher to v4.5.1 (equivalent to SQLite 3.37.2) 2022-03-05 08:50:16 -08:00
gwenn
8141b5e085
Merge pull request #1129 from gwenn/0.27.0
Prepare release 0.27.0
2022-02-27 19:49:24 +01:00
gwenn
2dc92fb73c Prepare release 0.27.0 2022-02-27 18:41:10 +01:00
gwenn
fac235974c
Merge pull request #1127 from gwenn/consts
Add constants introduced by SQLite 3.38.0
2022-02-26 10:31:14 +01:00
gwenn
65668a46e4 Add constants introduced by SQLite 3.38.0
SQLITE_STMTSTATUS_FILTER_MISS
SQLITE_STMTSTATUS_FILTER_HIT
SQLITE_INDEX_CONSTRAINT_LIMIT
SQLITE_INDEX_CONSTRAINT_OFFSET
2022-02-26 09:55:17 +01:00
gwenn
af152b410d
Merge pull request #1124 from gwenn/3.38.0
Upgrade SQLite bundled version to 3.38.0
2022-02-23 19:09:39 +01:00
gwenn
5648122b09 Upgrade SQLite bundled version to 3.38.0 2022-02-23 17:36:23 +00:00
polyrand
7132e4d7cc Fix typo in libsqlite flags variable 2022-01-21 11:21:47 +01:00
gwenn
ddb7141c6d
Merge pull request #1113 from link2xt/SQLITE_DBCONFIG_RESET_DATABASE
Uncomment config::DbConfig::SQLITE_DBCONFIG_RESET_DATABASE
2022-01-18 19:57:54 +01:00
link2xt
81795e90b4 Uncomment config::DbConfig::SQLITE_DBCONFIG_RESET_DATABASE 2022-01-16 16:16:39 +00:00
gwenn
94437ed17f
Merge pull request #1112 from gwenn/script
Fix shell scripts
2022-01-16 09:16:56 +01:00
gwenn
db9dae27cf Merge remote-tracking branch 'upstream/master' into script 2022-01-16 09:04:23 +01:00
gwenn
34b9519c3e
Merge pull request #1050 from gwenn/clippy_send
Fix clippy warning
2022-01-16 09:00:07 +01:00
gwenn
897ef9cf25 Fix shell scripts
Replace `$_` by `$0` because `$_` doesn't work when using `sh upgrade.sh`.
Replace `bash` by `sh` because we should not depend on bash.
And also remove unused `CUR_DIR` variable.
2022-01-15 10:35:30 +01:00
gwenn
6f8174b614
Merge pull request #1110 from gwenn/3.37.2
Upgrade SQLite bundled version to 3.37.2
2022-01-11 19:13:53 +01:00
gwenn
2536df39d2 Upgrade SQLite bundled version to 3.37.2 2022-01-11 18:02:02 +00:00
Pratik Chowdhury
6eb9d0f6aa
Remove winsqlite link to Microsoft article. 2022-01-10 09:11:21 -08:00
Pratik Chowdhury
e13589717e
README: document winsqlite3
https://blogs.windows.com/windowsdeveloper/2017/02/06/using-sqlite-databases-uwp-apps/

Makes it easier to find out abou the awesome WinSQLite3 feature
2022-01-10 02:48:56 -08:00
gwenn
d6d8adb54e
Merge pull request #1096 from thomcc/limit-cleanup
Move Limits enum from libsqlite3-sys into rusqlite
2022-01-09 15:37:49 +01:00
Thom Chiovoloni
d67c0e09dd Remove the SQLite version check 2022-01-09 01:57:13 -08:00
Thom Chiovoloni
9cbe5a5e89
Move Limits enum from libsqlite3-sys into rusqlite 2022-01-08 16:45:35 -08:00
gwenn
0f33b120eb
Merge pull request #1093 from gwenn/exclude
Exclude
2022-01-08 12:57:22 +01:00
gwenn
2d37c2de41 Exclude some configuration files from package 2022-01-08 12:42:42 +01:00
gwenn
d4539b4a10 Remove old script publish-ghp-docs.sh 2022-01-08 12:40:33 +01:00
Thom Chiovoloni
44bab063f3 Rename the fullTest cache key to fullBuild in CI, and document it 2022-01-06 23:00:28 -08:00
Thom Chiovoloni
f445987bcf Use stable rust for doc checking in CI 2022-01-06 23:00:28 -08:00
Thom Chiovoloni
325e4c857d Fix discord link 2022-01-06 18:40:36 -08:00
gwenn
91648d7d1c
Merge pull request #1086 from gwenn/ptr_as_ptr
clippy:ptr_as_ptr
2022-01-06 18:31:35 +01:00
gwenn
cc4f059d9b Merge remote-tracking branch 'origin/master' into ptr_as_ptr 2022-01-06 18:20:01 +01:00
gwenn
80008d2f3e
Merge pull request #1079 from thomcc/discord-chat
Replace Gitter with Discord
2022-01-06 18:09:27 +01:00
gwenn
e1fd731cb0 clippy::unseparated_literal_suffix 2022-01-06 05:07:27 -08:00
gwenn
c10e2f39ef clippy::single_match_else 2022-01-06 04:56:59 -08:00
gwenn
68f41d6e9e clippy::semicolon_if_nothing_returned 2022-01-06 04:56:42 -08:00
gwenn
406ac6a7fc clippy::must_use_candidate 2022-01-06 04:56:24 -08:00
gwenn
bcfe99578b clippy::map_unwrap_or 2022-01-06 04:55:27 -08:00
gwenn
576a8a96f6 clippy::default_trait_access 2022-01-06 04:55:07 -08:00
gwenn
b5aa6f7984 clippy::redundant_closure_for_method_calls 2022-01-06 04:54:51 -08:00
gwenn
48975e015f clippy::let_underscore_drop 2022-01-06 04:54:39 -08:00
gwenn
01c4be82c8 clippy::doc_markdown 2022-01-06 04:54:10 -08:00
Thom Chiovoloni
328e413bb3
Clean up badges, while I'm here 2022-01-06 04:52:59 -08:00
trevyn
98b3d84fa5 Enable buildtime_bindgen tests on windows CI 2022-01-06 04:46:20 -08:00