Browse Source

* Patch from Pascal Riekenberg to fix setting of CSV parsing options

git-svn-id: trunk@37176 -
michael 8 years ago
parent
commit
61aabf0ac5
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/fcl-db/src/base/csvdataset.pp

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

@@ -183,6 +183,7 @@ Var
 
 begin
   FParser:=TCSVParser.Create;
+  FParser.Assign(FOptions);
   FParser.SetSource(Stream);
   FCurrentRow:=0;
   ReadNextRow;