367 Commits

Author SHA1 Message Date
gwenn
0c3933b68c clippy::use_self 2024-08-10 14:39:36 +02:00
gwenn
7990451725 Prepare patch release 2024-07-26 18:48:05 +02:00
gwenn
8bab6eb9a7 Fix direct minimal versions
Using the most recent versions currenlty available
2024-07-26 18:41:31 +02:00
gwenn
dcc226c509 Fix clippy warnings 2024-07-21 16:09:21 +02:00
gwenn
f1820c3c0b Prepare next release 2024-07-21 14:56:06 +02:00
gwenn
a46ba32799 Fix warning
use of deprecated unit variant `cc::windows_registry::VsVers::Vs12`: Visual Studio 12 is no longer supported. cc will never return this value.
2024-07-20 09:33:36 +02:00
gwenn
7a66d4a632 Fix clippy warnings 2024-07-20 09:32:12 +02:00
gwenn
799360372f The SQLITE_ENABLE_STAT2 compile-time option is now a no-op. 2024-07-20 09:30:35 +02:00
Yuri Astrakhan
c32d7a79a2 Applied some spellchecker suggestions 2024-07-17 13:41:16 -04:00
gwenn
cc425389eb Prepare release of libsqlite3-sys 0.29.0 2024-06-22 07:37:48 +02:00
gwenn
b1b26afd0e
Merge pull request #1502 from southorange0929/master
fix: build should support lib64 dir for OpenSSL3.x
2024-05-24 06:25:37 +02:00
gwenn
99af0ac712 Bump bundled SQLite version to 3.46.0 2024-05-23 19:04:09 +02: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
southorange0929
1886a0a5ef feat: sync openssl search logic 2024-05-15 09:23:22 +08:00
southorange0929
a7d5d33548 fix: build should support lib64 dir for OpenSSL3.x 2024-05-13 18:03:35 +08:00
gwenn
9a3930ba70 Fix clippy warning 2024-04-20 07:53:22 +02:00
gwenn
75d51fc9c4 Bump bundled SQLite version to 3.45.3 2024-04-18 18:00:07 +02:00
gwenn
79fae3d93c
Improve test coverage (#1490)
Improve test coverage
2024-04-01 10:11:07 +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
62e834c314 Bump bundled SQLite version to 3.45.2 2024-03-16 09:20:58 +01:00
gwenn
5d148358d6 Fix clippy warnings 2024-03-15 19:23:36 +01:00
gwenn
c89138c866 Bump bundled SQLCipher to version 4.5.6 2024-03-10 09:56:20 +00:00
gwenn
1124d4363d Fix clippy warnings 2024-02-24 11:02:09 +01:00
John Vandenberg
52b01e40b2 Fix a few typos 2024-02-01 16:46:59 +08:00
gwenn
7b4612430b Bump bundled SQLite version to 3.45.1 2024-01-31 18:15:32 +00:00
gwenn
c5a79c8af6 Prepare release of libsqlite3-sys version 0.28.0 2024-01-27 21:14:37 +01:00
Georg Semmler
e60d993cc4
Expose the include directory of the bundled sqlite version
This commit exposes the include directory of the bundled sqlite version
via by instructing cargo to set the `DEP_SQLITE3_INCLUDE` enviroment
variable as documented in the cargo book:
https://doc.rust-lang.org/cargo/reference/build-script-examples.html#using-another-sys-crate

This enables other sys crates to rely on the bundled sqlite version and
use it as base for their compilation if they have a (sub-)dependency on
libsqlite3.
2024-01-25 11:39:21 +01:00
gwenn
2db482f224 Bump bundled SQLite version to 3.45.0 2024-01-16 19:55:26 +00:00
gwenn
8a5e2e6f63 Fix clippy warning 2024-01-06 16:46:29 +01:00
gwenn
01a2cc51a5 Drop winsqlite3 feature 2024-01-06 16:35:18 +01:00
gwenn
3c3d7daeb4 Fix uninlined_format_args
cargo clippy --all --all-targets --fix -- -Wclippy::uninlined_format_args
2023-12-23 14:21:23 +01:00
gwenn
c2fbd167de
Merge pull request #1332 from etehtsea/wasi-example
Improve wasm32-wasi support
2023-11-25 18:03:21 +01:00
gwenn
be9741f18e Prepare next release 2023-11-12 13:23:16 +01:00
gwenn
e8c35fce50 Replace ::atomic::Atomic by std AtomicPtr
NoUninit constraint cannot be satisfied
2023-11-11 20:11:37 +01:00
gwenn
1d74ddcc7b Bump atomic dependency version 2023-11-11 15:46:14 +01:00
gwenn
11d0443af1 Regenerate bindgen_bundled_version_ext.rs for version 3.44.0 2023-11-10 17:52:17 +00:00
gwenn
50f6d24185 Merge remote-tracking branch 'origin/master' into loadable_extension 2023-11-10 17:36:58 +00:00
gwenn
2326556d9b Bump bindgen version to 0.69 2023-11-03 19:39:25 +01:00
gwenn
97051f25de Bump bundled SQLite version to 3.44.0 2023-11-03 19:28:08 +01:00
gwenn
7185c01f96
Add new constants introduced by SQLite 3.43.0 2023-10-21 08:46:42 +02:00
gwenn
0438d7606f
Add new constants introduced by SQLite 3.43.0 2023-10-21 08:37:12 +02:00
gwenn
d8c7ad3202 Regenerate bindgen_bundled_version_ext.rs for version 3.43.2 2023-10-16 19:00:55 +02:00
gwenn
74c867d708 Merge remote-tracking branch 'origin/master' into loadable_extension 2023-10-16 18:56:03 +02:00
gwenn
0953cbebd8 Bump bundled SQLite version to 3.43.2 2023-10-12 18:37:26 +02:00
gwenn
7a5c3d5d4f Bump bundled SQLite version to 3.43.1 2023-09-13 16:23:40 +00:00
dependabot[bot]
6b4cc6d2cc
Update bindgen requirement from 0.66 to 0.68
Updates the requirements on [bindgen](https://github.com/rust-lang/rust-bindgen) to permit the latest version.
- [Release notes](https://github.com/rust-lang/rust-bindgen/releases)
- [Changelog](https://github.com/rust-lang/rust-bindgen/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/rust-bindgen/compare/v0.66.0...v0.68.1)

---
updated-dependencies:
- dependency-name: bindgen
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-11 04:42:00 +00:00
gwenn
5e79f84b37 Upgrade SQLite bundled version to 3.43.0 2023-08-26 10:54:26 +00:00
gwenn
3742efe24c Omit deprecated functions 2023-07-15 10:24:51 +02:00