| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | - Fix exceptions and crashes caused by corrupt tables, disabled storage engi... | rowanbeentje | 2010-06-02 | 1 | -0/+6 |
* | Rename TableDocument to SPDatabaseDocument. | stuconnolly | 2010-05-28 | 1 | -1/+1 |
* | Rename TablesList to SPTablesList. | stuconnolly | 2010-05-27 | 1 | -1/+1 |
* | Initial implementation of tabs: | rowanbeentje | 2010-05-23 | 1 | -3/+4 |
* | Rework alert sheets: | rowanbeentje | 2010-05-09 | 1 | -5/+5 |
* | Review trigger fetching and storage: | rowanbeentje | 2010-05-01 | 1 | -30/+51 |
* | fix for #642 (deleting more than 3 rows failed on MySQL before 5.0.3) | jakob | 2010-04-22 | 1 | -5/+9 |
* | Forgot to update Localizable.strings for previous commit. | stuconnolly | 2010-04-11 | 1 | -2/+2 |
* | Tidy up imports and fix 'Reverse Sort Order' when sorting connection favorite... | stuconnolly | 2010-03-31 | 1 | -2/+0 |
* | - Improve error checking for various actions, particularly permissions error... | rowanbeentje | 2010-03-31 | 1 | -4/+31 |
* | Before attempting to parse the create syntax of a table or view, check that i... | stuconnolly | 2010-03-26 | 1 | -0/+4 |
* | - Make [MCPConnection getLastErrorMessage] more consistent by always returni... | rowanbeentje | 2010-03-25 | 1 | -7/+7 |
* | General tidy up, with a focus on consolidating more constants in SPConstants.... | stuconnolly | 2010-03-24 | 1 | -14/+13 |
* | • fixed issue for new data representation of the key @"default" in [ inform... | Bibiko | 2010-03-23 | 1 | -1/+1 |
* | • CSV Import | Bibiko | 2010-03-22 | 1 | -8/+6 |
* | - Make a number of changes to attempt to improve disconnection/quit crashes:... | rowanbeentje | 2010-03-16 | 1 | -1/+1 |
* | Fix some potential issues found during static analysis. | stuconnolly | 2010-03-15 | 1 | -1/+1 |
* | Following a manual code review, fix some local variables overriding global va... | rowanbeentje | 2010-03-15 | 1 | -12/+10 |
* | • added to method informationForTable: | Bibiko | 2010-02-20 | 1 | -12/+37 |
* | Fix a number of memory leaks, and over-releases, as both a result of manual i... | rowanbeentje | 2010-02-10 | 1 | -1/+3 |
* | Complete the implementation of the management of table triggers (accessible v... | stuconnolly | 2010-02-06 | 1 | -1/+1 |
* | • fixed endless loop if user selects a table whose name contains chars whic... | Bibiko | 2010-02-05 | 1 | -1/+2 |
* | - Rework SPSQLParser, extending DELIMITER support into all the original func... | rowanbeentje | 2010-02-05 | 1 | -2/+2 |
* | • improved error handling in Structure View for adding/renaming/removing a ... | Bibiko | 2010-02-03 | 1 | -0/+4 |
* | • field mapping sheet is now document-modal instead of blocking SP entirely | Bibiko | 2010-02-03 | 1 | -2/+2 |
* | Added preliminary support for triggers. You can access the tab via the | bamse16 | 2010-01-31 | 1 | -0/+33 |
* | Address Issue #546 (format string bugs): | rowanbeentje | 2010-01-20 | 1 | -4/+5 |
* | Replace COUNT(*) with COUNT(1) which is usually faster, and much faster in ce... | bamse16 | 2010-01-14 | 1 | -2/+2 |
* | - Upgrade Sequel Pro to be compiled as a 3-way PPC/i386/x86_64 binary for re... | rowanbeentje | 2010-01-09 | 1 | -9/+9 |
* | - Ensure all results for server variable requests are returned as strings, t... | rowanbeentje | 2010-01-03 | 1 | -15/+8 |
* | - Work through static analysis of the source, fixing a number of small memor... | rowanbeentje | 2009-12-14 | 1 | -2/+2 |
* | Delay the releasing of the createTableSyntax variable in SPTableData until we... | stuconnolly | 2009-11-20 | 1 | -15/+14 |
* | When attempting to delete a field that is part of a foreign key relationship,... | stuconnolly | 2009-11-18 | 1 | -3/+11 |
* | • added basic PROCEDURE and FUNCTION INFORMATION | Bibiko | 2009-11-02 | 1 | -19/+36 |
* | Replace the use of hard coded preference keys with constants to prevent issue... | stuconnolly | 2009-10-17 | 1 | -1/+2 |
* | • fixed SPArrayAdditions method 'componentsJoinedByCommas' to use a mutable... | Bibiko | 2009-10-16 | 1 | -0/+38 |
* | • fixed bug while parsing the CREATE TABLE syntax if a column name contains... | Bibiko | 2009-10-09 | 1 | -0/+14 |
* | - When moving or editing table columns, preserve comments and any column det... | rowanbeentje | 2009-10-03 | 1 | -3/+16 |
* | If the SSH tunnel is unable to bind to the local port because there is alread... | stuconnolly | 2009-08-28 | 1 | -6/+1 |
* | - Rework TableContent row count fetching, loading it in the correct location... | rowanbeentje | 2009-08-13 | 1 | -2/+9 |
* | Disable updating the number of rows in the selected table in the table data c... | stuconnolly | 2009-07-21 | 1 | -1/+1 |
* | Merge framework integration branch back to trunk. Summary of changes: | stuconnolly | 2009-07-21 | 1 | -8/+6 |
* | • bug fixed for the case that table status returns NULL for number of rows: | Bibiko | 2009-07-21 | 1 | -1/+1 |
* | Improvements to reporting the correct row count for tables. See issue #141. | stuconnolly | 2009-07-21 | 1 | -0/+9 |
* | • fixed: if SPTableData returns for dict: tableStatus key:Rows = NULL (as f... | Bibiko | 2009-07-20 | 1 | -0/+9 |
* | - Update r1003 to also work with views (fixes Issue #335) | rowanbeentje | 2009-07-15 | 1 | -1/+2 |
* | - Make the DBView window the document window. This allows the document to b... | rowanbeentje | 2009-07-15 | 1 | -2/+3 |
* | Rework data storage and retrieval in TableContent and CustomQuery backing arr... | rowanbeentje | 2009-07-13 | 1 | -0/+1 |
* | Issue 333: Problems with single quotes in table name by escaping the single q... | bamse16 | 2009-07-11 | 1 | -1/+3 |
* | - Make changes to the table structure flush the appropriate table data caches | rowanbeentje | 2009-06-24 | 1 | -0/+7 |