summaryrefslogtreecommitdiff
path: root/test/QueryBuilderTest.php
AgeCommit message (Collapse)Author
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 ↵Simon Holywell
into develop
2013-08-18Corrects typo in "testJoinWithAliasesAndWhere" method name.Victor Andrée
2013-08-14Uses table alias in WHEREVictor Andrée
If a table alias is used for the main table, it's not valid according to the SQL standard to refer to it by it's "real name" (see http://www.postgresql.org/docs/8.2/static/queries-table-expressions.html #QUERIES-TABLE-ALIASES). This causes problems when doing JOIN with a table alias for the "main table", since previous code always used table name. Now, we check for a table alias.
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