X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=lib%2Ftmp.php;fp=lib%2Ftmp.php;h=0000000000000000000000000000000000000000;hb=519b07c17830f76e97b269a4b2a4936b02a4eae7;hp=e2624817b6da4a97ea0826c9f18e72a4d9b246b9;hpb=89caabf7e3ebc62190fccba97e3bc11f7f32b58c;p=m6w6%2Fpq-gateway diff --git a/lib/tmp.php b/lib/tmp.php deleted file mode 100644 index e262481..0000000 --- a/lib/tmp.php +++ /dev/null @@ -1,34 +0,0 @@ -find(array(array("id>" => 1), array("id IS" => new pq\Query\Expr("NULL")))); -$current = $rowset->current(); -$current->dt->mod(new pq\Query\Expr("- interval '3 day'")); -$current->update(); -var_dump($current); -echo PHP_EOL; \ No newline at end of file