File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -3,5 +3,5 @@ Clang = "40e3b903-d033-50b4-a0cc-940c62c95e31"
3
3
SQLite_jll = " 76ed43ae-9a5d-5a62-8c75-30186b810ce8"
4
4
5
5
[compat ]
6
- Clang = " 0.15 "
6
+ Clang = " 0.16 "
7
7
SQLite_jll = " 3"
Original file line number Diff line number Diff line change @@ -1291,6 +1291,10 @@ function sqlite3_db_handle(arg1)
1291
1291
@ccall libsqlite. sqlite3_db_handle (arg1:: Ptr{sqlite3_stmt} ):: Ptr{sqlite3}
1292
1292
end
1293
1293
1294
+ function sqlite3_db_name (db, N)
1295
+ @ccall libsqlite. sqlite3_db_name (db:: Ptr{sqlite3} , N:: Cint ):: Ptr{Cchar}
1296
+ end
1297
+
1294
1298
function sqlite3_db_filename (db, zDbName)
1295
1299
@ccall libsqlite. sqlite3_db_filename (
1296
1300
db:: Ptr{sqlite3} ,
@@ -2119,11 +2123,11 @@ end
2119
2123
2120
2124
# Skipping MacroDefinition: SQLITE_EXTERN extern
2121
2125
2122
- const SQLITE_VERSION = " 3.38.4 "
2126
+ const SQLITE_VERSION = " 3.39.2 "
2123
2127
2124
- const SQLITE_VERSION_NUMBER = 3038004
2128
+ const SQLITE_VERSION_NUMBER = 3039002
2125
2129
2126
- const SQLITE_SOURCE_ID = " 2022-05-04 15:45:55 d402f49871152670a62f4f28cacb15d814f2c1644e9347ad7d258e562978e45e "
2130
+ const SQLITE_SOURCE_ID = " 2022-07-21 15:24:47 698edb77537b67c41adc68f9b892db56bcf9a55e00371a61420f3ddd668e6603 "
2127
2131
2128
2132
const SQLITE_OK = 0
2129
2133
You can’t perform that action at this time.
0 commit comments