mingodad
|
72ffc8b758
Add optional parameter to specify the destination database for sqlite3 backup/restore
|
před 9 roky |
mingodad
|
40d3cc3dc4
Add new methods to sq_sqlite3_stmt (bind_exec_get_one, bind_exec_get_first_row)
|
před 9 roky |
mingodad
|
17f8751737
Fix sle encode (string lenght encode)
|
před 9 roky |
mingodad
|
9520d136dd
Fix to lua_find where an empty capture "()" is used.
|
před 9 roky |
mingodad
|
56638af838
Added the sqlite3 blob io interface
|
před 9 roky |
mingodad
|
6b154bece5
Add "col_slice" method to SQLite3Statement
|
před 9 roky |
mingodad
|
a54b14b2c3
Add a check and return error for SQLite3Statement.bind_stmt method
|
před 9 roky |
mingodad
|
c6d3d555a9
Fix use of string after free
|
před 9 roky |
mingodad
|
9755b7aab1
Add conditional compilation to enable_load_extension
|
před 9 roky |
mingodad
|
859d3741ea
Add enable_load_extension to SQLite3
|
před 9 roky |
mingodad
|
68bd457da3
Expose SQLite3Session to squilu scripts
|
před 9 roky |
mingodad
|
fb9940f067
Add new sqlite3_stmt member function "bind_exe" that binds variable number of parameters and does step and reset.
|
před 9 roky |
mingodad
|
8a60311572
Allow exec, exec_one_dml, exec_get_first_row, exec_get_one to accept an already prepared statement
|
před 9 roky |
mingodad
|
43addb136c
Add exec_one_dml that accept bind parameters
|
před 9 roky |
mingodad
|
18c19b3971
Added lua_find_count function to show the number of a matching pattern on a record
|
před 9 roky |
mingodad
|
19542c3db7
Add lua_regexp, lua_find, lua_gsub to sq_sqlite3, update lua-regex
|
před 9 roky |
mingodad
|
19ae489091
Expose sqlite3_get/set_auxdata to SquiLu scripts.
|
před 9 roky |
mingodad
|
30e859fb39
Create a new api function to remove keys on the registry table without use the stack,
|
před 9 roky |
mingodad
|
65e4a8cdc6
Always release all callbacks before set a new one
|
před 9 roky |
mingodad
|
9096e0e040
Make delayed release hooks optional
|
před 9 roky |
mingodad
|
9207a4bb37
Accept userdata sqlite3_NULL for binding parameter.
|
před 9 roky |
mingodad
|
4f29d94a68
Code refactoring and remove unused variables
|
před 9 roky |
mingodad
|
6746720c7a
Add typetag to sqlite3_NULL
|
před 9 roky |
mingodad
|
af887c8069
Update sqlite3
|
před 9 roky |
mingodad
|
faa7e255b7
Update sqlite3
|
před 10 roky |
mingodad
|
baeae3ab99
Remove zmq from the build by default
|
před 10 roky |
mingodad
|
b34fd8b39f
Fix segfault when trying to finalize statements with fts3/4 instantiated.
|
před 10 roky |
mingodad
|
fdc9607023
Add sqlite3_set_authorizer hook
|
před 10 roky |
mingodad
|
c63177e24f
Update sqlite3 and split the sq_sqlite3 extension into header and source.
|
před 10 roky |
mingodad
|
a5442972fd
Added sqlite backup/restore functions
|
před 11 roky |