| Commit message (Expand) | Author | Age | Files | Lines |
* | - If date-type fields are cleared, and allow NULLs, save the cell value as N... | rowanbeentje | 2013-03-06 | 1 | -2/+2 |
* | - Fix escaping of backlsashes in non-LIKE clauses, addressing string matchin... | rowanbeentje | 2013-02-28 | 1 | -12/+21 |
* | Fix remaining 10.6/7 build warnings. | stuconnolly | 2013-02-17 | 1 | -5/+0 |
* | Fix more wanrings by creating a protocol that delegates of the copy table sho... | stuconnolly | 2013-02-16 | 1 | -8/+0 |
* | Changing SP_REFACTOR macro to SP_CODA | sqlprodev | 2013-02-14 | 1 | -115/+115 |
* | Changes required to merge Sequel Pro r4011 into Coda | sqlprodev | 2013-02-14 | 1 | -2/+9 |
* | Remove useless init and dealloc method comments and perform general tidy up. | stuconnolly | 2013-01-22 | 1 | -13/+5 |
* | - Fix a problem where the row count for InnoDB would not be displayed as an ... | rowanbeentje | 2013-01-21 | 1 | -45/+16 |
* | Make some improvements to the Table Content Filter, particularly for text fie... | rowanbeentje | 2012-12-23 | 1 | -1/+1 |
* | - Allow table content pagination to preserve the current filter type, includ... | rowanbeentje | 2012-11-21 | 1 | -5/+14 |
* | - Fix exceptions when using the content filter table clear button | rowanbeentje | 2012-11-20 | 1 | -1/+1 |
* | - Improve use of the table content filter, no longer removing focus from it ... | rowanbeentje | 2012-11-20 | 1 | -5/+14 |
* | - When a table content sort is cancelled because a row save operation fails,... | rowanbeentje | 2012-11-20 | 1 | -2/+5 |
* | - Add names for most threads created by Sequel Pro for easier debug | rowanbeentje | 2012-10-14 | 1 | -3/+4 |
* | - Improve filter clearing logic, addressing Issue #1438 (pagination controls... | rowanbeentje | 2012-08-23 | 1 | -11/+9 |
* | - Alter table content endEditingFor calls to not be made if the undo manager... | rowanbeentje | 2012-08-21 | 1 | -14/+32 |
* | Move table content filter logic to it's own file. | stuconnolly | 2012-08-15 | 1 | -208/+29 |
* | Filter window should observe use table view gridlines preference. | stuconnolly | 2012-08-14 | 1 | -10/+23 |
* | - Add linebreak display in the database processes list, preventing display o... | rowanbeentje | 2012-08-06 | 1 | -0/+1 |
* | - Alter table content Advanced Table Filter query preview area to use standa... | rowanbeentje | 2012-08-01 | 1 | -2/+2 |
* | - Remove the last BWToolKit view items from the main nib (DBView) by redesig... | rowanbeentje | 2012-07-29 | 1 | -10/+15 |
* | * Restore filter window functionality | dmoagx | 2012-07-25 | 1 | -1/+1 |
* | Change Sequel Pro's license from GPL (version 2) to MIT. | stuconnolly | 2012-07-25 | 1 | -16/+23 |
* | - Fix use of the pagination jump-to-page functions, addressing Issue #1376 | rowanbeentje | 2012-06-20 | 1 | -3/+5 |
* | * Fixes the case of the curious @"es"'s | dmoagx | 2012-05-17 | 1 | -3/+3 |
* | - Manually allocate memory for table selection restoration processing instea... | rowanbeentje | 2012-05-13 | 1 | -3/+7 |
* | - Alter table filtering to reset pagination when filters are entered; pagina... | rowanbeentje | 2012-05-08 | 1 | -4/+9 |
* | - Manually handle some SPFileHandle memory management to significantly impro... | rowanbeentje | 2012-04-12 | 1 | -0/+3 |
* | #ifdef'ing out references to frameworks that are not used in SP_REFACTOR builds | sqlprodev | 2012-03-29 | 1 | -0/+2 |
* | - Clean up SPMySQL and QueryKit inclusion and search methods, which should f... | rowanbeentje | 2012-03-27 | 1 | -3/+1 |
* | tweaks to compile on Xcode 4 / 10.6 SDK for SP_REFACTOR | sqlprodev | 2012-03-27 | 1 | -2/+9 |
* | - Fix an exception when attempting to preserve the selection in a table with... | rowanbeentje | 2012-03-24 | 1 | -3/+12 |
* | - Rework SPTableData PRIMARY KEY and UNIQUE KEY parsing to use SPSQLParser i... | rowanbeentje | 2012-03-22 | 1 | -19/+141 |
* | Update error message. | stuconnolly | 2012-03-20 | 1 | -1/+1 |
* | - When exporting a query result or filtered table view make sure we're includ... | stuconnolly | 2012-03-20 | 1 | -897/+122 |
* | - When cancelling a sort on the table content view, don't display an error m... | rowanbeentje | 2012-03-20 | 1 | -1/+1 |
* | - When refreshing the table content view, preserve column widths for columns... | rowanbeentje | 2012-03-20 | 1 | -0/+12 |
* | - Add a base64Encoding method for convenience when the result should be all ... | rowanbeentje | 2012-03-18 | 1 | -2/+2 |
* | - Remove the GPL-licensed Colloquy-sourced NSNotificationAdditions category ... | rowanbeentje | 2012-03-17 | 1 | -24/+1 |
* | Warning: this branch commit is largely untested, and known to throw exception... | rowanbeentje | 2012-02-23 | 1 | -85/+76 |
* | - Cleanup: improve compatibility with 10.7 SDK to reduce compiler warnings | rowanbeentje | 2012-02-08 | 1 | -10/+10 |
* | - Expicitly cast parameters before passing into NSString formatters assuming... | rowanbeentje | 2012-01-09 | 1 | -2/+2 |
* | - Fix two incorrect initialisations; thanks to sqlprodev for spotting these | rowanbeentje | 2011-10-20 | 1 | -1/+1 |
* | - Update code to use NSStrings for NSTableColumn identifiers, as per 10.7 SDK | rowanbeentje | 2011-10-17 | 1 | -38/+28 |
* | - Rework table data saving to ensure that cells that should be edited via th... | rowanbeentje | 2011-10-05 | 1 | -178/+146 |
* | - Fix editing of binary string values, a regression in r3428; addresses log ... | rowanbeentje | 2011-09-22 | 1 | -0/+3 |
* | Rework linebreak handling in content and custom query result views, as trigge... | rowanbeentje | 2011-09-21 | 1 | -11/+29 |
* | - Require there to be at least 50 rows to be in the table before using the "... | rowanbeentje | 2011-09-07 | 1 | -1/+1 |
* | Tidy up console/query controller. | stuconnolly | 2011-09-03 | 1 | -0/+1 |
* | Tidy up. | stuconnolly | 2011-08-27 | 1 | -0/+8 |