summaryrefslogtreecommitdiff
path: root/ext/sqlite
Commit message (Collapse)AuthorAgeFilesLines
...
* bugfix #28112Marcus Boerger2004-04-221-1/+3
|
* Open basedir & safe_mode exception when copying or attaching to a memoryIlia Alshanetsky2004-04-111-2/+2
| | | | | only database.
* Fixed bug #27928 (sqlite incorrectly handles invalid filenames).Ilia Alshanetsky2004-04-091-0/+6
|
* Increase severity level and use a more precise error message.Marcus Boerger2004-04-033-3/+3
|
* Fix class namesMarcus Boerger2004-03-298-24/+24
|
* Fix writing of SQLite and SimpleXMl extension and add Rob to the creditsMarcus Boerger2004-03-282-2/+2
| | | | | line of the latter. Add ext/SPL.
* Change to studlyCaps conventionMarcus Boerger2004-03-2621-84/+84
| | | | | # Hopefully discussed enough this time
* Revert studlyCaps change for nowMarcus Boerger2004-03-2321-84/+84
| | | | | # until we reach a point where the majority knows what they want
* Consitency rulesMarcus Boerger2004-03-2315-34/+34
|
* Changed sqlite's OO API to studlyCaps.Marcus Boerger2004-03-2321-84/+84
|
* Fix testMarcus Boerger2004-03-191-1/+1
| | | | | # removing string conversion was a stupid idea
* Fix testMarcus Boerger2004-03-191-4/+3
|
* Make test work when user has memory limit settingMarcus Boerger2004-03-191-0/+2
|
* Test was fixedDmitry Stogov2004-03-171-3/+1
|
* TypoMartin Kraemer2004-03-101-1/+1
|
* Fix function declaration.Ilia Alshanetsky2004-03-091-1/+1
|
* Change float operations to safe_emalloc().Ilia Alshanetsky2004-03-091-2/+2
| | | | | Original idea by Sascha (see sess_sqlite.c)
* More wordsize fixesArd Biesheuvel2004-03-083-4/+4
|
* Rename hasMore() to valid() as discussed. (Part II)Marcus Boerger2004-03-087-20/+21
|
* Rename hasMore() to valid() as discussed. (Part I)Marcus Boerger2004-03-088-12/+16
|
* Avoid using floating point arithmetic and rely on safe_emallocSascha Schumann2004-03-071-1/+1
| | | | | | | | | | | | | for the multiplication. The actual size requirement is spelled out as: ** The result is written into a preallocated output buffer "out". ** "out" must be able to hold at least 2 +(257*n)/254 bytes. ** In other words, the output will be expanded by as much as 3 ** bytes for every 254 bytes of input plus 2 bytes of fixed overhead. ** (This is approximately 2 + 1.0118*n or about a 1.2% size increase.)
* Corrected string escape calculation.Ilia Alshanetsky2004-03-072-3/+3
|
* Use correct variable name.Ilia Alshanetsky2004-03-061-1/+1
|
* Fixed a possible memory leaks inside sqlite_popen() &Ilia Alshanetsky2004-03-061-12/+19
| | | | | | sqlite_fetch_column_types(). Resolve the file path inside sqlite_factory().
* Fixed possible crash due to an integer overflow.Ilia Alshanetsky2004-03-061-2/+2
|
* Better extension availability check.Ilia Alshanetsky2004-03-061-0/+3
|
* Fixed possible crash inside sqlite_escape_string() andIlia Alshanetsky2004-02-272-2/+15
| | | | | sqlite_udf_encode_binary().
* Wordsize fixesArd Biesheuvel2004-02-251-7/+7
|
* More wordsize/alignment fixesArd Biesheuvel2004-02-241-16/+16
|
* 64-bit fixesArd Biesheuvel2004-02-231-1/+1
|
* 64-bit fixArd Biesheuvel2004-02-231-1/+1
|
* Fix 64-bit crashArd Biesheuvel2004-02-221-1/+1
|
* For get_data iterator do not force numeric keys, return keys the userIlia Alshanetsky2004-02-151-1/+1
| | | | | requests.
* Fixed a crash inside create_aggregate() method due to incorrect argumentIlia Alshanetsky2004-02-151-1/+1
| | | | | parsing.
* zend_default_classes.h -> zend_exceptions.hZeev Suraski2004-02-121-1/+1
|
* kill warningZeev Suraski2004-02-041-1/+1
|
* - Update with new destructor codeZeev Suraski2004-02-041-2/+2
|
* SQLITE_ENCODING should be UTF8 rather than UTF-8Stig Bakken2004-02-031-1/+1
|
* Proper configure switch for sqlite.Ilia Alshanetsky2004-01-291-1/+4
|
* Adding dependencies on sqlite.h for the rest of the source files in theJon Parise2004-01-211-0/+4
| | | | | libsqlite distribution.
* Update, id_l is uniqueMarcus Boerger2004-01-181-3/+3
|
* Add spl interaction test.Marcus Boerger2004-01-181-0/+125
|
* UpdateMarcus Boerger2004-01-182-0/+6
|
* Make the compilation of vdbeaux.c dependent on the generation of sqlite.h.Jon Parise2004-01-171-0/+2
| | | | | An incremental 'make -j' build will now complete successfully.
* No longer neededMarcus Boerger2004-01-171-4/+0
| | | | | # Found by Andrey
* - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5foobar2004-01-171-2/+2
|
* update file for win32 buildWez Furlong2004-01-161-1/+1
|
* Update TODOIlia Alshanetsky2004-01-161-4/+1
|
* Fix shutdownMarcus Boerger2004-01-151-3/+3
|
* - Fix the php dependencyPierre Joye2004-01-151-1/+1
| | | | | (wide copy/paste is not that good no? ;) )