aboutsummaryrefslogtreecommitdiffstats
path: root/Source/TableDump.m
Commit message (Expand)AuthorAgeFilesLines
* - 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
* - Rewrite field mapping table selection logic - simplified logic, no longer ...rowanbeentje2009-11-111-44/+60
* During an import, before entering the loop to execute the current batch of qu...stuconnolly2009-11-111-0/+6
* Fix syntax error in exported ER dot files. Issue #454avenjamin2009-11-101-1/+3
* • as default add the UTF-8 BOM (byte order marker) \xEFBBBF to a MySQL dump...Bibiko2009-10-291-1/+5
* Replace the use of hard coded preference keys with constants to prevent issue...stuconnolly2009-10-171-15/+16
* - Fix a problem preventing the end of large CSV files from being importedrowanbeentje2009-10-151-1/+1
* • After importing CSV data execute [TableContent reloadTable:] on mainThrea...Bibiko2009-10-081-2/+4
* • outsourced ImportCSV accessory view to fix the disappearing of combobox ...Bibiko2009-10-071-0/+22
* • fixed bug for CSV importBibiko2009-10-071-0/+8
* Improve Growl interaction to reduce general Growl spammage and improve functi...rowanbeentje2009-10-031-0/+12
* - Add copy create syntax button to the create syntax sheet.stuconnolly2009-10-011-2/+2
* Rewrite CSV import:rowanbeentje2009-09-281-571/+435