summaryrefslogtreecommitdiff
path: root/ext/fbsql
Commit message (Collapse)AuthorAgeFilesLines
* /usr/lib is the default install dir on MandrakeFrank M. Kromann2002-04-141-1/+1
|
* Oops.. This should make I64 work on WIn32 as wellFrank M. Kromann2002-03-191-1/+1
|
* Changing the LongInteger to return 64 bit integers as string values with all ↵Frank M. Kromann2002-03-191-2/+6
| | | | 64 bit
* Adding support for TinyInteger and LongInteger database typesFrank M. Kromann2002-03-191-1/+18
|
* - Allow duality between Engine 1 & 2 using ZEND_STANDARD_CLASS_DEF_PTRAndi Gutmans2002-03-121-1/+1
|
* extension converted automatically to PHP_NEW_EXTENSION. Manually confirmedSascha Schumann2002-03-122-11/+1
|
* Maintain headers.Sebastian Bergmann2002-02-282-2/+2
|
* Return true on update success.Frank M. Kromann2002-02-221-1/+1
|
* Convert pLists to output character set before parsing the listFrank M. Kromann2002-02-061-0/+1
|
* Added order by clause in fbsql_list_tables().Frank M. Kromann2002-02-061-1/+1
| | | | | Table names will now be sorted.
* Adding fbsql_table_name() aliased fbsql_tablename() for compatibility with MySQLFrank M. Kromann2002-02-062-1/+48
|
* Fixing spelling error in FrontBase sectionFrank M. Kromann2002-01-231-5/+5
| | | | | Changed som int to unsigned int to remove compiler warnings
* cut&paste errors in protos fixedHartmut Holzgraefe2002-01-201-2/+2
|
* Adding functions to get BLOB/CLOB size from a lob_handle.Frank M. Kromann2002-01-102-46/+105
| | | | | Added descriptions on most protos
* Fixed some protos.Egon Schmid2001-12-301-61/+61
|
* Adding missing define, needed to build with FrontBase 3.4 and laterFrank M. Kromann2001-12-181-4/+4
|
* Update headers.Sebastian Bergmann2001-12-112-4/+4
|
* 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
| | | | | x7fffffff when the server is unable to tell the number of rows.
* Fixing spelling of persistentFrank M. Kromann2001-10-292-23/+23
|
* Fixing wrong count on fbsql_num_rows.Frank M. Kromann2001-10-291-1/+1
| | | | | @fbsql_num_rows now return the correct value on all select statements
* Fixing parsing of list's returned by extract database, extract license and ↵Frank M. Kromann2001-10-291-42/+193
| | | | other extract commands
* 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 ↵Frank M. Kromann2001-10-171-1/+6
| | | | invalid handle
* Adding new functions to retreive LOB data.Frank M. Kromann2001-10-162-17/+117
| | | | | | | fbsql_set_lob_mode() is used to switch from FBSQL_LOB_DIRECT to FBSQL_LOB_HANDLE when LOBS are retreived as FBSQL_LOB_HANDLE the user must call fbsql_read_blob() or fbsql_read_clob() to get the data.
* 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
| | | | | | see README.EXTENSIONS file for upgrade help. @Introduced extension version numbers (Stig)
* Changed return value for BLOB/CLOB values to a string. and returning false ↵Frank M. Kromann2001-10-101-16/+9
| | | | if no handle is created.
* 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
| | | | | I've got pretty much everything now...
* Back-substitute for Z_* macro's. If it breaks some extension (the script ↵Jeroen van Wolffelaar2001-09-251-34/+34
| | | | isn't optimal, it parses for example var->zval.value incorrect) please let me know.
* - 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 ↵Zeev Suraski2001-07-301-4/+4
| | | | the way
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-282-88/+36
|
* Add extra check on Delete statementsFrank M. Kromann2001-07-241-1/+1
|