Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Oops.. This should make I64 work on WIn32 as well | Frank M. Kromann | 2002-03-19 | 1 | -1/+1 |
| | |||||
* | Changing the LongInteger to return 64 bit integers as string values with all ↵ | Frank M. Kromann | 2002-03-19 | 1 | -2/+6 |
| | | | | 64 bit | ||||
* | Adding support for TinyInteger and LongInteger database types | Frank M. Kromann | 2002-03-19 | 1 | -1/+18 |
| | |||||
* | - Allow duality between Engine 1 & 2 using ZEND_STANDARD_CLASS_DEF_PTR | Andi Gutmans | 2002-03-12 | 1 | -1/+1 |
| | |||||
* | Maintain headers. | Sebastian Bergmann | 2002-02-28 | 1 | -1/+1 |
| | |||||
* | Return true on update success. | Frank M. Kromann | 2002-02-22 | 1 | -1/+1 |
| | |||||
* | Convert pLists to output character set before parsing the list | Frank M. Kromann | 2002-02-06 | 1 | -0/+1 |
| | |||||
* | Added order by clause in fbsql_list_tables(). | Frank M. Kromann | 2002-02-06 | 1 | -1/+1 |
| | | | | | Table names will now be sorted. | ||||
* | Adding fbsql_table_name() aliased fbsql_tablename() for compatibility with MySQL | Frank M. Kromann | 2002-02-06 | 1 | -1/+46 |
| | |||||
* | Fixing spelling error in FrontBase section | Frank M. Kromann | 2002-01-23 | 1 | -5/+5 |
| | | | | | Changed som int to unsigned int to remove compiler warnings | ||||
* | cut&paste errors in protos fixed | Hartmut Holzgraefe | 2002-01-20 | 1 | -2/+2 |
| | |||||
* | Adding functions to get BLOB/CLOB size from a lob_handle. | Frank M. Kromann | 2002-01-10 | 1 | -46/+103 |
| | | | | | Added descriptions on most protos | ||||
* | Fixed some protos. | Egon Schmid | 2001-12-30 | 1 | -61/+61 |
| | |||||
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 |
| | |||||
* | Prevent fbsql_num_rows from looping | Frank M. Kromann | 2001-11-14 | 1 | -1/+1 |
| | |||||
* | Make fbsql_list_fields work as documented | Frank M. Kromann | 2001-11-10 | 1 | -5/+2 |
| | |||||
* | A more acurate fix to the fbsql_num_rows function returning | Frank M. Kromann | 2001-10-29 | 1 | -2/+2 |
| | | | | | x7fffffff when the server is unable to tell the number of rows. | ||||
* | Fixing spelling of persistent | Frank M. Kromann | 2001-10-29 | 1 | -20/+20 |
| | |||||
* | Fixing wrong count on fbsql_num_rows. | Frank M. Kromann | 2001-10-29 | 1 | -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. Kromann | 2001-10-29 | 1 | -42/+193 |
| | | | | other extract commands | ||||
* | Typo in constant naming. | Frank M. Kromann | 2001-10-26 | 1 | -1/+1 |
| | |||||
* | Removed unused code | Frank M. Kromann | 2001-10-26 | 1 | -2/+1 |
| | |||||
* | Return a warning when fbsql_read_blob or fbsql_read_clob is called with an ↵ | Frank M. Kromann | 2001-10-17 | 1 | -1/+6 |
| | | | | invalid handle | ||||
* | Adding new functions to retreive LOB data. | Frank M. Kromann | 2001-10-16 | 1 | -17/+114 |
| | | | | | | | 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 blobs | Frank M. Kromann | 2001-10-15 | 1 | -9/+8 |
| | |||||
* | * zend_module_entry change: apino, debug and zts are moved first, | Stig Bakken | 2001-10-11 | 1 | -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. Kromann | 2001-10-10 | 1 | -16/+9 |
| | | | | if no handle is created. | ||||
* | Adding support for BLOB and CLOB | Frank M. Kromann | 2001-10-10 | 1 | -26/+94 |
| | |||||
* | use strdup to alloc memory refeed with free! | Frank M. Kromann | 2001-10-08 | 1 | -2/+2 |
| | |||||
* | Fixing prototypes and removing unused code | Frank M. Kromann | 2001-10-08 | 1 | -8/+12 |
| | |||||
* | 2nd phase in back-substitution those macro's | Jeroen van Wolffelaar | 2001-09-25 | 1 | -4/+4 |
| | | | | | I've got pretty much everything now... | ||||
* | Back-substitute for Z_* macro's. If it breaks some extension (the script ↵ | Jeroen van Wolffelaar | 2001-09-25 | 1 | -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 Rethans | 2001-09-09 | 1 | -2/+2 |
| | |||||
* | Fixing spelling | Frank M. Kromann | 2001-09-06 | 1 | -2/+2 |
| | |||||
* | Adding function to set transaction locking and isolation. | Frank M. Kromann | 2001-09-04 | 1 | -8/+53 |
| | |||||
* | - ZE2 fixes | Andi Gutmans | 2001-08-13 | 1 | -5/+2 |
| | |||||
* | Whitespace | Zeev Suraski | 2001-08-11 | 1 | -121/+121 |
| | |||||
* | Adding SQL statement to the warning | Frank M. Kromann | 2001-08-10 | 1 | -3/+3 |
| | |||||
* | More TSRMLS_FETCH annihilation | Zeev Suraski | 2001-07-31 | 1 | -9/+6 |
| | |||||
* | Fixing build after implementing the new TSRM structure! | Frank M. Kromann | 2001-07-30 | 1 | -26/+26 |
| | |||||
* | Zend compatibility patch | Zeev Suraski | 2001-07-30 | 1 | -26/+21 |
| | |||||
* | More TSRMLS_FETCH work, and a bit of cleanup | Zeev Suraski | 2001-07-30 | 1 | -1/+0 |
| | |||||
* | Redesigned thread safety mechanism - nua nua | Zeev Suraski | 2001-07-28 | 1 | -77/+35 |
| | |||||
* | Add extra check on Delete statements | Frank M. Kromann | 2001-07-24 | 1 | -1/+1 |
| | |||||
* | Fixing bug when using select unique from <table> | Frank M. Kromann | 2001-07-12 | 1 | -17/+15 |
| | | | | | The value was not returned to the script | ||||
* | changed return value from fbsql_query to be booloan | Frank M. Kromann | 2001-07-10 | 1 | -3/+3 |
| | |||||
* | Fixing return value from fbsql_query after a DELETE FROM with success. | Frank M. Kromann | 2001-07-10 | 1 | -1/+62 |
| | |||||
* | Changed length of BIT string. | Frank M. Kromann | 2001-06-20 | 1 | -6/+5 |
| | | | | | Changed return value of fbsql_field_length to long | ||||
* | Fixing return value for fbsql_query on updates and fixing crash on ↵ | Frank M. Kromann | 2001-06-12 | 1 | -89/+83 |
| | | | | fbsql_connect. | ||||
* | Update fbsql_fetch_array() to match documentation | Frank M. Kromann | 2001-06-06 | 1 | -1/+1 |
| |