aboutsummaryrefslogtreecommitdiffstats
path: root/Frameworks/QueryKit/Source
Commit message (Collapse)AuthorAgeFilesLines
* Tidy up file headers.Stuart Connolly2014-01-261-2/+0
|
* Remove SVN property placeholder.Stuart Connolly2014-01-2613-26/+0
|
* Fixed memory leakMarius Ursache2013-11-101-3/+3
|
* Fix format string error in QueryKitavenjamin2013-03-101-1/+1
|
* QueryKit: Update quoting method.stuconnolly2012-07-211-1/+1
|
* QueryKit: Update not equal operator.stuconnolly2012-07-211-1/+1
|
* Rework QueryKit's tests to accept parameters allowing use to run them with ↵stuconnolly2012-07-184-2/+38
| | | | different data sets.
* Don't explicitly define property accessor names.stuconnolly2012-07-1510-54/+54
|
* Add a new order by class.stuconnolly2012-07-1510-91/+316
|
* Comments (missing from previous commit).stuconnolly2012-07-141-2/+2
|
* Comments.stuconnolly2012-07-141-8/+8
|
* Bunch of improvements including uderlying database system support.stuconnolly2012-07-1413-35/+252
|
* Add a new enum to allow us to specify the underlying database system we're ↵stuconnolly2012-07-102-0/+42
| | | | generating queries for.
* Additional QueryKit tests.stuconnolly2012-07-105-13/+21
|
* Improve QueryKit's handling of quotes by making it on by default. Also, add ↵stuconnolly2012-07-099-86/+192
| | | | a bunch more tests.
* Fix QueryKit warning.stuconnolly2012-05-092-1/+31
|
* QueryKit: add clear method so query instances can be reused.stuconnolly2012-03-252-0/+22
|
* QueryKit: Add support for UPDATE queries.stuconnolly2012-03-2511-43/+246
|
* Fix query formatting.stuconnolly2012-03-241-1/+1
|
* Add some more QueryKit tests.stuconnolly2012-02-251-3/+1
|
* Move QueryKit to it's own project.stuconnolly2012-02-2510-0/+987