aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTableFieldValidation.m
Commit message (Collapse)AuthorAgeFilesLines
* Formalize [x release], x = nil; conventionMax2015-01-041-1/+1
| | | | | Take this commit as a proposal to formalize our existing "[x release], x = nil;" convention by introducing a macro for it. Feel free to revert this commit if you see issues with the approch or implementation.
* 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
|
* - Fix all the Xcode 4.6.2 build warnings, and tweak warning settings to ↵rowanbeentje2013-05-211-1/+1
| | | | enable some more
* - Fix string type detection, addressing errors when converting string types ↵rowanbeentje2013-04-161-1/+1
| | | | to blob or binary fields (addressing Issue #1453)
* Change Sequel Pro's license from GPL (version 2) to MIT.stuconnolly2012-07-251-15/+19
|
* With the exception of CSV tables, make the initial ID column the primary key ↵stuconnolly2011-06-191-1/+1
| | | | as well as auto increment. Implementes issue #297.
* Tidy up SPTableStructure including moving all the private field type ↵stuconnolly2010-10-281-0/+142
validation methods to their own class, SPTableFieldValidation.