Commit History

Author SHA1 Message Date
  mingodad f7df7a2abc Start the preparation to add custom window functions 7 years ago
  mingodad ca0f948a70 Fixes to allow cross compilation with https://github.com/hone/mruby-cli docker image 7 years ago
  mingodad 6e189b4653 Add transaction and stmt_scope_reset new methods to SQLite3 to return a kind of smartPtr to rollback transactions and reset statements, also added some examples. 8 years ago
  mingodad 4f94ded3d7 Fix an of by one bug after refactoring/fix lua pattern. 8 years ago
  mingodad 9e189efc77 Remove unused variables 8 years ago
  mingodad 43b6fb4202 Fix a typo 8 years ago
  mingodad 3266369a75 Fix bug on error management on bind_exec_get_(one/first_row) 8 years ago
  mingodad 3d45e8da73 Add a guard to prevent endless loop 8 years ago
  mingodad a56deba55c Fix use after free on custom squilu/sqlite3 functions 8 years ago
  mingodad 0014727ce2 Exposing a few more sqlite3_session extension functions 8 years ago
  mingodad b4ac9f3e7f Change function name from "delete" to "xdelete" compiler is rejecting because it recognizes "delete" as reserved word 8 years ago
  mingodad 676c20be52 Expose more sqlite3_session functions 8 years ago
  mingodad 0108cb3b20 Refactoring to remove undefined behavior. 8 years ago
  mingodad 72ffc8b758 Add optional parameter to specify the destination database for sqlite3 backup/restore 9 years ago
  mingodad 40d3cc3dc4 Add new methods to sq_sqlite3_stmt (bind_exec_get_one, bind_exec_get_first_row) 9 years ago
  mingodad 17f8751737 Fix sle encode (string lenght encode) 9 years ago
  mingodad 9520d136dd Fix to lua_find where an empty capture "()" is used. 9 years ago
  mingodad 56638af838 Added the sqlite3 blob io interface 9 years ago
  mingodad 6b154bece5 Add "col_slice" method to SQLite3Statement 9 years ago
  mingodad a54b14b2c3 Add a check and return error for SQLite3Statement.bind_stmt method 9 years ago
  mingodad c6d3d555a9 Fix use of string after free 9 years ago
  mingodad 9755b7aab1 Add conditional compilation to enable_load_extension 9 years ago
  mingodad 859d3741ea Add enable_load_extension to SQLite3 9 years ago
  mingodad 68bd457da3 Expose SQLite3Session to squilu scripts 9 years ago
  mingodad fb9940f067 Add new sqlite3_stmt member function "bind_exe" that binds variable number of parameters and does step and reset. 9 years ago
  mingodad 8a60311572 Allow exec, exec_one_dml, exec_get_first_row, exec_get_one to accept an already prepared statement 9 years ago
  mingodad 43addb136c Add exec_one_dml that accept bind parameters 9 years ago
  mingodad 18c19b3971 Added lua_find_count function to show the number of a matching pattern on a record 9 years ago
  mingodad 19542c3db7 Add lua_regexp, lua_find, lua_gsub to sq_sqlite3, update lua-regex 9 years ago
  mingodad 19ae489091 Expose sqlite3_get/set_auxdata to SquiLu scripts. 9 years ago