From 7fbc246fbcbfbe819c27d561650aacd312f2d6b0 Mon Sep 17 00:00:00 2001 From: Bibiko Date: Sun, 31 Oct 2010 17:41:19 +0000 Subject: =?UTF-8?q?=E2=80=A2=20CSV=20import=20now=20supports=20to=20import?= =?UTF-8?q?=20sequences=20of=200=20and=201=20into=20BIT=20fields=20?= =?UTF-8?q?=E2=80=A2=20fixed=20several=20issues=20while=20importing=20a=20?= =?UTF-8?q?CSV=20file=20if=20this=20file=20contains=20empty=20lines=20or?= =?UTF-8?q?=20if=20a=20line=20has=20less=20columns=20as=20header=20-=20fix?= =?UTF-8?q?ed=20issue=20for=20matching=20header=20names=20-=20fixed=20issu?= =?UTF-8?q?e=20for=20user-defined=20SQL=20functions=20while=20importing;?= =?UTF-8?q?=20in=20such=20a=20case=20set=20the=20value=20to=20@""=20to=20g?= =?UTF-8?q?et=20the=20defaults?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Source/SPDataImport.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Source/SPDataImport.h') diff --git a/Source/SPDataImport.h b/Source/SPDataImport.h index 28bf8b04..8ea49fa1 100644 --- a/Source/SPDataImport.h +++ b/Source/SPDataImport.h @@ -103,6 +103,8 @@ NSDictionary *targetTableDetails; NSMutableArray *geometryFields; NSMutableIndexSet *geometryFieldsMapIndex; + NSMutableArray *bitFields; + NSMutableIndexSet *bitFieldsMapIndex; NSSavePanel *currentExportPanel; } -- cgit v1.2.3