-
## Describe the feature
The proposed feature involves refactoring the AutoMigrate capability in GORM to operate as an advanced, optional module instead of being a core integrated function. This…
-
I was hoping to find an implementation of `gorp.Dialect` corresponding to the ql syntax. Does any such thing exist (perhaps in an external project?)
-
### Issue description
Sample App: https://github.com/jamesfredley/grails-website-test/tree/7.0.0-SNAPSHOT
Start with:
./gradlew bootRun
or
./grailsw run-app
```
2024-09-19T08:56:45.142-04…
-
**実装する前にブランチ切ってね!**
■ブランチ切る
0.「ブランチ切るって」なにだろなあ?ぐぐってごらん
1.git flowって?
https://drive.google.com/file/d/0B2LwRp28E7itWkNYTlo5encwUnc/view?usp=sharing
2.```develop/1.0.0```ブランチ作成
3.```feature/issue-…
-
We have been troubleshooting n+1 query behavior resulting from a simple association between two domain objects. We believe this should be prevented by specifying a `fetch: 'join'` mapping on the pare…
-
Configuring Spring Security Core ...
... finished configuring Spring Security Core
ERROR org.hibernate.engine.jdbc.spi.SqlExceptionHelper - Table 'steama.user' doesn't exist
ERROR org.springframe…
-
When a domain hierarchy exists, having a constraint on the child class that checks a field of the child class will cause a grails error `Property [xxx] is not a valid property of class example.` when …
-
I don't know if this belongs here or in the grails-data-mapping/grails-datastore-gorm-hibernate-core but these are WARN level messages, which we can disable using logback but the codebase should proba…
-
It looks like this plugin doesn't work anymore with my Grails/GORM version.
grailsVersion=3.3.4
gormVersion=6.1.9.RELEASE
I got the following error on app startup:
```
org.springframework.bea…
-
Have noticed an exception occuring on random project of the day update:
```
Caused by: org.springframework.orm.hibernate5.HibernateOptimisticLockingFailureException: Batch update returned unexpected…