Skip to content

Commit

Permalink
Revert "Add Support to Upsert/Insert Ignore on PDB"
Browse files Browse the repository at this point in the history
This reverts commit 36a434c.
  • Loading branch information
victorcmg-fdz committed Jul 4, 2023
1 parent 01f5a35 commit 903a354
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ public void setUp() throws DatabaseFactoryException {
@Test
public void closingAnEngineShouldFlushAndCloseInsertPSsAndCloseCachedPSs(@Capturing final Statement preparedStatementMock)
throws DatabaseEngineException, SQLException, NameAlreadyExistsException {
assumeTrue(!ImmutableList.of("h2", "postgresql", "cockroach").contains(config.vendor));
assumeTrue(!ImmutableList.of("h2", "postgresql").contains(config.vendor));

engine.addEntity(buildEntity("ENTITY-1"));
engine.addEntity(buildEntity("ENTITY-2"));
Expand Down

0 comments on commit 903a354

Please sign in to comment.