rhymix/classes/db/queryparts
2011-08-01 14:36:13 +00:00
..
condition Prepared statements - if argument is not given as array (eg. for IN clauses) even though it should be, convert it to an array. 2011-07-25 16:47:22 +00:00
expression Fixed a few MSSQL bugs - related to array query arguments and increment columns. 2011-07-25 15:35:43 +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