aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPDataImport.h
Commit message (Collapse)AuthorAgeFilesLines
* previous commit continuedMax2018-01-201-2/+0
|
* Update URL in source file header to point to GitHub.Stuart Connolly2014-01-261-1/+1
|
* Remove SVN property placeholder.Stuart Connolly2014-01-261-2/+0
|
* Remove use of deprecated save panel method.Stuart Connolly2013-11-271-3/+1
|
* Fix warnings due to not conforming to 10.6 protocols.stuconnolly2013-01-241-1/+1
|
* Change Sequel Pro's license from GPL (version 2) to MIT.stuconnolly2012-07-251-12/+20
|
* Warning: this branch commit is largely untested, and known to throw ↵rowanbeentje2012-02-231-3/+3
| | | | | | | | | | | | exceptions as database structure retrieval is currently missing! Further work on SPMySQLFramework integration: - Improve SPMySQL framework build settings including correct ppc builds and a Distribution configuration for the build distributions to match - Add new convenience querying and result methods to the framework - Amend Sequel Pro source to use the new SPMySQL.framework methods everywhere, replacing MCPKit methods where they differ and improving some functions - Remove MCPKit from the source - Fix a number of warnings on Release-style builds
* - If the field mapper was cancelled, abort the CSV import at once to avoid ↵rowanbeentje2011-08-251-1/+7
| | | | crashes if a new table name to create was entered
* - When importing CSVs, or editing custom query results, set numeric fields ↵rowanbeentje2011-05-091-0/+2
| | | | to NULL instead of 0 if an empty string is entered. This matches TableContent behaviour and addresses Issue #1034.
* Fix more compiler warnings, including a few bugsrowanbeentje2011-03-081-1/+4
|
* - Change the CSV import accessory view to a general import accessory view, ↵rowanbeentje2010-11-291-2/+4
| | | | | | | | | based on a tab view - When importing SQL, use the accessory view to ask how to handle errors: Ask (the new default), which prompts the user on each error whether to continue, stop, or ignore all errors; and ignoring all errors, which matches the old behaviour. This addresses Issue #901. - When showing the reconnection dialog ensure the window isn't minimised - Update localisable strings
* • CSV import now supports to import sequences of 0 and 1 into BIT fieldsBibiko2010-10-311-0/+2
| | | | | | • fixed several issues while importing a CSV file if this file contains empty lines or if a line has less columns as header - fixed issue for matching header names - fixed issue for user-defined SQL functions while importing; in such a case set the value to @"" to get the defaults
* Tidy up.stuconnolly2010-10-191-1/+0
|
* • CSV Import (incl. import from clipboard)Bibiko2010-10-091-0/+4
| | | | | - if mapped target table field is of type GEOMETRY import csv data via GeomFromText() - replaced succeeding appendString lines by appendFormat since tests have shown that allocating memory once is faster than do it several times
* • finished the first implementation of CSV Import into new tableBibiko2010-09-031-0/+1
| | | | note:What else is needed for such an import? table encoding settings? ... has to be discussed
* - Fix positioning bug when using Import From Clipboardrowanbeentje2010-07-251-0/+1
| | | | | - Add controllable encoding support when importing CSV and SQL files, including a new default "Autodetect" option. Add UniversalDetector framework to support encoding autodetection. This should address Issue #720.
* - Clean up SPDataImport, removing unused methods and cleaning up order and ↵rowanbeentje2010-07-191-2/+0
| | | | | | | | | methods - Improve error handling when the connecting dies during import (previous the sheet would stay open) - Fix localised strings for error messages (label and text the wrong way round) - Improve comments
* Rename TableDump to SPDataImport and fix export selected tables functionality.stuconnolly2010-07-061-0/+129