dblayer: return the primarykey value after an insert. If it is not an autoincrement, return the provided value
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3922 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
@@ -95,7 +95,7 @@ class test_dblayer_{ENGINE} extends PHPUnit_Framework_TestCase
|
||||
"where"=>"\$'\"",
|
||||
"with space"=>"with space"));
|
||||
// SQLite start at 1, MySQL start at 0...
|
||||
$this->assertLessThanOrEqual ($res, 1);
|
||||
$this->assertSame ($res, "gr ou\"p");
|
||||
}
|
||||
|
||||
public function test_read1 ()
|
||||
|
||||
Reference in New Issue
Block a user