aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTableContentDelegate.m
Commit message (Collapse)AuthorAgeFilesLines
* Move table content filter logic to it's own file.stuconnolly2012-08-151-0/+1
|
* Change Sequel Pro's license from GPL (version 2) to MIT.stuconnolly2012-07-251-3/+3
|
* * Fixes the case of the curious @"es"'sdmoagx2012-05-171-1/+1
|
* #ifdef'ing out references to frameworks that are not used in SP_REFACTOR buildssqlprodev2012-03-291-0/+4
|
* - Clean up SPMySQL and QueryKit inclusion and search methods, which should ↵rowanbeentje2012-03-271-1/+1
| | | | | | | fix nightly builds - Fix warnings
* - When exporting a query result or filtered table view make sure we're ↵stuconnolly2012-03-201-0/+778
including the entire content of BLOBs, not just what we display. Fixes issue #1124. - Move SPTableContent's table view datasource and delegate methods to separate categories in order to reduce it's size.