История коммитов

Автор SHA1 Сообщение Дата
  mingodad a54b14b2c3 Add a check and return error for SQLite3Statement.bind_stmt method 9 лет назад
  mingodad c6d3d555a9 Fix use of string after free 9 лет назад
  mingodad 9755b7aab1 Add conditional compilation to enable_load_extension 9 лет назад
  mingodad 859d3741ea Add enable_load_extension to SQLite3 9 лет назад
  mingodad 68bd457da3 Expose SQLite3Session to squilu scripts 9 лет назад
  mingodad fb9940f067 Add new sqlite3_stmt member function "bind_exe" that binds variable number of parameters and does step and reset. 9 лет назад
  mingodad 8a60311572 Allow exec, exec_one_dml, exec_get_first_row, exec_get_one to accept an already prepared statement 9 лет назад
  mingodad 43addb136c Add exec_one_dml that accept bind parameters 9 лет назад
  mingodad 18c19b3971 Added lua_find_count function to show the number of a matching pattern on a record 9 лет назад
  mingodad 19542c3db7 Add lua_regexp, lua_find, lua_gsub to sq_sqlite3, update lua-regex 9 лет назад
  mingodad 19ae489091 Expose sqlite3_get/set_auxdata to SquiLu scripts. 9 лет назад
  mingodad 30e859fb39 Create a new api function to remove keys on the registry table without use the stack, 9 лет назад
  mingodad 65e4a8cdc6 Always release all callbacks before set a new one 9 лет назад
  mingodad 9096e0e040 Make delayed release hooks optional 9 лет назад
  mingodad 9207a4bb37 Accept userdata sqlite3_NULL for binding parameter. 9 лет назад
  mingodad 4f29d94a68 Code refactoring and remove unused variables 9 лет назад
  mingodad 6746720c7a Add typetag to sqlite3_NULL 9 лет назад
  mingodad af887c8069 Update sqlite3 10 лет назад
  mingodad faa7e255b7 Update sqlite3 10 лет назад
  mingodad baeae3ab99 Remove zmq from the build by default 10 лет назад
  mingodad b34fd8b39f Fix segfault when trying to finalize statements with fts3/4 instantiated. 10 лет назад
  mingodad fdc9607023 Add sqlite3_set_authorizer hook 10 лет назад
  mingodad c63177e24f Update sqlite3 and split the sq_sqlite3 extension into header and source. 10 лет назад
  mingodad a5442972fd Added sqlite backup/restore functions 11 лет назад
  mingodad bd8b5a136f Remove duplicated extension entry. 11 лет назад
  mingodad e2bab947e2 Add some extended sqlite v2 error codes. Also update sqlite3 to the latest one. 11 лет назад
  mingodad 26117309d1 Accept a boolean parameter after the closure parameter when creating a sqlite3 function when set to bool the SQLITE_DETERMINISTIC is set. 11 лет назад
  Domingo Alvarez Duarte 9cfa704dd3 Fix copy and paste mistake. 11 лет назад
  mingodad 8885a16666 Bug fixes, expose stmt.asJsonArray and stmt.asJsonObject, also update sqlite3 sources. 12 лет назад
  mingodad 771b861392 Changes to make it compile on linux 64bits. 12 лет назад