| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * Fix ivars from last commit | dmoagx | 2013-04-26 | 1 | -0/+10 |
* | * Move some duplicate code for charset/collation to it's own class | dmoagx | 2013-04-26 | 6 | -256/+462 |
* | * Changed a query (addressing issue #1687) | dmoagx | 2013-04-24 | 2 | -16/+16 |
* | * Composite Foreign Keys will now show all columns in Relation view (workaround) | dmoagx | 2013-04-21 | 4 | -8/+16 |
* | - Fix string type detection, addressing errors when converting string types ... | rowanbeentje | 2013-04-16 | 3 | -4/+4 |
* | - Specify the NULL status of fields when creating view placeholders on expor... | rowanbeentje | 2013-04-14 | 1 | -1/+5 |
* | Use constants instead of hard coded strings. | stuconnolly | 2013-04-07 | 1 | -58/+82 |
* | - Fix process list kill query/connection actions not using the correct ID if... | rowanbeentje | 2013-04-03 | 1 | -3/+3 |
* | Split the process list controller's table view data source and delegate metho... | stuconnolly | 2013-04-03 | 3 | -64/+133 |
* | Issue #1601: Fix menu items not being validated properly once a connection is... | stuconnolly | 2013-04-03 | 1 | -49/+63 |
* | - Fix newline warnings | rowanbeentje | 2013-04-03 | 1 | -1/+1 |
* | - Move the SPBeginWaitingAlertSheet function to a beginWaitingAlertSheetWith... | rowanbeentje | 2013-04-03 | 5 | -111/+139 |
* | - Fix validation of the "Add to Favorites" File menu item when editing past ... | rowanbeentje | 2013-04-02 | 1 | -3/+3 |
* | - Fix query status and error message title to not always suggest an error ha... | rowanbeentje | 2013-04-01 | 2 | -0/+6 |
* | - Alter the SPComboPopupButton to ignore clicks started in the left-hand par... | rowanbeentje | 2013-04-01 | 2 | -5/+4 |
* | Combine the "Run All" and "Run Current/Previous/Selection" buttons into a sin... | rowanbeentje | 2013-03-31 | 6 | -71/+512 |
* | * Add support for specifying a collation when creating a table | dmoagx | 2013-03-20 | 2 | -4/+89 |
* | Fix build warning. | stuconnolly | 2013-03-19 | 1 | -0/+1 |
* | - Fix errors when editing or moving columns on server vesions which do not s... | rowanbeentje | 2013-03-19 | 4 | -19/+10 |
* | Make some small tweaks to string BINARY handling: | rowanbeentje | 2013-03-17 | 1 | -5/+3 |
* | * Add support for ALTER DATABASE statement (needs review) | dmoagx | 2013-03-17 | 2 | -0/+141 |
* | - Correctly reset document state for setting it from file/when duplicating t... | rowanbeentje | 2013-03-13 | 1 | -2/+3 |
* | - Improve startup when loading from file, preventing overwrite of details re... | rowanbeentje | 2013-03-12 | 3 | -2/+12 |
* | * Adding the possibility to set a collation when creating a database | dmoagx | 2013-03-11 | 2 | -1/+87 |
* | Adjust keywords list to fix auto capitalisation of "ON". | avenjamin | 2013-03-11 | 1 | -1/+1 |
* | * When adding a database the servers default charset is now shown | dmoagx | 2013-03-11 | 2 | -3/+10 |
* | - Allow Favorites import to read favorites from an old preferences .plist fi... | rowanbeentje | 2013-03-11 | 1 | -2/+10 |
* | - Alter the preferences favourite minimum version to avoid issues with previ... | rowanbeentje | 2013-03-10 | 1 | -7/+13 |
* | Restore tab bar label when cancelling a connection. | avenjamin | 2013-03-10 | 1 | -1/+2 |
* | * Add support for querying the server default charset and collation | dmoagx | 2013-03-10 | 4 | -34/+76 |
* | - If the Custom Query editor view is active on window open, correctly set th... | rowanbeentje | 2013-03-10 | 1 | -3/+6 |
* | - Fix release builds after r4041 | rowanbeentje | 2013-03-10 | 1 | -0/+1 |
* | Tweak and improve the User Manager: | rowanbeentje | 2013-03-09 | 7 | -73/+236 |
* | * Add support for querying MySQL 4 for collations | dmoagx | 2013-03-07 | 3 | -0/+60 |
* | - Fix crashes in the User Manager when fields don't validate but a save/canc... | rowanbeentje | 2013-03-07 | 2 | -1/+14 |
* | - Alter the content filter manager and the query favourite manager to import... | rowanbeentje | 2013-03-06 | 2 | -22/+52 |
* | - If date-type fields are cleared, and allow NULLs, save the cell value as N... | rowanbeentje | 2013-03-06 | 2 | -3/+3 |
* | - Fix an error parsing SQL inside an unterminated delimiter statement causin... | rowanbeentje | 2013-03-05 | 1 | -1/+1 |
* | - Apply schlabberdog's fix for log #3969, addressing Issue #1647 | rowanbeentje | 2013-03-05 | 1 | -0/+5 |
* | - End editing for deleting content filter or query favourites, addressing ex... | rowanbeentje | 2013-03-05 | 2 | -0/+8 |
* | - Add support for export path tokens containing non-alphanumeric characters,... | rowanbeentje | 2013-03-04 | 2 | -14/+68 |
* | - Detect deleted or non-writable folders for export targets and give appropr... | rowanbeentje | 2013-03-03 | 1 | -4/+34 |
* | - Alter the database creation sheet to correctly use the selected new databa... | rowanbeentje | 2013-03-02 | 2 | -39/+16 |
* | - Fix handling of primary keys listing multiple fields of which an early fie... | rowanbeentje | 2013-03-01 | 1 | -1/+1 |
* | - Fix escaping of backlsashes in non-LIKE clauses, addressing string matchin... | rowanbeentje | 2013-02-28 | 1 | -12/+21 |
* | Move the table triggers controller delegate methods to their own category. | stuconnolly | 2013-02-21 | 3 | -63/+138 |
* | Fix build. | stuconnolly | 2013-02-21 | 2 | -6/+11 |
* | - When favorites in the connection view gave no password, no longer set the ... | rowanbeentje | 2013-02-21 | 5 | -3/+65 |
* | - Fix handling of double-dash style comments within field names, addressing ... | rowanbeentje | 2013-02-20 | 1 | -2/+3 |
* | - Default to disabling SSH multiplexing to avoid connection issues as per Is... | rowanbeentje | 2013-02-20 | 5 | -11/+7 |