-
Notifications
You must be signed in to change notification settings - Fork 626
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
ConversionException when upgrading from 3.8.11.2 to 3.20.1 #296
Comments
|
Downgrading |
While I'm not working with SQLite I'm hit by the same problem with a PostgreSQL database. So I'd say this is a problem with Eclipselink 2.7.0. Downgrade to 2.6.5 worked for me, too. For reference: https://bugs.eclipse.org/bugs/show_bug.cgi?id=522408 |
@benallard - Please close this issue, since it seem related to the SQLite JDBC driver. Thanks. |
Fair enough, closing here. |
3.8.11.2 is working fine. When I upgrade, I get this error:
Might well be related to #88, not sure about that though.
This happens when running my tests in a
:memory:
database, so no migration of older data is involved here.The text was updated successfully, but these errors were encountered: