Skip to content

Commit a08e4de

Browse files
author
jef
committed
spit plugin fix
- quote values and identifiers properly - remove now unnecessary reserved word dialog - also consider primary key field and geometry field in double field check - allow rename of primary key field - remove disabled connect button (spit automatically connects on OK) - keep the window open window if there was an error - fixes #865 and #930 git-svn-id: http://svn.osgeo.org/qgis/trunk@8293 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent a0c1772 commit a08e4de

File tree

11 files changed

+457
-792
lines changed

11 files changed

+457
-792
lines changed

src/plugins/spit/CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ SET (SPIT_SRCS
77
qgsconnectiondialog.cpp
88
qgspgutil.cpp
99
qgsshapefile.cpp
10-
qgseditreservedwordsdialog.cpp
1110
)
1211

1312
SET (SPIT_PLUGIN_SRCS
@@ -23,14 +22,12 @@ SET (SPIT_EXE_SRCS
2322
SET (SPIT_UIS
2423
qgsconnectiondialogbase.ui
2524
qgsspitbase.ui
26-
qgseditreservedwordsbase.ui
2725
../../ui/qgsmessageviewer.ui
2826
)
2927

3028
SET (SPIT_EXE_MOC_HDRS
3129
qgsspit.h
3230
qgsshapefile.h
33-
qgseditreservedwordsdialog.h
3431
qgsconnectiondialog.h
3532
)
3633

src/plugins/spit/qgseditreservedwordsbase.ui

Lines changed: 0 additions & 135 deletions
This file was deleted.

src/plugins/spit/qgseditreservedwordsdialog.cpp

Lines changed: 0 additions & 116 deletions
This file was deleted.

src/plugins/spit/qgseditreservedwordsdialog.h

Lines changed: 0 additions & 48 deletions
This file was deleted.

0 commit comments

Comments
 (0)