aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTableContentDataSource.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove SVN property placeholder.Stuart Connolly2014-01-261-2/+0
|
* Change Sequel Pro's license from GPL (version 2) to MIT.stuconnolly2012-07-251-2/+2
|
* - When exporting a query result or filtered table view make sure we're ↵stuconnolly2012-03-201-0/+37
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.