pdb
pdb copied to clipboard
H2Engine persist method useAutoInc incorrect usage
Similar issue is found on other implementations.
See: https://github.com/feedzai/pdb/blob/6fd034a710ef0a8ddb45de31b96a2308683e6d9a/src/main/java/com/feedzai/commons/sql/abstraction/engine/impl/H2Engine.java#L520-L524
The logic moved into AbstractDatabase.java and also fixed:
https://github.com/feedzai/pdb/blob/e7364e267518182ecab5da9e6fdc5659fee630f8/src/main/java/com/feedzai/commons/sql/abstraction/engine/AbstractDatabaseEngine.java#L768
Can we close this issue?