| Commit message (Expand) | Author | Age | Files | Lines |
* | Rewrite CSV import: | rowanbeentje | 2009-09-28 | 1 | -571/+435 |
* | • if the user chose to open a SQL file which is larger than 1MB SP asks for... | Bibiko | 2009-09-26 | 1 | -0/+5 |
* | - Fix an SQL view export error - some MySQL server versions allow NOT NULL D... | rowanbeentje | 2009-09-14 | 1 | -1/+5 |
* | Significantly improve export: | rowanbeentje | 2009-09-14 | 1 | -182/+314 |
* | • fixed bug for exporting tables as XML: now the very last row will be writ... | Bibiko | 2009-09-11 | 1 | -1/+3 |
* | - Re-enable the fine-grained query logging preferences | rowanbeentje | 2009-08-31 | 1 | -1/+22 |
* | Refactor CSV/SQL import structure slightly, and rewrite SQL import: | rowanbeentje | 2009-08-31 | 1 | -298/+413 |
* | Update Localizable.strings by running genstrings and remove use of multiple c... | stuconnolly | 2009-08-28 | 1 | -3/+3 |
* | - Change MCPStreamingResult to use a safer streaming mode by default - downl... | rowanbeentje | 2009-08-20 | 1 | -1/+1 |
* | Issue 351: Export CSV pipe | bamse16 | 2009-08-18 | 1 | -16/+8 |
* | - Fix very end of exported SQL for tabel content with new export code | rowanbeentje | 2009-08-17 | 1 | -1/+1 |
* | - Fix field names in new import following classic last-minute change... | rowanbeentje | 2009-08-17 | 1 | -1/+1 |
* | Rework SQL export: | rowanbeentje | 2009-08-17 | 1 | -12/+30 |
* | Rework data loading in TableContent: | rowanbeentje | 2009-08-11 | 1 | -1/+1 |
* | Source tidy up and missing SVN properties. | stuconnolly | 2009-08-07 | 1 | -15/+16 |
* | Fix sortorder of tables in export multiple tables as CSV/XML accesory view | bamse16 | 2009-08-05 | 1 | -3/+15 |
* | Overhaul CSV import functionality: | rowanbeentje | 2009-08-02 | 1 | -116/+244 |
* | The size of the import array only needs to be counted once. | stuconnolly | 2009-07-31 | 1 | -5/+6 |
* | - Fix "endSheet:returnCode: requires a non-nil sheet" log lines during imports | rowanbeentje | 2009-07-28 | 1 | -12/+6 |
* | Improve TablesList significantly: | rowanbeentje | 2009-07-28 | 1 | -6/+3 |
* | - Fix a reproducible crash when exporting tables caused by a string being au... | rowanbeentje | 2009-07-21 | 1 | -3/+5 |
* | Merge framework integration branch back to trunk. Summary of changes: | stuconnolly | 2009-07-21 | 1 | -14/+14 |
* | - Make the DBView window the document window. This allows the document to b... | rowanbeentje | 2009-07-15 | 1 | -5/+5 |
* | - Fix placeholder exports of views containing enums, improving on r959 | rowanbeentje | 2009-07-07 | 1 | -1/+7 |
* | - Update the import/export progress sheet title to reflect the current activity | rowanbeentje | 2009-07-06 | 1 | -2/+25 |
* | - Fixes crashes in the CSV Field Mapping sheet caused by multiple threads an... | rowanbeentje | 2009-07-06 | 1 | -5/+7 |
* | - Correctly SQL export views with interdependencies on other views or tables... | rowanbeentje | 2009-06-27 | 1 | -1/+78 |
* | • queryString: code cleaning and processing each encoding equally | Bibiko | 2009-06-19 | 1 | -20/+25 |
* | • added to SPArrayAdditions.h: NSArrayObjectAtIndex() inline function | Bibiko | 2009-06-18 | 1 | -35/+34 |
* | updated dot generator to handle multi-col fk's with a different arrow type an... | mtvee | 2009-06-11 | 1 | -4/+19 |
* | update dot file genertor to use SPTableData instead of a v5 style query for f... | mtvee | 2009-06-10 | 1 | -19/+21 |
* | • reload table list, database pull-down menu according to user's statements... | Bibiko | 2009-06-05 | 1 | -30/+48 |
* | Fixed some memory leaks found using llvm/clang. There are still some to fix | bamse16 | 2009-06-05 | 1 | -7/+10 |
* | - visual improvements to the graphviz dot file output | mtvee | 2009-06-05 | 1 | -7/+6 |
* | - added schema export to basic graphviz dot file | mtvee | 2009-06-05 | 1 | -0/+141 |
* | • added support for the “delimiter” command | Bibiko | 2009-06-04 | 1 | -2/+2 |
* | • some minor code cosmetics | Bibiko | 2009-05-19 | 1 | -5/+8 |
* | More header updates for source files, including Subversion Id property. | stuconnolly | 2009-05-19 | 1 | -1/+2 |
* | Issue 233: Option to copy field headings from result panels | bamse16 | 2009-05-05 | 1 | -15/+6 |
* | • ADDED createViewSyntaxPrettifier method to a NSString to make the syntax ... | Bibiko | 2009-04-23 | 1 | -1/+1 |
* | - Fixed an issue causing a crash with large SQL imports. NSLog was dumping th... | avenjamin | 2009-04-22 | 1 | -2/+6 |
* | - Update delete table and database warning messages to be more user friendly ... | stuconnolly | 2009-04-17 | 1 | -2/+2 |
* | Fix for issue #173. Change export filename date format to YYYY-MM-DD and remo... | stuconnolly | 2009-04-15 | 1 | -2/+2 |
* | - part 4 of merge from 'avenjamin' branch into trunk. | avenjamin | 2009-04-10 | 1 | -7/+61 |
* | - Second part of r498: ensure that SQL imports are read in as UTF8, and quer... | rowanbeentje | 2009-04-08 | 1 | -5/+25 |
* | - Select 'drop tables' option for MySQL export by default, to improve backup... | rowanbeentje | 2009-04-06 | 1 | -19/+46 |
* | - When exporting to an SQL file, disable foreign key checks, change SQL mode... | rowanbeentje | 2009-03-28 | 1 | -11/+41 |
* | - The status tab now no longer crashes when viewing Views. (Resolves Issue ... | rowanbeentje | 2009-03-28 | 1 | -18/+29 |
* | Fixed bug where exporting current table would use the field terminator, enclo... | avenjamin | 2009-03-27 | 1 | -13/+25 |
* | - fixed issue #203 (backticks in identifiers not supported) | jakob | 2009-03-24 | 1 | -11/+13 |