mingodad
|
68fffab07a
Changed the order of atributes on the WWW-Authenticate header to make it work with android ICS/Jelly Bean because they only accept it followed by "Digest".
|
12 лет назад |
mingodad
|
6ce9399852
Fixed a call to printf without format string.
|
12 лет назад |
mingodad
|
bf2a860a2d
More work to make it to work as expected.
|
12 лет назад |
mingodad
|
8885a16666
Bug fixes, expose stmt.asJsonArray and stmt.asJsonObject, also update sqlite3 sources.
|
12 лет назад |
mingodad
|
066ae9e93f
More work done towards mysql prepared statements
|
12 лет назад |
mingodad
|
87913c6560
Fixes and cleanup of javascript and css.
|
12 лет назад |
mingodad
|
5e2da2fd1a
Removed unintended commit of binary file.
|
12 лет назад |
mingodad
|
771b861392
Changes to make it compile on linux 64bits.
|
12 лет назад |
mingodad
|
aff19c7e1b
Fix enumeration for time periodes, in SquiLu/Squirrel enum do not behave like in C/C++.
|
12 лет назад |
mingodad
|
1467280d18
Check for double click when searching for a selection.
|
12 лет назад |
mingodad
|
f4c1c73d47
A bit more work to get mysql prepared statement to work.
|
12 лет назад |
mingodad
|
63da3f393a
Update to latest sqlite3 sources.
|
12 лет назад |
mingodad
|
ab7c45da48
Fixed a call to stmt.prepare that can occur without previous stmt creation.
|
12 лет назад |
mingodad
|
582206a487
Added another alias to calc_order_line.
|
12 лет назад |
mingodad
|
b743274e70
Fixed pdf generation for orders.
|
12 лет назад |
mingodad
|
ce40516e96
Fix a mistake on setting a new size to blob that will return the generated pdf.
|
12 лет назад |
mingodad
|
8c13f4e90f
Remove statement finalization from SQLite3.close, on MacOSX we get segfaults finalizing statements here.
|
12 лет назад |
mingodad
|
b1d14633b7
Add string function find_delimiter, to search for delimited text.
|
12 лет назад |
mingodad
|
e5ed2fe0c5
Updated to most recent sqlite3.
|
12 лет назад |
mingodad
|
e0eb9077cb
Update sqlite3 to latest release 3.7.16.1
|
12 лет назад |
mingodad
|
7c92173c7a
Updated to the latest sqlite3.
|
12 лет назад |
mingodad
|
a17b804ae3
Fix exec_dml that was only executing the first sql on a multi sql query.
|
12 лет назад |
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.
|
12 лет назад |
mingodad
|
4dbfb45eca
Added an initial mysql module
|
12 лет назад |
mingodad
|
90c87c87f5
Again moved the call to CallDelayedReleaseHooks to make it work with coroutines too.
|
12 лет назад |
mingodad
|
75ffd33b5d
Try to get a bit of extra performance.
|
12 лет назад |
mingodad
|
6ea3190869
Add a check to SQObjectPtr.Null to see it needs update.
|
12 лет назад |
mingodad
|
1101ab70a7
Update some SQObjectPtr operators overloading to check same type.
|
12 лет назад |
mingodad
|
b85b9efa2e
Added typedefs for SQInt16, insert a comment on SQHash to remember change it to ptrdiff_t.
|
12 лет назад |
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.
|
12 лет назад |