Browse Source

Reset col when reading new lines. Fix issue #39356

Michaël Van Canneyt 3 years ago
parent
commit
672f90bf40
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/fcl-db/src/base/sqlscript.pp

+ 1 - 0
packages/fcl-db/src/base/sqlscript.pp

@@ -509,6 +509,7 @@ begin
   FSkipStackIndex:=0;
   Faborted:=False;
   FLine:=1;
+  FCol:=1;
   DefaultDirectives;
   Repeat
     NextStatement();