mingodad
|
aff19c7e1b
Fix enumeration for time periodes, in SquiLu/Squirrel enum do not behave like in C/C++.
|
vor 12 Jahren |
mingodad
|
1467280d18
Check for double click when searching for a selection.
|
vor 12 Jahren |
mingodad
|
f4c1c73d47
A bit more work to get mysql prepared statement to work.
|
vor 12 Jahren |
mingodad
|
63da3f393a
Update to latest sqlite3 sources.
|
vor 12 Jahren |
mingodad
|
ab7c45da48
Fixed a call to stmt.prepare that can occur without previous stmt creation.
|
vor 12 Jahren |
mingodad
|
582206a487
Added another alias to calc_order_line.
|
vor 12 Jahren |
mingodad
|
b743274e70
Fixed pdf generation for orders.
|
vor 12 Jahren |
mingodad
|
ce40516e96
Fix a mistake on setting a new size to blob that will return the generated pdf.
|
vor 12 Jahren |
mingodad
|
8c13f4e90f
Remove statement finalization from SQLite3.close, on MacOSX we get segfaults finalizing statements here.
|
vor 12 Jahren |
mingodad
|
b1d14633b7
Add string function find_delimiter, to search for delimited text.
|
vor 12 Jahren |
mingodad
|
e5ed2fe0c5
Updated to most recent sqlite3.
|
vor 12 Jahren |
mingodad
|
e0eb9077cb
Update sqlite3 to latest release 3.7.16.1
|
vor 12 Jahren |
mingodad
|
7c92173c7a
Updated to the latest sqlite3.
|
vor 12 Jahren |
mingodad
|
a17b804ae3
Fix exec_dml that was only executing the first sql on a multi sql query.
|
vor 12 Jahren |
mingodad
|
91cf03d04b
Changed the return value of array.bsearch to the negative value of the last possible match (-imid) instead of constant -1 when not found.
|
vor 12 Jahren |
mingodad
|
4dbfb45eca
Added an initial mysql module
|
vor 12 Jahren |
mingodad
|
90c87c87f5
Again moved the call to CallDelayedReleaseHooks to make it work with coroutines too.
|
vor 12 Jahren |
mingodad
|
75ffd33b5d
Try to get a bit of extra performance.
|
vor 12 Jahren |
mingodad
|
6ea3190869
Add a check to SQObjectPtr.Null to see it needs update.
|
vor 12 Jahren |
mingodad
|
1101ab70a7
Update some SQObjectPtr operators overloading to check same type.
|
vor 12 Jahren |
mingodad
|
b85b9efa2e
Added typedefs for SQInt16, insert a comment on SQHash to remember change it to ptrdiff_t.
|
vor 12 Jahren |
mingodad
|
2b1ebc1b93
Add the start point on implementing class.destructor, it parses the destructor declaration as a method but it's not calling it yet.
|
vor 12 Jahren |
mingodad
|
78e3c6d495
Added some fixes from more recent mongoose version.
|
vor 12 Jahren |
mingodad
|
98d3fe3fa2
Move the call for CallDelayedReleaseHooks to LeaveFrame, there is only one point of call when executing a script.
|
vor 12 Jahren |
mingodad
|
2a862de081
Add a missing newline after comments with SquiLu code.
|
vor 12 Jahren |
mingodad
|
7b9948ad55
Code refactored to improve performance.
|
vor 12 Jahren |
mingodad
|
09f4476406
Remove redundant code.
|
vor 12 Jahren |
mingodad
|
c64500d1c5
Fix constantly adding a new newline to the end of the preprocessed file.
|
vor 12 Jahren |
mingodad
|
f5b0f703b5
A bit of performance improvement on Arithmetic operations, and remove code duplication.
|
vor 12 Jahren |
mingodad
|
49a2d182d0
More functionality to sample ourbiz
|
vor 12 Jahren |