gwenn
2dd11143c9
Remove min_sqlite_version_3_7_16
feature
...
And associated bindgen
2022-08-30 13:05:47 -07:00
gwenn
6766d6a6cd
Remove old_sqlite
feature
...
And associated bindgen_3.6.8.rs
2022-08-30 13:05:47 -07:00
gwenn
6e740d0611
Change default minimal SQLite API version
...
From 3.6.8 to 3.14.0.
Use `old_sqlite` feature to keep 3.6.8 (or 3.7.16) as the minimal version.
Use `modern_sqlite` for SQLite API > 3.14.0.
Also remove old 3.6.23 and 3.7.7 bindings.
2022-08-30 13:05:47 -07:00
gwenn
153d8fbc71
Prepare for next release
2022-07-14 13:44:05 +02:00
gwenn
0af215cb36
Merge pull request #1109 from pratikpc/patch-1
...
README: document winsqlite3
2022-05-26 07:57:35 +02:00
gwenn
b804fce9e6
Merge pull request #1115 from polyrand/fix-libsqlite-flag-typo
...
Fix typo in libsqlite flags variable
2022-05-26 07:53:41 +02: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
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
gwenn
2dc92fb73c
Prepare release 0.27.0
2022-02-27 18:41:10 +01:00
polyrand
7132e4d7cc
Fix typo in libsqlite flags variable
2022-01-21 11:21:47 +01: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
Thom Chiovoloni
325e4c857d
Fix discord link
2022-01-06 18:40:36 -08:00
Thom Chiovoloni
328e413bb3
Clean up badges, while I'm here
2022-01-06 04:52:59 -08:00
Thom Chiovoloni
7fb6e2f8a8
Replace gitter with discord in readme
2022-01-04 22:32:39 -08:00
gwenn
3d19f2c962
Fix SQLite version
2021-12-11 12:09:12 +01:00
Daan Schutte
0960e75fd2
Remove all-targets from contribution checklist
2021-11-22 21:08:23 -08:00
Thom Chiovoloni
6a22bb7a56
Update readme, prep for a cutting a libsqlite3-sys@v0.23.1
2021-10-07 00:28:26 -07:00
gwenn
2d17dc67f5
Prep release 0.26.0
2021-10-04 18:38:04 +02:00
Thom Chiovoloni
9aba53be3b
Add a note mentioning licensing of bundled native code
2021-06-02 13:12:52 -07:00
dubiousjim
8770e7d443
Add bundle-sqlcipher and bundle-ssl ( #860 )
...
Co-authored-by: Thom Chiovoloni <chiovolonit@gmail.com>
2021-06-02 12:07:56 -07:00
gwenn
9ea5e2fc04
Prepare release of rusqlite 0.25.1 ( #940 )
2021-04-19 18:57:30 +02:00
gwenn
517ef2beae
Prepare release 0.25.0 ( #930 )
...
rusqlite 0.25.0
libsqlite3-sys 0.22.0
Also fix missing README for libsqlite3-sys crate
And fix a typo.
2021-04-03 20:07:53 +02: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
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
Dubiousjim
e5ca02c6ef
README: cargo test -> cargo clippy
2020-12-07 17:42:06 -05:00
Dubiousjim
48f22a1e3f
README: wrap features with quotes when needed
2020-12-07 17:42:06 -05:00
Dubiousjim
be98a73a5d
README: document which features imply other features
2020-12-07 17:42:06 -05:00
Dubiousjim
9c35d20ef3
README: document features = "window series extra_check column_decltype collation"
2020-12-07 17:41:45 -05:00
gwenn
0a2e0b7240
Merge pull request #856 from gwenn/3.34.0
...
Upgrade SQLite bundled version to 3.34.0
2020-12-05 07:28:17 +01:00
Thom Chiovoloni
4601d8a2f3
Merge pull request #858 from rusqlite/hotfix-v0.24.2
2020-12-04 19:20:03 -08:00
Thom Chiovoloni
cef6dbbb26
Prep release v0.24.2
...
This will be the same as v0.24.1 with
cf598aa0a3
cherry-picked in.
2020-12-04 18:55:08 -08:00
gwenn
67102efb2f
Upgrade SQLite bundled version to 3.34.0
2020-12-04 18:26:02 +00:00
gwenn
32ee895b63
Remove some usages of params! / NO_PARAMS
2020-11-22 09:37:00 +01:00
Thom Chiovoloni
f9e15615a7
Prepare release 0.24.1
2020-10-07 15:47:02 -07:00
gwenn
405d0de8f6
Prepare release of version 0.24.0
2020-08-22 07:23:03 +02:00
Oliver Wangler
203bbb6fe2
Update README.md
2020-07-29 11:00:03 +02:00
Nikhil Benesch
b83d22e2b7
Upgrade to time v0.2 and put it behind a feature flag
...
This also removes the usage of time in the crate's top-level
documentation example, as was done for the README in #625 .
Fix #653 .
2020-07-24 11:28:19 -07:00
Voodlaz
dbd1e0bb85
Update README.md
2020-05-21 09:08:39 -07:00
Voodlaz
d5ed10f306
Update README.md
2020-05-21 09:08:39 -07:00
Thom Chiovoloni
aabcce9aa6
Add link to gitter channel. Fixes #736
2020-05-19 18:52:54 -07:00
Thom Chiovoloni
b079463bd2
Ignore checked-in generated or external code, and add badges
2020-04-16 01:25:27 -07:00