summaryrefslogtreecommitdiff
path: root/test/QueryBuilderTest.php
AgeCommit message (Expand)Author
2016-12-14#236 add test proving multiple raw wheres workSimon Holywell
2014-06-24Support named placeholders logging and testKunio Murasawa
2014-05-28Merge pull request #202 from lrlopez/where_id_in-2Simon Holywell
2014-05-28Merge pull request #201 from lrlopez/where_any_isSimon Holywell
2014-05-18where_id_in() for selecting multiple records by primary keyLuis Ramón López
2014-05-18Multiple OR'ed conditions supportLuis Ramón López
2014-05-06Modify test to run query with db not explicitly setAndrew Meredith
2014-04-261. Adjustment of code to work with multiple raw_joins 2. Test multiple raw joinsIgor Moiseev
2014-04-26Implemetation of raw_joinIgor Moiseev
2014-04-26Tests for compound primary keys queries addedLuis Ramón López
2014-04-26INSERT queries are now compound primary keys awareLuis Ramón López
2014-01-23Issue #176 add test for reported case - passesSimon Holywell
2013-08-28Add MS SQL `TOP` style syntax supportSimon Holywell
2013-08-28Merge branch 'vicvicvic-wherealias' of https://github.com/vicvicvic/idiorm in...Simon Holywell
2013-08-18Corrects typo in "testJoinWithAliasesAndWhere" method name.Victor Andrée
2013-08-14Uses table alias in WHEREVictor Andrée
2013-05-08Ignore result columns when calling a aggregate functionTasso Evangelista
2013-04-16Add support for T-SQL style TOP clausesSebastien Bariteau
2013-01-23Finish transferring tests into PHPUnitSimon Holywell
2013-01-22Add in more phpunit tests\!Simon Holywell
2013-01-21Add more query building testsSimon Holywell
2013-01-18Add more tests to suiteSimon Holywell
2013-01-18Move more query tests over to PHPUnitSimon Holywell
2013-01-17Begin moving query building tests into phpunitSimon Holywell