21 Commits

Author SHA1 Message Date
gwenn
d0565767e9 Add bindings to sqlite3_trace_v2 2024-11-11 12:37:28 +01:00
Sam Gammon
05d3e5f80e
chore: update sqlcipher → 4.6.1 (SQLite 3.46.1)
Signed-off-by: Sam Gammon <sam@elide.ventures>
2024-09-12 15:36:10 -07:00
Daniel Brát
b4d37fbd42 Bump sqlcipher version to v4.5.7
Updates sqlcipher to release v4.5.7. This version is based on upstream sqlite
version 3.45.3, which is coincidentaly the same as used by this crate at the
time of this commit.
2024-05-17 14:03:33 +02:00
gwenn
57a3a8f62e
Add bindings to automatic extension loading API (#1487)
* Add bindings to automatic extension loading API

it doesn't seem possible to directly register an `AutoExtension`.
2024-03-30 17:01:44 +01:00
gwenn
4390720f9d Omit API
sqlite3_close_v2 (for gced languages)
sqlite3_create_collation (vs sqlite3_create_collation_v2)
sqlite3_create_function (vs sqlite3_create_function_v2)
sqlite3_create_module (vs sqlite3_create_module_v2)
sqlite3_prepare (vs sqlite3_prepare_v2/v3)
2024-03-23 10:55:00 +01:00
gwenn
ab5bb268be Omit UTF-16 API 2024-03-23 10:05:49 +01:00
gwenn
c89138c866 Bump bundled SQLCipher to version 4.5.6 2024-03-10 09:56:20 +00:00
gwenn
a5c460a8f7 Fix sqlite3_cancel_auto_extension 2023-03-25 15:38:24 +01:00
gwenn
bef2472bfb Fix sqlite3_auto_extension xEntryPoint signature 2023-03-25 11:47:27 +01:00
gwenn
c5f0b27693 Fix sqlite3_auto_extension xEntryPoint signature 2023-03-25 11:33:33 +01:00
gwenn
eb7fbc57d0 Use ParseCallbacks::item_name to fix sqlite3_index_info_* types 2023-03-25 10:19:56 +01: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
b86acc1d79
Merge branch 'hotfix-sys-0.25.2' 2022-10-26 19:43:15 -07:00
Thom Chiovoloni
6e20eb2182 Regenerate bundled SQLcipher (cherry-picking went wrong?) 2022-10-26 19:39:38 -07:00
heavenboy8
2585881991 bump sqlcipher to 4.5.2 2022-10-26 19:39:38 -07:00
heavenboy8
f6da1acefc bump sqlcipher to 4.5.2 2022-08-17 08:28:08 +02:00
Daniel Kahn Gillmor
53b1b598cb Drop bindgen layout tests
The auto-generated bindgen layout tests are architecture dependent and
cause breakage on 32-bit platforms at least.

Note that this does not yet remove the layout tests from
bindgen-bindings/bindgen_*.rs -- i'm not sure how those are generated.

Addresses: #722
2022-08-16 14:26:58 -07: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
link2xt
3af939ab8d Upgrade bundled SQLCipher to 4.5.0 2022-01-03 21:42:30 +00:00
Thom Chiovoloni
28cd67300b Include the session FFI in the bundled bindings 2021-07-31 14:40:00 -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