Commit 873077a6 authored by Alexander Butenko's avatar Alexander Butenko

update copy() test

parent 6c0ed987
......@@ -360,6 +360,8 @@ if ($c != 3) {
echo "copy with subquery count failed";
exit;
}
unset ($cnt);
$data = $db->get('users');
if (count($data) != 3) {
echo "copy with subquery data count failed";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment