Историја ревизија

Аутор SHA1 Порука Датум
  mingodad 9e189efc77 Remove unused variables пре 8 година
  mingodad 43b6fb4202 Fix a typo пре 8 година
  mingodad 3266369a75 Fix bug on error management on bind_exec_get_(one/first_row) пре 8 година
  mingodad 3d45e8da73 Add a guard to prevent endless loop пре 8 година
  mingodad a56deba55c Fix use after free on custom squilu/sqlite3 functions пре 8 година
  mingodad 0014727ce2 Exposing a few more sqlite3_session extension functions пре 8 година
  mingodad b4ac9f3e7f Change function name from "delete" to "xdelete" compiler is rejecting because it recognizes "delete" as reserved word пре 8 година
  mingodad 676c20be52 Expose more sqlite3_session functions пре 8 година
  mingodad 0108cb3b20 Refactoring to remove undefined behavior. пре 8 година
  mingodad 72ffc8b758 Add optional parameter to specify the destination database for sqlite3 backup/restore пре 9 година
  mingodad 40d3cc3dc4 Add new methods to sq_sqlite3_stmt (bind_exec_get_one, bind_exec_get_first_row) пре 9 година
  mingodad 17f8751737 Fix sle encode (string lenght encode) пре 9 година
  mingodad 9520d136dd Fix to lua_find where an empty capture "()" is used. пре 9 година
  mingodad 56638af838 Added the sqlite3 blob io interface пре 9 година
  mingodad 6b154bece5 Add "col_slice" method to SQLite3Statement пре 9 година
  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 година