summaryrefslogtreecommitdiff
path: root/ext/fbsql
Commit message (Expand)AuthorAgeFilesLines
* Unified the configure messages.foobar2001-11-301-2/+3
* Prevent fbsql_num_rows from loopingFrank M. Kromann2001-11-141-1/+1
* Make fbsql_list_fields work as documentedFrank M. Kromann2001-11-101-5/+2
* A more acurate fix to the fbsql_num_rows function returningFrank M. Kromann2001-10-291-2/+2
* Fixing spelling of persistentFrank M. Kromann2001-10-292-23/+23
* Fixing wrong count on fbsql_num_rows.Frank M. Kromann2001-10-291-1/+1
* Fixing parsing of list's returned by extract database, extract license and ot...Frank M. Kromann2001-10-291-42/+193
* Typo in constant naming.Frank M. Kromann2001-10-261-1/+1
* Removed unused codeFrank M. Kromann2001-10-261-2/+1
* Return a warning when fbsql_read_blob or fbsql_read_clob is called with an in...Frank M. Kromann2001-10-171-1/+6
* Adding new functions to retreive LOB data.Frank M. Kromann2001-10-162-17/+117
* Fixing problem with indirect blobsFrank M. Kromann2001-10-151-9/+8
* * zend_module_entry change: apino, debug and zts are moved first,Stig Bakken2001-10-111-8/+10
* Changed return value for BLOB/CLOB values to a string. and returning false if...Frank M. Kromann2001-10-101-16/+9
* Adding support for BLOB and CLOBFrank M. Kromann2001-10-102-26/+98
* use strdup to alloc memory refeed with free!Frank M. Kromann2001-10-081-2/+2
* Oops. Removed too much code.Frank M. Kromann2001-10-081-0/+3
* Fixing prototypes and removing unused codeFrank M. Kromann2001-10-083-12/+13
* 2nd phase in back-substitution those macro'sJeroen van Wolffelaar2001-09-251-4/+4
* Back-substitute for Z_* macro's. If it breaks some extension (the script isn'...Jeroen van Wolffelaar2001-09-251-34/+34
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-091-2/+2
* Fixing spellingFrank M. Kromann2001-09-062-4/+2
* Adding function to set transaction locking and isolation.Frank M. Kromann2001-09-042-8/+54
* - ZE2 fixesAndi Gutmans2001-08-131-5/+2
* WhitespaceZeev Suraski2001-08-111-121/+121
* Adding SQL statement to the warningFrank M. Kromann2001-08-101-3/+3
* More TSRMLS_FETCH annihilationZeev Suraski2001-07-311-9/+6
* Fixing build after implementing the new TSRM structure!Frank M. Kromann2001-07-301-26/+26
* Zend compatibility patchZeev Suraski2001-07-301-26/+21
* More TSRMLS_FETCH work, and a bit of cleanupZeev Suraski2001-07-301-1/+0
* Avoid TSRMLS_FETCH()'s, and clean up a bit of stale extern's and layout on th...Zeev Suraski2001-07-301-4/+4
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-282-88/+36
* Add extra check on Delete statementsFrank M. Kromann2001-07-241-1/+1
* Fixing bug when using select unique from <table>Frank M. Kromann2001-07-121-17/+15
* changed return value from fbsql_query to be booloanFrank M. Kromann2001-07-101-3/+3
* Fixing return value from fbsql_query after a DELETE FROM with success.Frank M. Kromann2001-07-102-1/+65
* This module is no longer experimentalFrank M. Kromann2001-07-031-5/+0
* Changed length of BIT string.Frank M. Kromann2001-06-201-6/+5
* Fixing return value for fbsql_query on updates and fixing crash on fbsql_conn...Frank M. Kromann2001-06-121-89/+83
* Update fbsql_fetch_array() to match documentationFrank M. Kromann2001-06-061-1/+1
* Fix folding and clean up some extensionsRasmus Lerdorf2001-06-061-42/+42
* Changed efree to free for perststant data.Frank M. Kromann2001-06-011-46/+47
* Gerring rid of C++ comments,Frank M. Kromann2001-06-011-37/+40
* Fixing crash in shutdown after executing a SQL statement with errorsFrank M. Kromann2001-05-311-24/+15
* Adding missing resourceFrank M. Kromann2001-05-311-0/+3
* Changed code to return resources for links and resultsFrank M. Kromann2001-05-312-1403/+1188
* Adding fbsql_status_db(). New function to get the status of a given database.Frank M. Kromann2001-05-292-63/+103
* * include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build)Stig Bakken2001-05-241-0/+4
* Fixing prototypes to match function namesFrank M. Kromann2001-05-221-3/+3
* Changing how persistant links are added to zend_listsFrank M. Kromann2001-05-221-3/+4