aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPObjectAdditions.h
Commit message (Collapse)AuthorAgeFilesLines
* * Added two helper methods for working with nil/NSNull in arraysMax Lohrmann2016-04-091-0/+6
| | | | | | | * Fixed a case of "Updating UI from background thread" when navigating foreign keys *within* a table * Fixed navigating foreign keys of binary columns causing exceptions if the origin table is not in latin1 and the binary data not "text like" (#2098). * As a consequence binary columns will now use Hex representation when navigating FKs. * Added a new content filter to do "= UNHEX($x)" as an interim solution
* Add support for CURRENT_TIMESTAMP(n) in default/on update column of ↵Max2015-11-041-0/+5
| | | | DATETIME/TIMESTAMP fields (part of #2315)
* Update URL in source file header to point to GitHub.Stuart Connolly2014-01-261-1/+1
|
* Remove SVN property placeholder.Stuart Connolly2014-01-261-2/+0
|
* Change Sequel Pro's license from GPL (version 2) to MIT.stuconnolly2012-07-251-13/+22
|
* Warning: this branch commit is largely untested, and known to throw ↵rowanbeentje2012-02-231-0/+31
exceptions as database structure retrieval is currently missing! Further work on SPMySQLFramework integration: - Improve SPMySQL framework build settings including correct ppc builds and a Distribution configuration for the build distributions to match - Add new convenience querying and result methods to the framework - Amend Sequel Pro source to use the new SPMySQL.framework methods everywhere, replacing MCPKit methods where they differ and improving some functions - Remove MCPKit from the source - Fix a number of warnings on Release-style builds