aboutsummaryrefslogtreecommitdiffstats
path: root/Source/TableDump.m
Commit message (Expand)AuthorAgeFilesLines
* Add a new SPFileHandle class to support gzip compression and writing on a bac...rowanbeentje2010-04-121-36/+72
* • Import from ClipboardBibiko2010-04-101-0/+2
* • added "Import from Clipboard" ⌥⇧⌘IBibiko2010-04-101-13/+123
* • CSV ImportBibiko2010-04-061-8/+45
* - Improve error checking for various actions, particularly permissions error...rowanbeentje2010-03-311-7/+33
* • some speed improvements and code simplifications for navigatorBibiko2010-03-301-0/+3
* - Make [MCPConnection getLastErrorMessage] more consistent by always returni...rowanbeentje2010-03-251-12/+12
* General tidy up, with a focus on consolidating more constants in SPConstants....stuconnolly2010-03-241-10/+10
* • CSV Import Field MapperBibiko2010-03-221-37/+44
* • CSV ImportBibiko2010-03-221-2/+15
* • fixed bug while CSV importBibiko2010-03-221-6/+9
* - Add a new SPMainThreadTrampoline NSObject category, allowing all NSObjects...rowanbeentje2010-03-201-135/+123
* - Make a number of changes to attempt to improve disconnection/quit crashes:...rowanbeentje2010-03-161-5/+5
* Fix a couple more potential issues found during static analysis.stuconnolly2010-03-151-1/+1
* - Fix some leaks and autoreleases after checking static analysisrowanbeentje2010-03-131-1/+1
* • fixed printing of Extended Table Info if Create Table Syntax view has focusBibiko2010-03-131-1/+1
* - Fix the "Import" button for the "Do you really want to load a [large] SQL ...rowanbeentje2010-03-101-0/+1
* • CSV Import Field MapperBibiko2010-03-051-0/+34
* • CSV Import Field MapperBibiko2010-03-051-1/+2
* • CSV Import Field MapperBibiko2010-03-041-27/+141
* • CSV Import Field MapperBibiko2010-03-031-0/+1
* • CSV Field MapperBibiko2010-03-021-1/+1
* • this commit should fix the displaying the correct read file size and the ...Bibiko2010-02-211-6/+6
* • CSV Import Field MapperBibiko2010-02-211-4/+22
* • CSV Import Field MapperBibiko2010-02-181-1/+1
* • CSV Import Field MapperBibiko2010-02-181-1/+15
* • TableDumpBibiko2010-02-171-25/+17
* • csv file import mapperBibiko2010-02-171-2/+12
* • field mapper controllerBibiko2010-02-161-5/+6
* • re-factored and outsourced the entire CSV import field mapper sheetBibiko2010-02-161-179/+41
* Fix a number of memory leaks, and over-releases, as both a result of manual i...rowanbeentje2010-02-101-2/+8
* • some further work at the new field mapper sheetBibiko2010-02-051-4/+7
* - Rework SPSQLParser, extending DELIMITER support into all the original func...rowanbeentje2010-02-051-43/+91
* • field mapping sheet is now document-modal instead of blocking SP entirelyBibiko2010-02-031-9/+24
* - When exporting CSVs containing linebreaks, no longer escape those linebrea...rowanbeentje2010-01-221-7/+5
* Address Issue #546 (format string bugs):rowanbeentje2010-01-201-13/+14
* Issue 517: Export MySQL Dump does not include triggers or functionsbamse162010-01-141-58/+65
* Issue 517: Export MySQL Dump does not include triggers or functionsbamse162010-01-141-5/+71
* • fix for i529: set the savePanel's delegate to self in order to handle cha...Bibiko2010-01-131-1/+3
* Issue 517: Export MySQL Dump does not include triggers or functions bamse162010-01-121-36/+46
* Issue 517: Export MySQL Dump does not include triggers or functionsbamse162010-01-111-8/+43
* - Upgrade Sequel Pro to be compiled as a 3-way PPC/i386/x86_64 binary for re...rowanbeentje2010-01-091-64/+64
* - Ensure all results for server variable requests are returned as strings, t...rowanbeentje2010-01-031-0/+2
* - Work through static analysis of the source, fixing a number of small memor...rowanbeentje2009-12-141-0/+1
* Replace the main toolbar's #define'd identifier constants with extern's. This...stuconnolly2009-12-121-1/+1
* - Improve import cancellation responsiveness, especially for lots of short d...rowanbeentje2009-12-021-0/+2
* - Correctly construct queries where the first column of CSV imports are set ...rowanbeentje2009-12-021-1/+4
* Improve the export process:rowanbeentje2009-11-291-47/+113
* Updates to the 'use monospaced font' preference, making it a lot more consist...stuconnolly2009-11-141-31/+12
* Move query mode constants to SPConstants.h.stuconnolly2009-11-131-13/+13