Skip to content

Commit

Permalink
grails.gorm.flushMode wrong default value
Browse files Browse the repository at this point in the history
Default value for grails.gorm.flushMode was changed from AUTO to COMMIT in GORM 6.1, but this was not fixed in the docs as well. Candidate fix for grails#514
  • Loading branch information
andersaaberg authored Feb 23, 2022
1 parent 8b6a08a commit 1a65963
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ You can refer to the link:../api/org/grails/orm/hibernate/connections/HibernateC
[format="csv", options="header"]
|===
name,description,default value
`grails.gorm.flushMode`, The flush mode to use, `AUTO`
`grails.gorm.flushMode`, The flush mode to use, `COMMIT`
`grails.gorm.failOnError`, Whether to throw an exception on validation error, `false`
`grails.gorm.default.mapping`,The default mapping to apply to all classes, `null`
`grails.gorm.default.constraints`,The default constraints to apply to all classes, `null`
Expand Down

0 comments on commit 1a65963

Please sign in to comment.