Commit History

Author SHA1 Message Date
  mingodad 7a02f797ac Better handling SQFile Tell/Len 5 years ago
  mingodad 5b368898a1 Update sqlite3 5 years ago
  mingodad f18cf9797f Add a sample script to convert yacc/bison files with positional parameters to named parameters 5 years ago
  mingodad 4ebfeceb42 Update sqlite3 5 years ago
  mingodad aeb04c9715 Fixes from squirrel 5 years ago
  mingodad 92894053b7 Update sqlite3 5 years ago
  mingodad b13c15ff04 Comment out the last sq_scrathstr usage due to possibility of read less than requested 5 years ago
  mingodad b5135b3297 Use sq_getscratchstr for known size 5 years ago
  mingodad 7d2e795b10 Workaround for printing huge strings (>2GB) 5 years ago
  mingodad 389066e7a8 Replace a few uses of "int" by "size_t/SQInteger" to allow 64bits usage on 64bits operating systems 5 years ago
  mingodad 50037b6597 Add an experimental "scratchstr" to preallocate a SQString and avoid double allocation and copy 5 years ago
  mingodad 5629c23fac Fix SQLite3.create_aggretate function, it never worked before, my bad 5 years ago
  mingodad f9a11c15d1 Expose more lp_solve api functions 5 years ago
  mingodad b2e1ac5e9d Update sqlite3 5 years ago
  mingodad 0ebcf71ba3 Add conditionally lp_solve 5 years ago
  mingodad bd8301e520 Small changes in some makefiles 5 years ago
  mingodad 7dfd947848 Update sqlite3 5 years ago
  mingodad c9e501091f Expose conditionally lp_solve 5 years ago
  mingodad c1324e6efa Expose more lp_solve api functions 5 years ago
  mingodad fa3df77041 Remove const qualifier 5 years ago
  mingodad 461361935a Add a comment to remember why math.h should be first to compile on AIX OS 5 years ago
  mingodad a19c80177b Extra code to compile as C++ without need libstdc++ 5 years ago
  mingodad 295bf885b9 Fix to compile on the AIX operating system 5 years ago
  mingodad 0787cb40ab Fix to compile on AIX operating system 5 years ago
  mingodad d1c3869e7c When exposing the CustomSQLexer to scripts we've been segfaulting when closing the vm due to the order of creation, the _keywords table was created before (inside the script SQLexer constructor) the lexer was inserted in the vm, this seems to fix it for now, probably a more general fix need to be done. 5 years ago
  mingodad 502989f729 Update sqlite3 6 years ago
  mingodad 7014370221 Add a missing "case TK_INTERFACE:" and also a fix for default parameter value 6 years ago
  mingodad 348af948df Add "interface" as reserved keyword and synonym for "class" 6 years ago
  mingodad e40dc0fa7e Add an option to the lexer to parse strings with single and or double quotes 6 years ago
  mingodad 7e89c2cf44 Update sqlite3 6 years ago