summaryrefslogtreecommitdiff
path: root/ext/interbase/ibase_query.c
Commit message (Expand)AuthorAgeFilesLines
* bump year and license versionfoobar2006-01-011-3/+3
* - Bumber up yearfoobar2005-08-031-1/+1
* Fixed return value of ibase_execute()Ard Biesheuvel2004-11-101-2/+3
* Don't copy ini items to module globalsArd Biesheuvel2004-07-061-11/+12
* Eliminate potentially dangerous alloca().Ilia Alshanetsky2004-07-041-2/+2
* MFB Fixed bug #28897 (-1 returned as -0.000 for 64-bit scaled int)Ard Biesheuvel2004-06-281-2/+2
* RevertArd Biesheuvel2004-06-121-1/+1
* Added export macrosArd Biesheuvel2004-06-121-1/+1
* Don't be too strict if the number of binding arguments provided exceeds the e...Ard Biesheuvel2004-06-011-7/+10
* Removed debugging codeArd Biesheuvel2004-06-011-4/+3
* Use constant IBASE_CREATE instead of just 0Ard Biesheuvel2004-06-011-2/+3
* Fix typo in error messageArd Biesheuvel2004-05-311-2/+2
* Improved handling of 'CREATE DATABASE ...' by ibase_query()Ard Biesheuvel2004-05-311-167/+163
* Restrict 'CREATE DATABASE' in sql safe modeArd Biesheuvel2004-05-301-0/+5
* Fix Win32 buildArd Biesheuvel2004-05-301-1/+1
* Fix unregistered bug (segfault on uninitialised pointer)Ard Biesheuvel2004-05-301-4/+12
* Removed strcpy() call from most common caseArd Biesheuvel2004-05-211-5/+6
* Added test for duplicate field names when returning rows as hashes or objectsArd Biesheuvel2004-05-211-2/+26
* Fixed a couple of inconsistencies in param bindingArd Biesheuvel2004-05-121-150/+133
* Dropped support for ancient Interbase versions (< 6)Ard Biesheuvel2004-05-121-91/+40
* Fix unregistered bug in zval pointer/array jugglingArd Biesheuvel2004-05-071-10/+10
* Fixed unregistered bug: array count is incorrect when binding array idsArd Biesheuvel2004-05-051-11/+21
* ibase_query(): Be careful not to return true on error conditionsArd Biesheuvel2004-05-041-1/+5
* More divide & conquerArd Biesheuvel2004-04-051-0/+2131