aboutsummaryrefslogtreecommitdiffstats
path: root/Source/TableDump.m
Commit message (Expand)AuthorAgeFilesLines
...
* - 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
* 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