aboutsummaryrefslogtreecommitdiffstats
path: root/Source/TableDump.m
Commit message (Expand)AuthorAgeFilesLines
* - 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
* Merge framework integration branch back to trunk. Summary of changes:stuconnolly2009-07-211-14/+14
* - Make the DBView window the document window. This allows the document to b...rowanbeentje2009-07-151-5/+5
* - Fix placeholder exports of views containing enums, improving on r959rowanbeentje2009-07-071-1/+7
* - Update the import/export progress sheet title to reflect the current activityrowanbeentje2009-07-061-2/+25
* - Fixes crashes in the CSV Field Mapping sheet caused by multiple threads an...rowanbeentje2009-07-061-5/+7
* - Correctly SQL export views with interdependencies on other views or tables...rowanbeentje2009-06-271-1/+78
* • 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