aboutsummaryrefslogtreecommitdiffstats
path: root/Source/TableDump.m
Commit message (Expand)AuthorAgeFilesLines
...
* - Second part of r498: ensure that SQL imports are read in as UTF8, and quer...rowanbeentje2009-04-081-5/+25
* - Select 'drop tables' option for MySQL export by default, to improve backup...rowanbeentje2009-04-061-19/+46
* - When exporting to an SQL file, disable foreign key checks, change SQL mode...rowanbeentje2009-03-281-11/+41
* - The status tab now no longer crashes when viewing Views. (Resolves Issue ...rowanbeentje2009-03-281-18/+29
* Fixed bug where exporting current table would use the field terminator, enclo...avenjamin2009-03-271-13/+25
* - fixed issue #203 (backticks in identifiers not supported)jakob2009-03-241-11/+13
* SPSQLParser changes:rowanbeentje2009-03-191-0/+5
* Fixes a division by zero error causing crashes on multi-table CSV and XML exp...rowanbeentje2009-03-051-2/+2
* Alter the open panel to recognise .csv and .sql extensions on selected files ...rowanbeentje2009-03-041-0/+24
* - BLOB and binary fields are now fully visible and editable again (fixes Iss...rowanbeentje2009-03-031-0/+4
* Better error handling of dump reading (checking for NSError object instead of...bamse162009-03-021-4/+18
* Revert 10.5 build warning changes and make import progress sheet have focus w...stuconnolly2009-03-011-39/+28
* Cleaned up warnings when building against 10.5 SDKavenjamin2009-02-281-15/+15
* - Improve handling of disconnections made while selecting a database, fixing...rowanbeentje2009-02-281-10/+21
* Patch submitted by Marius Ursache.avenjamin2009-02-271-77/+86
* A patch to improve View support, addressing Issue #130. This patch undoes th...rowanbeentje2009-02-231-2/+2
* Visible improvements in this build:rowanbeentje2009-02-181-110/+71
* #144 value of the "import format" popup button is now remembered in the impor...abhibeckert2009-01-141-11/+15
* Added cancel button to the import/export progress sheet. Also added importing...mltownsend2009-01-041-22/+45
* Removed Panther compatibilitiymltownsend2008-12-181-10/+4
* Fixed a range assertion error in SQL dumps when exporting small strings, caus...rowanbeentje2008-12-151-2/+4
* Provide a partial fix for Issue #117 by adding leading-zero tests to the NSSc...rowanbeentje2008-12-121-7/+10
* Remove warning.stuconnolly2008-12-101-4/+8
* MERGED r262:266 from branches/stuart02 to trunk to include new project struct...stuconnolly2008-12-101-0/+1892