summaryrefslogtreecommitdiff
path: root/packages
Commit message (Expand)AuthorAgeFilesLines
* * Patch by Sergei Gorelkin:michael2007-10-214-349/+332
* * Define ISC_STATUS as clong, instead of longintjoost2007-10-211-2/+4
* * Fix for regclosekey problem.marco2007-10-213-12/+25
* * update tdbf to 6.9.2micha2007-10-2112-111/+164
* * tdbf now also for non-x86marco2007-10-212-26/+276
* * Fixed bug 9342 as suggested by reporter Sergey Smirnovjoost2007-10-211-1/+3
* * Fixed TestSupportLargeintFieldsjoost2007-10-213-1/+8
* * Implemented TIBConnection.RowsAffectedjoost2007-10-211-0/+47
* * sqlhandle type changed to pointer. Fixed demo.marco2007-10-211-6/+6
* * Initial tregistryinfile skeletons. Still looking for test code.marco2007-10-211-4/+415
* * Added ftCurrency and ftBCD-fields testsjoost2007-10-215-22/+73
* * Deleted ibase60.hjoost2007-10-201-2657/+0
* * Removed unnecessary "as" calls, added class-type checks in SetDatabasejoost2007-10-202-28/+33
* * Trim stringfields longer then dsMaxStringSize in IBConnection + test. (bug...joost2007-10-192-10/+35
* * Added checks to TField.Sizejoost2007-10-193-37/+14
* * fixes IDataObject declaration, resolves #9966florian2007-10-181-3/+2
* * Patch from Andrey Gusev to implement TSQLQuery.GetRowsaffected + testjoost2007-10-183-0/+57
* o forgotten BeOS patch by Olivier Coursiere:florian2007-10-141-0/+357
* * fpu safe glut by Jan Bruns, resolves #8995florian2007-10-141-5/+1334
* * basic TComObject implementationflorian2007-10-132-6/+407
* * Quotes are normally not stripped. Introduced a StripQuotes propertymichael2007-10-131-6/+11
* * fix record sizes to use packrecords C in vorbis (bug 9867)Almindor2007-10-111-0/+1
* *call destructor at exitpierre2007-10-111-0/+1
* + defines for GDB 6.7pierre2007-10-111-9/+41
* * Fixed for 9879marco2007-10-101-17/+22
* Patch from Zaher Dirkey (modified)joost2007-10-102-3/+3
* * fixed compilationjonas2007-10-101-1/+0
* * Made FRunning and FExitCode protectedmichael2007-10-091-1/+2
* * Changed library-initialisation. It now works the same as for mysql. Fixes ...joost2007-10-091-18/+23
* * Fix for empty searchstrings in stringsreplacejoost2007-10-081-1/+2
* * =,+,-,*,\,\,[,] added to param name delimiters (patch based on mseide-msegui)joost2007-10-081-1/+1
* * some fixes for queries with more then 10 parameters + testsjoost2007-10-085-5/+160
* * fixed 9868 typomarco2007-10-071-1/+1
* * patch a few stdcallsmarco2007-10-041-83/+83
* * Patch from Jesus Reyes with better fix for r8726joost2007-10-031-1/+2
* * Terminate strings in recordbuffer if size of supplied string is larger the...joost2007-10-021-0/+2
* * Fixed mysql ftLargeInt support+test (mantis 9744)joost2007-09-303-2/+43
* * synchronised with r209 of the common interfaces:jonas2007-09-3029-3234/+8456
* * fix cInt -> cLong changes in implementation section tooAlmindor2007-09-271-3/+3
* * fix few cases of misplaced cInt (should be cLong)Almindor2007-09-261-3/+3
* * save stop_break_number and restore at end of gdb_command methodpierre2007-09-251-0/+15
* * The value of a Checkbox or Rabiobutton should contain the value it should ...joost2007-09-251-2/+5
* * Removed tracking of the status of InitialiseMySQL, since InitialiseMySQL h...joost2007-09-251-21/+7
* * Fixed compilation after r8639joost2007-09-251-2/+3
* * use cInt instead of Integer and cuLong instead of Cardinal (latter confirme...Almindor2007-09-251-174/+173
* * mysqlxxdyn now first looks for a version-specific library.joost2007-09-251-19/+44
* * When the mysql-header-files were made, both "unsigned int" and "unsigned l...joost2007-09-251-239/+242
* * added linklib statementjonas2007-09-231-0/+2
* * New version corresponding to 1.0.17 from Ido Kannermichael2007-09-231-102/+584
* * Added some commentsjoost2007-09-213-29/+117