浏览代码

* BigInt is already set by default since r16882

git-svn-id: trunk@17196 -
joost 14 年之前
父节点
当前提交
ad52fe0f23
共有 1 个文件被更改,包括 0 次插入3 次删除
  1. 0 3
      packages/fcl-db/tests/sqldbtoolsunit.pas

+ 0 - 3
packages/fcl-db/tests/sqldbtoolsunit.pas

@@ -116,8 +116,6 @@ begin
     end;
     end;
   if SQLDbType = MYSQL50 then Fconnection := tMySQL50Connection.Create(nil);
   if SQLDbType = MYSQL50 then Fconnection := tMySQL50Connection.Create(nil);
   if SQLDbType = MYSQL51 then Fconnection := tMySQL51Connection.Create(nil);
   if SQLDbType = MYSQL51 then Fconnection := tMySQL51Connection.Create(nil);
-  if SQLDbType in MySQLdbTypes then
-    FieldtypeDefinitions[ftLargeint] := 'BIGINT';
   if SQLDbType = sqlite3 then
   if SQLDbType = sqlite3 then
     begin
     begin
     Fconnection := TSQLite3Connection.Create(nil);
     Fconnection := TSQLite3Connection.Create(nil);
@@ -135,7 +133,6 @@ begin
   if SQLDbType = INTERBASE then
   if SQLDbType = INTERBASE then
     begin
     begin
     Fconnection := tIBConnection.Create(nil);
     Fconnection := tIBConnection.Create(nil);
-    FieldtypeDefinitions[ftLargeint] := 'BIGINT';
     end;
     end;
   if SQLDbType = ODBC then Fconnection := tODBCConnection.Create(nil);
   if SQLDbType = ODBC then Fconnection := tODBCConnection.Create(nil);
   if SQLDbType = ORACLE then Fconnection := TOracleConnection.Create(nil);
   if SQLDbType = ORACLE then Fconnection := TOracleConnection.Create(nil);