aboutsummaryrefslogtreecommitdiffstats
path: root/Source/TableDump.m
Commit message (Expand)AuthorAgeFilesLines
...
* - 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
* • if the user chose to open a SQL file which is larger than 1MB SP asks for...Bibiko2009-09-261-0/+5
* - Fix an SQL view export error - some MySQL server versions allow NOT NULL D...rowanbeentje2009-09-141-1/+5
* Significantly improve export:rowanbeentje2009-09-141-182/+314
* • fixed bug for exporting tables as XML: now the very last row will be writ...Bibiko2009-09-111-1/+3
* - Re-enable the fine-grained query logging preferencesrowanbeentje2009-08-311-1/+22
* Refactor CSV/SQL import structure slightly, and rewrite SQL import:rowanbeentje2009-08-311-298/+413
* Update Localizable.strings by running genstrings and remove use of multiple c...stuconnolly2009-08-281-3/+3
* - Change MCPStreamingResult to use a safer streaming mode by default - downl...rowanbeentje2009-08-201-1/+1
* Issue 351: Export CSV pipebamse162009-08-181-16/+8
* - Fix very end of exported SQL for tabel content with new export coderowanbeentje2009-08-171-1/+1
* - Fix field names in new import following classic last-minute change...rowanbeentje2009-08-171-1/+1
* Rework SQL export:rowanbeentje2009-08-171-12/+30
* Rework data loading in TableContent:rowanbeentje2009-08-111-1/+1
* Source tidy up and missing SVN properties.stuconnolly2009-08-071-15/+16
* Fix sortorder of tables in export multiple tables as CSV/XML accesory viewbamse162009-08-051-3/+15
* Overhaul CSV import functionality:rowanbeentje2009-08-021-116/+244
* The size of the import array only needs to be counted once.stuconnolly2009-07-311-5/+6
* - Fix "endSheet:returnCode: requires a non-nil sheet" log lines during importsrowanbeentje2009-07-281-12/+6
* Improve TablesList significantly:rowanbeentje2009-07-281-6/+3
* - Fix a reproducible crash when exporting tables caused by a string being au...rowanbeentje2009-07-211-3/+5