| Commit message (Expand) | Author | Age | Files | Lines |
* | Ensure that table change selection notifications are posted to the main thread. | stuconnolly | 2010-04-22 | 1 | -1/+1 |
* | changed many occurrences of "REMOVE" to "DELETE", eg. "DELETE DATABASE" | jakob | 2010-04-22 | 1 | -20/+20 |
* | - Add a new couldCommitCurrentViewActions method to TableDocument, and stand... | rowanbeentje | 2010-04-18 | 1 | -6/+2 |
* | Add a 'Show Create Syntax...' menu item to the tables list context menu and '... | stuconnolly | 2010-04-11 | 1 | -21/+50 |
* | • improved querying db structure handling | Bibiko | 2010-04-07 | 1 | -1/+6 |
* | Tidy up imports and fix 'Reverse Sort Order' when sorting connection favorite... | stuconnolly | 2010-03-31 | 1 | -0/+1 |
* | When adding a new table with a CSV storage engine, the initial field cannot b... | stuconnolly | 2010-03-30 | 1 | -11/+26 |
* | changed the invoking point of db structure query at the very end of updateTab... | Bibiko | 2010-03-26 | 1 | -3/+5 |
* | • navigator | Bibiko | 2010-03-26 | 1 | -5/+5 |
* | • first steps to ease the structure querying for auto-completion and navigator | Bibiko | 2010-03-26 | 1 | -5/+5 |
* | • changed behaviour of ^⌥⌘F "Filter Table" or "Change Focus to Table L... | Bibiko | 2010-03-25 | 1 | -1/+9 |
* | - Make [MCPConnection getLastErrorMessage] more consistent by always returni... | rowanbeentje | 2010-03-25 | 1 | -12/+12 |
* | General tidy up, with a focus on consolidating more constants in SPConstants.... | stuconnolly | 2010-03-24 | 1 | -109/+109 |
* | - Add a new selectDatabase:item: method to TableDocument, to centralise code... | rowanbeentje | 2010-03-24 | 1 | -9/+12 |
* | • TablesList | Bibiko | 2010-03-23 | 1 | -1/+2 |
* | • Navigator | Bibiko | 2010-03-21 | 1 | -0/+15 |
* | - Make a number of changes to attempt to improve disconnection/quit crashes:... | rowanbeentje | 2010-03-16 | 1 | -4/+4 |
* | Fix a couple more potential issues found during static analysis. | stuconnolly | 2010-03-15 | 1 | -3/+4 |
* | Fix some potential issues found during static analysis. | stuconnolly | 2010-03-15 | 1 | -1/+1 |
* | Fix the enabling/disabling of the 'Table' menu items as a result of adding th... | stuconnolly | 2010-03-10 | 1 | -50/+52 |
* | • improved tooltip behaviour of SPNarrowDownCompletion's tableView | Bibiko | 2010-03-09 | 1 | -0/+8 |
* | Add a new 'Filter Content...' menu item to the 'Table' menu that switches to ... | stuconnolly | 2010-03-08 | 1 | -41/+41 |
* | • REPAIR, OPTIMIZE, ANALYZE, FLUSH, CHECKSUM now can be applied to more tha... | Bibiko | 2010-02-26 | 1 | -0/+17 |
* | • Query Favorites: | Bibiko | 2010-02-25 | 1 | -0/+34 |
* | • Reset AUTO_INCREMENT in Table Info Pane uses inline entering of the new v... | Bibiko | 2010-02-23 | 1 | -0/+3 |
* | Fix a number of memory leaks, and over-releases, as both a result of manual i... | rowanbeentje | 2010-02-10 | 1 | -4/+5 |
* | - Save and restore content table sorting, filter criteria, scroll position a... | rowanbeentje | 2010-02-09 | 1 | -0/+3 |
* | • fixed endless loop if user selects a table whose name contains chars whic... | Bibiko | 2010-02-05 | 1 | -1/+4 |
* | - Rework SPSQLParser, extending DELIMITER support into all the original func... | rowanbeentje | 2010-02-05 | 1 | -0/+1 |
* | * renaming a table/view/proc/func now doesn't open a sheet anymore | jakob | 2010-01-28 | 1 | -117/+113 |
* | * Fixed #484 (renaming tables where only the case changed) | jakob | 2010-01-28 | 1 | -214/+184 |
* | Improve Disconnection on connection loss: | rowanbeentje | 2010-01-24 | 1 | -1/+2 |
* | • added call to update the completion list to neuralgic places | Bibiko | 2010-01-21 | 1 | -1/+25 |
* | Address Issue #546 (format string bugs): | rowanbeentje | 2010-01-20 | 1 | -17/+14 |
* | • fixed several sheetDidEnd selectors to close a NSAlert or NSWindow proper... | Bibiko | 2010-01-13 | 1 | -3/+20 |
* | • applied new detachNewThreadSelector:@selector(queryDbStructure) call to ... | Bibiko | 2010-01-12 | 1 | -1/+1 |
* | • further developments for the F5 completion | Bibiko | 2010-01-11 | 1 | -0/+5 |
* | • further preparations to F5 completion | Bibiko | 2010-01-11 | 1 | -1/+9 |
* | • fixed showing the table list's search bar view by setting its initial spl... | Bibiko | 2010-01-11 | 1 | -1/+3 |
* | • first preparations to improve the Custom Query database names/table names... | Bibiko | 2010-01-10 | 1 | -1/+4 |
* | - Upgrade Sequel Pro to be compiled as a 3-way PPC/i386/x86_64 binary for re... | rowanbeentje | 2010-01-09 | 1 | -100/+100 |
* | • avoid querying the server for `information_schema` table for MySQL versio... | Bibiko | 2010-01-06 | 1 | -27/+28 |
* | - Ensure all results for server variable requests are returned as strings, t... | rowanbeentje | 2010-01-03 | 1 | -16/+11 |
* | - Work through static analysis of the source, fixing a number of small memor... | rowanbeentje | 2009-12-14 | 1 | -9/+3 |
* | - Improve TablesList item selection by splitting out interface updates to a ... | rowanbeentje | 2009-12-08 | 1 | -96/+125 |
* | - Improve upon r1560 by removing a couple of race conditions triggered on en... | rowanbeentje | 2009-11-22 | 1 | -13/+16 |
* | - Relocate the table changed notification, allowing table info pane to updat... | rowanbeentje | 2009-11-21 | 1 | -3/+9 |
* | - Fix table list filter show/hide on database change by calling the toggle o... | rowanbeentje | 2009-11-18 | 1 | -2/+2 |
* | Change the placeholder value of a few search fields to simply 'Filter' to mak... | stuconnolly | 2009-11-17 | 1 | -3/+1 |
* | - Make some thread safety improvements to try to address Issue #460 | rowanbeentje | 2009-11-16 | 1 | -4/+4 |