mirror of
https://github.com/isar/rusqlite.git
synced 2025-11-21 15:29:11 +08:00
Add binding to sqlite3_create_collation_v2
This commit is contained in:
@@ -28,6 +28,7 @@ load_extension = []
|
||||
backup = ["libsqlite3-sys/min_sqlite_version_3_6_23"]
|
||||
# sqlite3_blob_reopen: 3.7.4
|
||||
blob = ["libsqlite3-sys/min_sqlite_version_3_7_7"]
|
||||
collation = []
|
||||
# sqlite3_create_function_v2: 3.7.3 (2010-10-08)
|
||||
functions = ["libsqlite3-sys/min_sqlite_version_3_7_7"]
|
||||
# sqlite3_log: 3.6.23 (2010-03-09)
|
||||
@@ -69,6 +70,7 @@ tempdir = "0.3"
|
||||
lazy_static = "1.0"
|
||||
regex = "1.0"
|
||||
uuid = { version = "0.7", features = ["v4"] }
|
||||
unicase = "2.4.0"
|
||||
|
||||
[dependencies.libsqlite3-sys]
|
||||
path = "libsqlite3-sys"
|
||||
|
||||
Reference in New Issue
Block a user