rhymix/test-phpUnit/db/xml_query/cubrid
2011-07-26 14:40:46 +00:00
..
data Added subquery argument support to more types of queries. 2011-07-05 19:49:20 +00:00
CubridDeleteTest.php Added unit tests for correlated subqueries - select, from, where. 2011-06-30 15:36:03 +00:00
CubridInsertOnlineTest.php Fixed select bug - unless default value is explicitly set as empty string, ignore arguments whose value is empty string. 2011-07-22 11:50:08 +00:00
CubridInsertTest.php 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
CubridSelectOnlineTest.php Update to query argument naming - so that queries that have the same variable name specified in the XML will not fail. 2011-07-26 14:40:46 +00:00
CubridSelectTest.php Update to query argument naming - so that queries that have the same variable name specified in the XML will not fail. 2011-07-26 14:40:46 +00:00
CubridSubqueryTest.php Added subquery argument support to more types of queries. 2011-07-05 19:49:20 +00:00
CubridUpdateTest.php Fixed a few MSSQL bugs - related to array query arguments and increment columns. 2011-07-25 15:35:43 +00:00