| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 4 | -39/+712 |
* | - Add a stub override to fix exceptions when code receiving a SPMySQLEmptyRe... | rowanbeentje | 2013-03-13 | 1 | -0/+4 |
* | - 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 | 3 | -32595/+32771 |
* | - Add a new SPMySQLEmptyResult class to SPMySQLFrameowkr, returning it inste... | rowanbeentje | 2013-03-11 | 6 | -39/+215 |
* | 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 | 3 | -3/+10 |
* | - Change the string '=' and '!=' to be case- and collation-insensitive by de... | rowanbeentje | 2013-03-11 | 1 | -2/+2 |
* | - 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 |
* | Fix format string error in QueryKit | avenjamin | 2013-03-10 | 1 | -1/+1 |
* | 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 |
* | - Make the theme background apply to the query favourites editor | rowanbeentje | 2013-03-10 | 1 | -7615/+7628 |
* | - Set Sequel Pro to always run on Integrated Graphics on machines with both ... | rowanbeentje | 2013-03-10 | 1 | -0/+2 |
* | - Fix release builds after r4041 | rowanbeentje | 2013-03-10 | 2 | -0/+1 |
* | Tweak and improve the User Manager: | rowanbeentje | 2013-03-09 | 11 | -7785/+7900 |
* | * 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 |
* | - Fix blurry text in a number of text views in 1.0.x (Possibly caused by IB ... | rowanbeentje | 2013-03-03 | 1 | -32627/+32594 |
* | - 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 | 4 | -65/+154 |
* | 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 | 6 | -11/+9 |
* | - Fix crashes when importing favorites on the connection view, addressing Is... | rowanbeentje | 2013-02-19 | 2 | -5/+16 |
* | - Add a check for SPNotLoaded values when automatically generating new table... | rowanbeentje | 2013-02-18 | 1 | -1/+1 |
* | Fix some 10.8 warnings. | stuconnolly | 2013-02-17 | 2 | -5/+7 |
* | Fix remaining 10.6/7 build warnings. | stuconnolly | 2013-02-17 | 7 | -50/+53 |
* | Minor tidy up. | stuconnolly | 2013-02-17 | 2 | -11/+11 |
* | Fix more warnings. | stuconnolly | 2013-02-17 | 3 | -43/+57 |
* | Fix warnings by not using id for IB outlet references. | stuconnolly | 2013-02-17 | 2 | -39/+37 |
* | Fix more wanrings by creating a protocol that delegates of the copy table sho... | stuconnolly | 2013-02-16 | 14 | -48/+99 |
* | Fix build error with synthesized property affecting only release build of Coda | sqlprodev | 2013-02-14 | 2 | -2/+2 |
* | Changing SP_REFACTOR macro to SP_CODA | sqlprodev | 2013-02-14 | 59 | -1354/+1356 |
* | Changes required to merge Sequel Pro r4011 into Coda | sqlprodev | 2013-02-14 | 22 | -83/+218 |
* | - Merge in changes from 1.0.x release branch to trunk | rowanbeentje | 2013-02-13 | 6 | -18/+22 |
|\ |
|