Histórico de commits

Autor SHA1 Mensagem Data
  joost 76b53866c0 * Use 'BIGINT'to test largeintfields by default, bug #18649 14 anos atrás
  joost 5fc605df60 * Added recognition of CLOB fields to TSqlite3Conn + test, bug #17004 14 anos atrás
  joost 64c824cd86 * Make sure that fixed width parameters are really ftFixedChar 15 anos atrás
  joost 57e39c37ae * Added ability to specify fieldname-quote chars for tests. Usefull for ODBC where these chars can differ 15 anos atrás
  joost 32fd85f17e * Revert accidentally commited files in r15499 15 anos atrás
  joost f016c79d7a * Patch from Luiz Americo to fix a double pathdelim in filename, bug #16737 15 anos atrás
  joost f74bd99413 * Make the dbconnector ref-counted 15 anos atrás
  joost 25fd20f055 * Do not use an old connection handle when the connection is reconnected, bug #16438 + test 15 anos atrás
  joost c1cd8d04ba * Fixed new test from r15300 15 anos atrás
  joost a8ee8cdbb3 * Detect multiple fields in primary key for sqlite + test, bug #16493 15 anos atrás
  joost cb92994356 * New property TSQLConnection.FieldNameQuoteChars, these chars (start- and 15 anos atrás
  joost f9616640d8 * Proper checks for null-values when comparing fields + tests 15 anos atrás
  joost 6f148501ca * Test for bug #15456 15 anos atrás
  joost 39224aad96 * Splitted TBufDataset in TCustomBufDataset and TBufDataset 15 anos atrás
  joost 5bfbd8e15d * Implemented TBufDataset.Refresh + simple test/fixed test 16 anos atrás
  joost 663a59e75b * Better fix for r13969. Let the database-server handle invalid null-parameters. Tip from Martin Schreiber 16 anos atrás
  joost f546247481 * Raise an exception when a query is executed with a parameter set to null when this is not allowed + test 16 anos atrás
  joost 6264145aa6 * Use capitalized table names in tests for MySQL 16 anos atrás
  joost 2762ed5fba * Removed the limit of 8192 characters on stringfields + test 16 anos atrás
  joost 5ddddf60ae * Patch from Ladislav Karrach, in some cases SQLExecute returns SQL_NO_DATA when no error occured, bug #13654 + test 16 anos atrás
  joost dcfa75b781 * When TSQLQuery.SetSchemaInfo is used the sql-statement is not set directly anymore, but during the prepare (more Delphi/dbexpress compatible) 16 anos atrás
  joost 8922c3e310 * Check for an empty statement before the cursor is allocated so that the right error message is shown. (+test which was committed partly in r12510 already) 17 anos atrás
  joost 3657380e77 * Fixed TestBlobSize test 17 anos atrás
  joost 0899d13e3a * Fixed TestBlobSize test 17 anos atrás
  joost 047730fd5e * Use GetBlobSize to obtain the value of the BlobSize property + test (bug 12888) 17 anos atrás
  joost 00e76eab6a * SQLdb now handles queries with statementtype stExecProcedure as select queries so that it is possible to fetch the results. But stExecProcedure will fetch only one row of data. 17 anos atrás
  joost a7086e7164 * Allow parameter-names between double-quotes 17 anos atrás
  joost 27e3bc5240 * Ignore TestParametersAndDates for sqlite since it uses a semicolon as a cast, which is not supported by sqlite 17 anos atrás
  joost 41af4c76ac * Fixed TestStringParamQuery 17 anos atrás
  joost 5059d9220d * Added TTestFieldTypes.TestBCDParamQuery 17 anos atrás