-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix for ticket #186 (spit fails to import some shapefiles).
Fixed a malformed SQL insert statement when attribute data was null. Plus: - Improved user visible error reporting when sql statements go wrong - Moved some std::cerr debug statements to QgsLogger - Removed some redundant std::cerr statements - Fixed several memory leaks from uncleared Postgres queries - Fixed 'loading twice' bug when layers are selected in the table - Improved code layout (more blank lines) git-svn-id: http://svn.osgeo.org/qgis/branches/Release-0_8_0@6391 c8812cc2-4d05-0410-92ff-de0c093fc19c
- Loading branch information
g_j_m
committed
Jan 4, 2007
1 parent
fb25d84
commit a082022
Showing
3 changed files
with
111 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.