aboutsummaryrefslogtreecommitdiffstats
path: root/Frameworks/QueryKit/Tests/QKUpdateQueryTests.m
Commit message (Collapse)AuthorAgeFilesLines
* QueryKit: Add test to check the explicit use of a database name in an update ↵stuconnolly2012-07-211-0/+9
| | | | query.
* Rework QueryKit's tests to accept parameters allowing use to run them with ↵stuconnolly2012-07-181-36/+39
| | | | different data sets.
* Get rid of test case headers.stuconnolly2012-07-151-1/+10
|
* Remove test output.stuconnolly2012-07-151-6/+2
|
* Add a new order by class.stuconnolly2012-07-151-0/+2
|
* Bunch of improvements including uderlying database system support.stuconnolly2012-07-141-4/+6
|
* Improve QueryKit's handling of quotes by making it on by default. Also, add ↵stuconnolly2012-07-091-15/+24
| | | | a bunch more tests.
* QueryKit: Add support for UPDATE queries.stuconnolly2012-03-251-0/+82