We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 123d987 commit 8e1f62fCopy full SHA for 8e1f62f
tests/system/Database/Live/WriteTypeQueryTest.php
@@ -79,8 +79,7 @@ public function testInsertMulti(): void
79
{
80
$sql = <<<'SQL'
81
INSERT INTO my_table (col1, col2)
82
- VALUES ('Joe', 'Cool')
83
- RETURNING id;
+ VALUES ('Joe', 'Cool');
84
SQL;
85
86
$this->assertTrue($this->db->isWriteType($sql));
0 commit comments