Update dblayeroo tests to supports PGSQL order
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3702 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
@@ -546,6 +546,7 @@ class test_dblayeroo_{ENGINE} extends PHPUnit_Framework_TestCase
|
||||
$res = $db1->select ()
|
||||
->displayAdd ("group")
|
||||
->joinLeft ($db2, array ("group"=>"group"))
|
||||
->orderAdd ("group", "ASC")
|
||||
->execute ();
|
||||
$db1->disconnect ();
|
||||
$db2->disconnect ();
|
||||
|
||||
Reference in New Issue
Block a user