From ad52fe0f23b405949a3e1729124a64852678f832 Mon Sep 17 00:00:00 2001 From: joost Date: Sun, 27 Mar 2011 16:19:36 +0000 Subject: [PATCH] * BigInt is already set by default since r16882 git-svn-id: trunk@17196 - --- packages/fcl-db/tests/sqldbtoolsunit.pas | 3 --- 1 file changed, 3 deletions(-) diff --git a/packages/fcl-db/tests/sqldbtoolsunit.pas b/packages/fcl-db/tests/sqldbtoolsunit.pas index 36bf7b13ad..60d9893ca2 100644 --- a/packages/fcl-db/tests/sqldbtoolsunit.pas +++ b/packages/fcl-db/tests/sqldbtoolsunit.pas @@ -116,8 +116,6 @@ begin end; if SQLDbType = MYSQL50 then Fconnection := tMySQL50Connection.Create(nil); if SQLDbType = MYSQL51 then Fconnection := tMySQL51Connection.Create(nil); - if SQLDbType in MySQLdbTypes then - FieldtypeDefinitions[ftLargeint] := 'BIGINT'; if SQLDbType = sqlite3 then begin Fconnection := TSQLite3Connection.Create(nil); @@ -135,7 +133,6 @@ begin if SQLDbType = INTERBASE then begin Fconnection := tIBConnection.Create(nil); - FieldtypeDefinitions[ftLargeint] := 'BIGINT'; end; if SQLDbType = ODBC then Fconnection := tODBCConnection.Create(nil); if SQLDbType = ORACLE then Fconnection := TOracleConnection.Create(nil);