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