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
Thom Chiovoloni
4f19827ee9
Update badges
2020-04-15 21:37:39 -07:00
Thom Chiovoloni
9322b0e881
Update links & copyright statement
2020-04-15 21:37:39 -07:00
Thom Chiovoloni
57749b8dbc
Document bundled-full (add contributing section)
2020-04-07 14:43:32 -07:00
Thom Chiovoloni
edceb01747
Remove use of time
crate in README.md
2020-03-24 09:44:20 -07:00
gwenn
8ddacbb27c
doctest README.md
2020-03-08 15:36:56 +01:00
gwenn
4cf59a8fdb
[ci skip] Try to fix github actions script
2020-02-18 20:50:28 +01:00
Thom Chiovoloni
c70d148542
Remove most of the code using feature=bundled
as a version check
2020-01-14 08:11:36 -08:00
gwenn
74b1c64761
[ci skip] Prepare release 0.21
2019-12-13 19:17:14 +01:00
gwenn
317abe6155
Update README example
2019-11-01 18:27:56 +01:00
hugecheese
8a11eb5a22
gcc -> cc
...
The `libsqlite3-sys` package no longer uses the deprecated `gcc` crate.
2019-10-19 14:50:54 -04:00
gwenn
797baf230d
[ci skip] Prepare release 0.20
...
rusqlite 0.20.0
And libsqlite3-sys 0.16.0
2019-07-27 09:48:43 +02:00
gwenn
a52eeb2565
[ci skip] Prepare release 0.19
...
rusqlite 0.19.0
And libsqlite3-sys 0.15.0
2019-06-26 18:13:41 +02:00
gwenn
9b78f6e3f7
Prepare 0.18.0 release
2019-04-24 18:07:04 +02:00
sbstp
85efa19646
Typo in the README
2019-04-10 20:04:39 -04:00
Simon Bernier St-Pierre
c42175a424
add support for Uuid
2019-04-08 14:19:42 -04:00
gwenn
b24f3c5519
Merge pull request #483 from technic/master
...
Clarify instruction for building with vcpkg
2019-03-25 20:00:36 +01:00
Alex Maystrenko
4d2f2c0833
Remove note about rebuilding, because env change tracked automatically
2019-03-24 21:24:28 +01:00
gwenn
1013571186
[ci skip] Prepare version 0.17.0
2019-03-10 14:21:29 +01:00
Thom Chiovoloni
5ba6909921
Add optional support for rust-url
2019-03-09 19:16:37 -08:00
gwenn
6d9ae896b5
Do not panic by default
...
Replace `Row::get` by `Row::get_checked`,
And rename original `Row::get` to `Row::get_unwrap`.
`Stmt::query_map`, `Stmt::query_map_named`, `Stmt::query_row`,
`Conn::query_row` and `Conn::query_row_named` callback parameter must return a `Result`.
2019-02-21 20:48:09 +01:00
technic93
6e8276d1d0
Clarify instruction for building with vcpkg
...
Mention VCPKGRS_DYNAMIC environment variable.
2019-02-17 12:03:19 +01:00
gwenn
d70286e98a
Remove unwrap from examples
2019-02-09 07:16:05 +01:00
gwenn
dbc4eef657
Session extension ( #459 )
...
Session extension bindings
2019-01-13 12:46:19 +01:00
gwenn
7619f638a8
[ci skip] Prepare 0.16.0 release
2018-12-16 18:15:58 +01:00
gwenn
1e08729306
[ci skip] Fix README
2018-12-07 22:08:48 +01:00
Vlad-Ștefan Harbuz
2e397aa53d
Update README example.
...
The code example from the documentation's latest version contains some important updates, such as the usage of `NO_PARAMS`. The README should be updated to reflect this.
2018-10-24 12:22:54 +02:00