aboutsummaryrefslogtreecommitdiffstats
path: root/Source/TableDump.m
Commit message (Expand)AuthorAgeFilesLines
* • queryString: code cleaning and processing each encoding equallyBibiko2009-06-191-20/+25
* • added to SPArrayAdditions.h: NSArrayObjectAtIndex() inline functionBibiko2009-06-181-35/+34
* updated dot generator to handle multi-col fk's with a different arrow type an...mtvee2009-06-111-4/+19
* update dot file genertor to use SPTableData instead of a v5 style query for f...mtvee2009-06-101-19/+21
* • reload table list, database pull-down menu according to user's statements...Bibiko2009-06-051-30/+48
* Fixed some memory leaks found using llvm/clang. There are still some to fixbamse162009-06-051-7/+10
* - visual improvements to the graphviz dot file outputmtvee2009-06-051-7/+6
* - added schema export to basic graphviz dot filemtvee2009-06-051-0/+141
* • added support for the “delimiter” commandBibiko2009-06-041-2/+2
* • some minor code cosmeticsBibiko2009-05-191-5/+8
* More header updates for source files, including Subversion Id property.stuconnolly2009-05-191-1/+2
* Issue 233: Option to copy field headings from result panelsbamse162009-05-051-15/+6
* • ADDED createViewSyntaxPrettifier method to a NSString to make the syntax ...Bibiko2009-04-231-1/+1
* - Fixed an issue causing a crash with large SQL imports. NSLog was dumping th...avenjamin2009-04-221-2/+6
* - Update delete table and database warning messages to be more user friendly ...stuconnolly2009-04-171-2/+2
* Fix for issue #173. Change export filename date format to YYYY-MM-DD and remo...stuconnolly2009-04-151-2/+2
* - part 4 of merge from 'avenjamin' branch into trunk.avenjamin2009-04-101-7/+61
* - 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