Browse Source

fcl-db: tests: add check for Oracle native single floating point data type

git-svn-id: trunk@27978 -
lacak 11 years ago
parent
commit
85ae7c2aaa
1 changed files with 2 additions and 0 deletions
  1. 2 0
      packages/fcl-db/tests/testfieldtypes.pas

+ 2 - 0
packages/fcl-db/tests/testfieldtypes.pas

@@ -908,6 +908,8 @@ begin
     ssFirebird, ssInterbase,
     ssMySQL:
       datatype:='FLOAT';
+    ssOracle:
+      datatype:='BINARY_FLOAT';
     else
       datatype:='REAL';
   end;