rhymix/classes/db/queryparts
2011-09-07 17:07:13 +00:00
..
condition Query cache file - added condition to skip null arguments that do not need validation and are not mandatory. 2011-09-06 15:50:30 +00:00
expression Fixed Insert and UpdateExpression bugs - error : Call to a member function getValue() on a non-object in ./classes/db/queryparts/expression/UpdateExpression.class.php 2011-09-07 17:07:13 +00:00
limit bug-fix pagination Limit 2011-06-20 09:25:58 +00:00
order Updated query classes in order to support prepared statements - added support for parameter binding. Added unit tests for mssql select using new prepared statement syntax. 2011-06-20 14:03:27 +00:00
table Update to subquery alias. 2011-07-05 16:10:36 +00:00
Query.class.php Update for query column list argument (selecting just certain columns from a table instead of all). 2011-08-01 14:36:13 +00:00
Subquery.class.php Added unit tests for correlated subqueries - select, from, where. 2011-06-30 15:36:03 +00:00