| Commit message (Expand) | Author | Age | Files | Lines |
* | • fixed printing of Extended Table Info if Create Table Syntax view has focus | Bibiko | 2010-03-13 | 1 | -1/+1 |
* | - Fix the "Import" button for the "Do you really want to load a [large] SQL ... | rowanbeentje | 2010-03-10 | 1 | -0/+1 |
* | • CSV Import Field Mapper | Bibiko | 2010-03-05 | 1 | -0/+34 |
* | • CSV Import Field Mapper | Bibiko | 2010-03-05 | 1 | -1/+2 |
* | • CSV Import Field Mapper | Bibiko | 2010-03-04 | 1 | -27/+141 |
* | • CSV Import Field Mapper | Bibiko | 2010-03-03 | 1 | -0/+1 |
* | • CSV Field Mapper | Bibiko | 2010-03-02 | 1 | -1/+1 |
* | • this commit should fix the displaying the correct read file size and the ... | Bibiko | 2010-02-21 | 1 | -6/+6 |
* | • CSV Import Field Mapper | Bibiko | 2010-02-21 | 1 | -4/+22 |
* | • CSV Import Field Mapper | Bibiko | 2010-02-18 | 1 | -1/+1 |
* | • CSV Import Field Mapper | Bibiko | 2010-02-18 | 1 | -1/+15 |
* | • TableDump | Bibiko | 2010-02-17 | 1 | -25/+17 |
* | • csv file import mapper | Bibiko | 2010-02-17 | 1 | -2/+12 |
* | • field mapper controller | Bibiko | 2010-02-16 | 1 | -5/+6 |
* | • re-factored and outsourced the entire CSV import field mapper sheet | Bibiko | 2010-02-16 | 1 | -179/+41 |
* | Fix a number of memory leaks, and over-releases, as both a result of manual i... | rowanbeentje | 2010-02-10 | 1 | -2/+8 |
* | • some further work at the new field mapper sheet | Bibiko | 2010-02-05 | 1 | -4/+7 |
* | - Rework SPSQLParser, extending DELIMITER support into all the original func... | rowanbeentje | 2010-02-05 | 1 | -43/+91 |
* | • field mapping sheet is now document-modal instead of blocking SP entirely | Bibiko | 2010-02-03 | 1 | -9/+24 |
* | - When exporting CSVs containing linebreaks, no longer escape those linebrea... | rowanbeentje | 2010-01-22 | 1 | -7/+5 |
* | Address Issue #546 (format string bugs): | rowanbeentje | 2010-01-20 | 1 | -13/+14 |
* | Issue 517: Export MySQL Dump does not include triggers or functions | bamse16 | 2010-01-14 | 1 | -58/+65 |
* | Issue 517: Export MySQL Dump does not include triggers or functions | bamse16 | 2010-01-14 | 1 | -5/+71 |
* | • fix for i529: set the savePanel's delegate to self in order to handle cha... | Bibiko | 2010-01-13 | 1 | -1/+3 |
* | Issue 517: Export MySQL Dump does not include triggers or functions | bamse16 | 2010-01-12 | 1 | -36/+46 |
* | Issue 517: Export MySQL Dump does not include triggers or functions | bamse16 | 2010-01-11 | 1 | -8/+43 |
* | - Upgrade Sequel Pro to be compiled as a 3-way PPC/i386/x86_64 binary for re... | rowanbeentje | 2010-01-09 | 1 | -64/+64 |
* | - Ensure all results for server variable requests are returned as strings, t... | rowanbeentje | 2010-01-03 | 1 | -0/+2 |
* | - Work through static analysis of the source, fixing a number of small memor... | rowanbeentje | 2009-12-14 | 1 | -0/+1 |
* | Replace the main toolbar's #define'd identifier constants with extern's. This... | stuconnolly | 2009-12-12 | 1 | -1/+1 |
* | - Improve import cancellation responsiveness, especially for lots of short d... | rowanbeentje | 2009-12-02 | 1 | -0/+2 |
* | - Correctly construct queries where the first column of CSV imports are set ... | rowanbeentje | 2009-12-02 | 1 | -1/+4 |
* | Improve the export process: | rowanbeentje | 2009-11-29 | 1 | -47/+113 |
* | Updates to the 'use monospaced font' preference, making it a lot more consist... | stuconnolly | 2009-11-14 | 1 | -31/+12 |
* | Move query mode constants to SPConstants.h. | stuconnolly | 2009-11-13 | 1 | -13/+13 |
* | - Rewrite field mapping table selection logic - simplified logic, no longer ... | rowanbeentje | 2009-11-11 | 1 | -44/+60 |
* | During an import, before entering the loop to execute the current batch of qu... | stuconnolly | 2009-11-11 | 1 | -0/+6 |
* | Fix syntax error in exported ER dot files. Issue #454 | avenjamin | 2009-11-10 | 1 | -1/+3 |
* | • as default add the UTF-8 BOM (byte order marker) \xEFBBBF to a MySQL dump... | Bibiko | 2009-10-29 | 1 | -1/+5 |
* | Replace the use of hard coded preference keys with constants to prevent issue... | stuconnolly | 2009-10-17 | 1 | -15/+16 |
* | - Fix a problem preventing the end of large CSV files from being imported | rowanbeentje | 2009-10-15 | 1 | -1/+1 |
* | • After importing CSV data execute [TableContent reloadTable:] on mainThrea... | Bibiko | 2009-10-08 | 1 | -2/+4 |
* | • outsourced ImportCSV accessory view to fix the disappearing of combobox ... | Bibiko | 2009-10-07 | 1 | -0/+22 |
* | • fixed bug for CSV import | Bibiko | 2009-10-07 | 1 | -0/+8 |
* | Improve Growl interaction to reduce general Growl spammage and improve functi... | rowanbeentje | 2009-10-03 | 1 | -0/+12 |
* | - Add copy create syntax button to the create syntax sheet. | stuconnolly | 2009-10-01 | 1 | -2/+2 |
* | 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 |