gwenn
8a263963f4
Upgrade bundled SQLite version to 3.41.1
2023-03-13 17:53:49 +00:00
gwenn
6119b7c94c
Create dependabot.yml
2023-03-13 18:39:06 +01:00
gwenn
ba07f41aac
Merge remote-tracking branch 'origin/master' into clippy
2023-03-12 15:49:58 +01:00
gwenn
7278e5fa91
Merge pull request #1250 from gwenn/deprecated
...
Remove deprecated API
2023-03-12 15:42:58 +01:00
gwenn
08dd4b3d18
Merge pull request #1291 from gwenn/ci-script
...
Update github actions script
2023-03-12 15:39:03 +01:00
gwenn
984263142e
Merge pull request #1298 from gwenn/rm_lazy_static
...
Remove lazy_static optional dependency
2023-03-11 11:35:47 +01:00
gwenn
35e8a498c4
Remove lazy_static optional dependency
...
Was used by virtual table
2023-03-11 11:21:47 +01:00
gwenn
223926ef6f
Merge pull request #1294 from gwenn/3.41.0
...
Upgrade bundled SQLite3 sources to version 3.41.0
2023-02-24 20:36:45 +01:00
gwenn
70e37f8540
Upgrade bundled SQLite3 sources to version 3.41.0
2023-02-24 18:40:34 +00:00
gwenn
929be82c9f
Merge pull request #1293 from mhammond/no-panic-on-drop
...
No longer panic if we fail to close the connection when dropping it.
2023-02-24 08:51:25 +01:00
Mark Hammond
9c2cc12b08
No longer panic if we fail to close the connection when dropping it.
2023-02-24 15:13:25 +11:00
gwenn
27fe88e296
Update github actions script
2023-02-20 19:42:46 +01:00
gwenn
9880cdef12
Merge pull request #1271 from ssrlive/patch-1
...
Linkage issue in windows
2023-02-14 20:59:47 +01:00
gwenn
f815f809e5
Merge pull request #1288 from gwenn/bindgen
...
Upgrade bindgen
2023-02-09 19:14:23 +01:00
gwenn
a46f953134
Upgrade bindgen
2023-02-09 19:02:14 +01:00
gwenn
385a5c5251
Merge pull request #1285 from gwenn/clippy_msrv
...
Specify a MSRV for clippy
2023-02-09 18:45:28 +01:00
gwenn
8d318b3a03
Fix clippy warning
2023-02-03 18:44:21 +01:00
gwenn
cbf49b4c92
Specify a MSRV for clippy
...
See https://github.com/rusqlite/rusqlite/actions/runs/4037571368/jobs/6940956904
2023-02-03 18:31:01 +01:00
gwenn
bff475061a
Merge pull request #1275 from gwenn/clippy_ascii
...
Fix clippy warnings
2023-01-07 19:16:13 +01:00
gwenn
a92fa13bfd
Fix clippy warnings
2023-01-07 17:09:53 +01:00
Thom Chiovoloni
102b71ade6
Use grcov
for code coverage
2023-01-05 03:29:56 -08:00
Thom Chiovoloni
222ec9c22e
Update vendored SQLcipher to 4.5.3 (compatible with SQLite 3.39.4)
2023-01-04 21:26:49 -05:00
Thom Chiovoloni
272f3cef9c
Update vendored SQLite to 3.40.1
2023-01-04 21:26:49 -05:00
ssrlive
279be83bcf
Update build.rs
2022-12-23 09:31:58 +08:00
ssrlive
8785bd903a
Update build.rs
2022-12-22 21:05:48 +08:00
gwenn
646c9c122b
Merge pull request #1269 from gwenn/build_error
...
Fix build error
2022-12-13 21:10:47 +01:00
gwenn
b346d02b98
Fix build error
...
After merging PRs #1263 and #1248
2022-12-13 19:52:32 +01:00
gwenn
a1b83423a5
Merge pull request #1263 from psarna/from_handle_owned
...
Introduce Connection::from_handle_owned
2022-12-11 10:52:52 +01:00
gwenn
9644432135
Merge pull request #1268 from gwenn/clear_bindings
...
Add Statement::clear_bindings
2022-12-11 10:47:31 +01:00
gwenn
5f851fb90f
Add Statement::clear_bindings
2022-12-11 10:26:13 +01:00
gwenn
312bf41e90
Merge remote-tracking branch 'origin/master' into deprecated
2022-12-11 09:56:22 +01:00
gwenn
aad182aff4
Merge pull request #1252 from gwenn/serde_json
...
Fix FromSql/ToSql for serde_json::Value
2022-12-11 09:50:21 +01:00
gwenn
9e76bf42d1
Merge pull request #1248 from gwenn/db_path
...
Remove Connection path field
2022-12-11 09:41:26 +01:00
gwenn
3aa9addaa3
[breaking change] Update edition from 2018 to 2021
...
And fix clippy warnings
2022-12-09 20:19:04 +01:00
Piotr Sarna
82a56b1b58
Introduce Connection::from_handle_owned
...
It behaves almost the same as Connection::from_handle,
but it promises to close the inner connection when
the returned connection is closed or dropped.
The rationale for having this function is that some users
of Connection::from_handle obtain the handle simply by calling
ffi::sqlite3_open_v2 or other similar function manually, and would
still like for its resources to be released once the connection
is dropped.
The use-case behind this commit is from https://github.com/libsql/libsql/ ,
where a new libsql_open call is introduced to pass other parameters
(like virtual WAL interface) to the connection.
2022-11-29 15:52:30 +01:00
gwenn
51a69b1b74
Merge pull request #1262 from gwenn/parameters
...
Use ?NNN format instead of ?
2022-11-27 09:58:56 +01:00
gwenn
2e07650a02
Use ?NNN format instead of ?
...
https://sqlite.org/lang_expr.html#parameters
> But because it is easy to miscount the question marks, the use of this parameter format is discouraged. Programmers are encouraged to use one of the symbolic formats below or the ?NNN format above instead.
2022-11-27 09:38:06 +01:00
gwenn
69b3367c29
Merge pull request #1260 from rusqlite/bindgen
...
Upgrade bingen
2022-11-25 20:21:09 +01:00
gwenn
d015b73862
Upgrade bingen
2022-11-25 19:59:00 +01:00
gwenn
7035904192
Merge pull request #1258 from gwenn/3.40.0
...
Upgrade SQLite bundled version to 3.40.0
2022-11-20 11:14:40 +01:00
gwenn
9da4e846a0
Upgrade SQLite bundled version to 3.40.0
2022-11-20 09:57:22 +00:00
gwenn
9cf9bc8cf3
Merge pull request #1257 from gwenn/clippy
...
Fix clippy warnings
2022-11-19 13:41:55 +01:00
gwenn
1038577691
Fix clippy warnings
...
Related to chrono 0.4.23.
Only some tests are impacted.
2022-11-19 13:29:43 +01:00
gwenn
9d4ff244dd
Merge pull request #1256 from gwenn/bindgen
...
Upgrade bindgen
2022-11-19 13:06:15 +01:00
gwenn
79252ef82c
Upgrade bindgen
2022-11-19 12:37:49 +01:00
gwenn
6ca54320fc
Fix FromSql/ToSql for serde_json::Value
...
Fix #882 for valid JSON values
2022-11-11 18:37:22 +01:00
gwenn
12a6d3c1b1
Merge pull request #1251 from gwenn/one_column
...
Intoduce one_column for tests
2022-11-11 16:53:07 +01:00
gwenn
503f02ee01
Cosmetic changes in tests
2022-11-11 16:32:42 +01:00
gwenn
784ef95bb6
Intoduce one_column for tests
2022-11-11 16:20:39 +01:00
gwenn
d542b23181
Merge pull request #1238 from gwenn/debug_row
...
Impl Debug for Row
2022-11-11 15:08:22 +01:00