-
Notifications
You must be signed in to change notification settings - Fork 62
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
Config setting no longer true by default #84
Comments
I've done some tests and it's not a problem of the plugin but something related to Grails. I tried with a very simple project (https://github.com/ilopmar/pg-extensions-grails3-jsonb-example-app) and with Grails 3.0.10 or above the problem exist. I need to dig into grails source code to see what has changed and then check the values correctly in the plugin. |
@ilopmar Ah, ok. Sounds good. Thanks! |
It seems that this commit may be related to the change: grails/grails-core@50cf244 |
Fixed in |
With previous versions of the plugin, you did not have to specify the
sequence_per_table
config setting and it would default to true. Looks like now you do have to explicitly set it otherwise you get a NPE on this line -- https://github.com/kaleidos/grails-postgresql-extensions/blob/master/src/main/groovy/net/kaleidos/hibernate/PostgresqlExtensionsDialect.java#L60The text was updated successfully, but these errors were encountered: