Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

H2Engine persist method useAutoInc incorrect usage #59

Open
tnovo opened this issue Apr 27, 2017 · 1 comment
Open

H2Engine persist method useAutoInc incorrect usage #59

tnovo opened this issue Apr 27, 2017 · 1 comment

Comments

@tnovo
Copy link

tnovo commented Apr 27, 2017

Similar issue is found on other implementations.

See:

if (useAutoInc) {
ps = entities.get(name).getInsert();
} else {
ps = entities.get(name).getInsertWithAutoInc();
}

@HiuKwok
Copy link

HiuKwok commented Apr 15, 2020

The logic moved into AbstractDatabase.java and also fixed:

public final synchronized Long persist(final String name,

Can we close this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants