Browse Source

* fcl-db: cosmetic

git-svn-id: trunk@26111 -
reiniero 11 years ago
parent
commit
9981481729
1 changed files with 3 additions and 3 deletions
  1. 3 3
      packages/fcl-db/src/sqldb/interbase/ibconnection.pp

+ 3 - 3
packages/fcl-db/src/sqldb/interbase/ibconnection.pp

@@ -713,9 +713,9 @@ begin
         else
         else
           SQLData := AllocMem(in_SQLDA^.SQLVar[x].SQLLen);
           SQLData := AllocMem(in_SQLDA^.SQLVar[x].SQLLen);
         // Always force the creation of slqind for parameters. It could be
         // Always force the creation of slqind for parameters. It could be
-        // that a database-trigger takes care of inserting null-values, so
-        // it should always be possible to pass null-parameters. If that fails,
-        // the database-server will generate the appropiate error.
+        // that a database trigger takes care of inserting null values, so
+        // it should always be possible to pass null parameters. If that fails,
+        // the database server will generate the appropiate error.
         sqltype := sqltype or 1;
         sqltype := sqltype or 1;
         new(sqlind);
         new(sqlind);
         end;
         end;