We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09187a5 commit d5b0d64Copy full SHA for d5b0d64
tests/JoinSqlTest.php
@@ -139,10 +139,6 @@ public function testJoinSaving2(): void
139
140
$this->db->connection->dsql()->table('contact')->where('id', 2)->delete();
141
142
- if ($this->getDatabasePlatform() instanceof OraclePlatform) { // TODO
143
- $this->markTestIncomplete('TODO - for some reasons, result below has one different key');
144
- }
145
-
146
$m_u2->unload();
147
$m_u2 = $m_u->createEntity();
148
$m_u2->set('name', 'Sue');
0 commit comments