summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2010-10-25Add test for multiple join sourcesJamie Matthews
2010-10-25Add support for unescaped string constraintsJamie Matthews
2010-10-25Add test and fix implementation of table aliasesJamie Matthews
2010-10-25Add inner, left outer, right outer, full outer joinsJamie Matthews
2010-10-25Initial work on joins. Basic test, join and _add_join methodsJamie Matthews
2010-10-25Add select and select_expr methods to provide control over result columnsJamie Matthews
2010-10-22Fix errors in test suiteJamie Matthews
2010-10-22find_one method now adds LIMIT 1 to queriesJamie Matthews
2010-10-22Simplify mock testing objects and convert query tests to use logged queriesJamie Matthews
2010-10-07Add use_id_column method to allow specifying the ID column to use on a per-in...Jamie Matthews
2010-10-07Simplify where_raw method. This method can now be used in method chains.Jamie Matthews
2010-10-07Add where_in and where_not_in methods, tests and docsJamie Matthews
2010-09-20Unspecified terminal colours now printed in default colour rather than black ...Jamie Matthews
2010-09-20All identifiers (table names, column names) are now quoted with backticksJamie Matthews
2010-09-20Add colouring to test runner, at terminal and in browserJamie Matthews
2010-09-20Test framework now works better when invoked from the command lineJamie Matthews
2010-09-16Add where_not_like method, docs and testJamie Matthews
2010-09-14Add code, tests and docs for inequality operators: where_gt, where_lt, where_...Jamie Matthews
2010-04-12Added support for COUNT queriesJamie Matthews
2010-02-26Fixed multiple bugs in query buildingJamie Matthews
2010-02-13Added where_like method, documentation and tests. Changing API to use alterna...Jamie Matthews
2010-02-13Added raw_query support, documentation and testsJamie Matthews
2010-02-13Added raw_where support, documentation and testsJamie Matthews
2010-02-13Added tests for id_column and id_column_overrides settingsJamie Matthews
2010-02-13Improved comments for test classes, moved all testing functionality out of ma...Jamie Matthews
2010-02-13Initial commit of testsJamie Matthews