You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently just set the jdbc-type to the default for the java type. But if the datastore type is inconsistent with that then this leads to errors. Better option is to come up with a default based on the datastore column (when it exists). With JDO we don't want to allow this since there is a default defined there, so have it controlled via a boolean persistence property
The text was updated successfully, but these errors were encountered:
We currently just set the jdbc-type to the default for the java type. But if the datastore type is inconsistent with that then this leads to errors. Better option is to come up with a default based on the datastore column (when it exists). With JDO we don't want to allow this since there is a default defined there, so have it controlled via a boolean persistence property
The text was updated successfully, but these errors were encountered: