Commit History

作者 SHA1 備註 提交日期
  mingodad fe065fa530 Fixed "sq_sle2vecOfvec" to take in account "start" position. 13 年之前
  mingodad b0de9fb2a6 Changed the prototype of SquiLu extension functions from "SQInteger (*SQFUNCTION)(HSQUIRRELVM)" to "SQRESULT (*SQFUNCTION)(HSQUIRRELVM)" and update all functions to use SQRESULT for consistency. 13 年之前
  mingodad 1d8c48f14b Fixed the parameter count for some methods. 13 年之前
  mingodad b6e78a1b13 Fix and expose 2 functions to unencode a string lenght encoded like stream. 13 年之前
  mingodad 8f6b2f2984 Remove unused variable, and indentation for the register function. 13 年之前
  mingodad c0c0249886 Code reformat 13 年之前
  mingodad 8babf3bdb9 Expos new functions and change the name of SQLite3.NULL to SQLite3.Null. 13 年之前
  mingodad a871fa2651 Renamed the register function. 13 年之前
  mingodad 43c1e34db9 Added new functions. 13 年之前
  mingodad 803ba8449a Add new function to retrieve the database from a statement. 13 年之前
  mingodad 018f9e782a Several changes adding a more detailed error checking and some minor fixes. 13 年之前
  mingodad 1eeb5fb552 Add initialization on some variable declarations 13 年之前
  mingodad a335787e54 Completed the creation of a statement from the database method prepare. 13 年之前
  mingodad 7c7374566a Add SQLITE_TRANSIENT to sqlite3_bind_text to force sqlite3 make a private copy of the string. 13 年之前
  mingodad 6f591ab367 Add new squirrel vm parameter to release hook functions 13 年之前
  mingodad d741b7b403 Add some extensions to squirrel 13 年之前