| Commit message (Expand) | Author | Age | Files | Lines |
* | * Patch by Sergei Gorelkin: | michael | 2007-10-21 | 4 | -349/+332 |
* | * Define ISC_STATUS as clong, instead of longint | joost | 2007-10-21 | 1 | -2/+4 |
* | * Fix for regclosekey problem. | marco | 2007-10-21 | 3 | -12/+25 |
* | * update tdbf to 6.9.2 | micha | 2007-10-21 | 12 | -111/+164 |
* | * tdbf now also for non-x86 | marco | 2007-10-21 | 2 | -26/+276 |
* | * Fixed bug 9342 as suggested by reporter Sergey Smirnov | joost | 2007-10-21 | 1 | -1/+3 |
* | * Fixed TestSupportLargeintFields | joost | 2007-10-21 | 3 | -1/+8 |
* | * Implemented TIBConnection.RowsAffected | joost | 2007-10-21 | 1 | -0/+47 |
* | * sqlhandle type changed to pointer. Fixed demo. | marco | 2007-10-21 | 1 | -6/+6 |
* | * Initial tregistryinfile skeletons. Still looking for test code. | marco | 2007-10-21 | 1 | -4/+415 |
* | * Added ftCurrency and ftBCD-fields tests | joost | 2007-10-21 | 5 | -22/+73 |
* | * Deleted ibase60.h | joost | 2007-10-20 | 1 | -2657/+0 |
* | * Removed unnecessary "as" calls, added class-type checks in SetDatabase | joost | 2007-10-20 | 2 | -28/+33 |
* | * Trim stringfields longer then dsMaxStringSize in IBConnection + test. (bug... | joost | 2007-10-19 | 2 | -10/+35 |
* | * Added checks to TField.Size | joost | 2007-10-19 | 3 | -37/+14 |
* | * fixes IDataObject declaration, resolves #9966 | florian | 2007-10-18 | 1 | -3/+2 |
* | * Patch from Andrey Gusev to implement TSQLQuery.GetRowsaffected + test | joost | 2007-10-18 | 3 | -0/+57 |
* | o forgotten BeOS patch by Olivier Coursiere: | florian | 2007-10-14 | 1 | -0/+357 |
* | * fpu safe glut by Jan Bruns, resolves #8995 | florian | 2007-10-14 | 1 | -5/+1334 |
* | * basic TComObject implementation | florian | 2007-10-13 | 2 | -6/+407 |
* | * Quotes are normally not stripped. Introduced a StripQuotes property | michael | 2007-10-13 | 1 | -6/+11 |
* | * fix record sizes to use packrecords C in vorbis (bug 9867) | Almindor | 2007-10-11 | 1 | -0/+1 |
* | *call destructor at exit | pierre | 2007-10-11 | 1 | -0/+1 |
* | + defines for GDB 6.7 | pierre | 2007-10-11 | 1 | -9/+41 |
* | * Fixed for 9879 | marco | 2007-10-10 | 1 | -17/+22 |
* | Patch from Zaher Dirkey (modified) | joost | 2007-10-10 | 2 | -3/+3 |
* | * fixed compilation | jonas | 2007-10-10 | 1 | -1/+0 |
* | * Made FRunning and FExitCode protected | michael | 2007-10-09 | 1 | -1/+2 |
* | * Changed library-initialisation. It now works the same as for mysql. Fixes ... | joost | 2007-10-09 | 1 | -18/+23 |
* | * Fix for empty searchstrings in stringsreplace | joost | 2007-10-08 | 1 | -1/+2 |
* | * =,+,-,*,\,\,[,] added to param name delimiters (patch based on mseide-msegui) | joost | 2007-10-08 | 1 | -1/+1 |
* | * some fixes for queries with more then 10 parameters + tests | joost | 2007-10-08 | 5 | -5/+160 |
* | * fixed 9868 typo | marco | 2007-10-07 | 1 | -1/+1 |
* | * patch a few stdcalls | marco | 2007-10-04 | 1 | -83/+83 |
* | * Patch from Jesus Reyes with better fix for r8726 | joost | 2007-10-03 | 1 | -1/+2 |
* | * Terminate strings in recordbuffer if size of supplied string is larger the... | joost | 2007-10-02 | 1 | -0/+2 |
* | * Fixed mysql ftLargeInt support+test (mantis 9744) | joost | 2007-09-30 | 3 | -2/+43 |
* | * synchronised with r209 of the common interfaces: | jonas | 2007-09-30 | 29 | -3234/+8456 |
* | * fix cInt -> cLong changes in implementation section too | Almindor | 2007-09-27 | 1 | -3/+3 |
* | * fix few cases of misplaced cInt (should be cLong) | Almindor | 2007-09-26 | 1 | -3/+3 |
* | * save stop_break_number and restore at end of gdb_command method | pierre | 2007-09-25 | 1 | -0/+15 |
* | * The value of a Checkbox or Rabiobutton should contain the value it should ... | joost | 2007-09-25 | 1 | -2/+5 |
* | * Removed tracking of the status of InitialiseMySQL, since InitialiseMySQL h... | joost | 2007-09-25 | 1 | -21/+7 |
* | * Fixed compilation after r8639 | joost | 2007-09-25 | 1 | -2/+3 |
* | * use cInt instead of Integer and cuLong instead of Cardinal (latter confirme... | Almindor | 2007-09-25 | 1 | -174/+173 |
* | * mysqlxxdyn now first looks for a version-specific library. | joost | 2007-09-25 | 1 | -19/+44 |
* | * When the mysql-header-files were made, both "unsigned int" and "unsigned l... | joost | 2007-09-25 | 1 | -239/+242 |
* | * added linklib statement | jonas | 2007-09-23 | 1 | -0/+2 |
* | * New version corresponding to 1.0.17 from Ido Kanner | michael | 2007-09-23 | 1 | -102/+584 |
* | * Added some comments | joost | 2007-09-21 | 3 | -29/+117 |