mingodad
|
8babf3bdb9
Expos new functions and change the name of SQLite3.NULL to SQLite3.Null.
|
před 13 roky |
mingodad
|
7f3b19bf67
Changed optimization flag to -O3 it gives a 30% speed gain with sqlite3.
|
před 13 roky |
mingodad
|
4dd1c86272
Change to renamed functions.
|
před 13 roky |
mingodad
|
ecc8e45c78
Add a conditional compilation to android.
|
před 13 roky |
mingodad
|
cb997e341c
Renamed to have a consistent name scheme.
|
před 13 roky |
mingodad
|
28fbb7123c
Renamed files to have a consistent name scheme.
|
před 13 roky |
mingodad
|
a871fa2651
Renamed the register function.
|
před 13 roky |
mingodad
|
717611339d
Renamed the register function.
|
před 13 roky |
mingodad
|
4ed44025b9
Renamed the register function.
|
před 13 roky |
mingodad
|
4dda6d8748
Add conditional preprocess to allow compile without garbage collector
|
před 13 roky |
mingodad
|
89b2819db6
Fix to cross compile
|
před 13 roky |
mingodad
|
43c1e34db9
Added new functions.
|
před 13 roky |
mingodad
|
922a6d7a2d
Fixes to cross compile on linux
|
před 13 roky |
mingodad
|
56a443767c
Add a conditional to make it cross compile on linux to win32
|
před 13 roky |
mingodad
|
f9eed58aaa
Some fixes to make it compile for win32.
|
před 13 roky |
mingodad
|
dbc3b5d130
Also when a statement folloes an "else if" and has no newline or semicolon presents the same problem reported from previous commit.
|
před 13 roky |
mingodad
|
b5a916d4d6
Initial fix to a false sysntax error detected by the compiler.
|
před 13 roky |
mingodad
|
51ce0006b4
Changed the default delimiters from "{%" and "%}" to "<?" and "?>" for html the syntax highlight for php gives good results and also is easier to see the code.
|
před 13 roky |
mingodad
|
ff5e1be50e
Remove check for instances on non class functions
|
před 13 roky |
mingodad
|
da76630d43
Add 2 new functions to help debug, they only parse the template.
|
před 13 roky |
mingodad
|
64bd6352d7
Added a comment on code of "SQSharedState::CallDelayedReleaseHooks" explaining why we need to retrieve the number the elements before start working on then.
|
před 13 roky |
mingodad
|
58be98b98b
Added "NULL" as an alias to "null".
|
před 13 roky |
mingodad
|
8c2ae4887e
Fixed a mistake of referencing the container in the wrong position in the stack on functions container_rawget and container_get
|
před 13 roky |
mingodad
|
3879873511
Changed the return value of find_aux to be the start position instead of the end position.
|
před 13 roky |
mingodad
|
0230b3f509
Add two new functions to SQBlob, fixed mistake of comparing _pos with _allocated instead of with _size.
|
před 13 roky |
mingodad
|
803ba8449a
Add new function to retrieve the database from a statement.
|
před 13 roky |
mingodad
|
2b3881c277
Added 2 new functions to string "startswith" and "endswith", also changed find lua to accept only the pattern matching to make it easy to use when we only need to know if the match exists.
|
před 13 roky |
mingodad
|
598d021ec0
Fix a bug on str_find_aux that causes infinite loop.
|
před 13 roky |
mingodad
|
5180d77d88
Added digest authentication methods. Fixed other validation masks as well.
|
před 13 roky |
mingodad
|
2fe77bf4a5
Modified validation mask for methods allowing nulls to get default values
|
před 13 roky |