grails-data-mapping
grails-data-mapping copied to clipboard
GORM - Groovy Object Mapping
### Task List - [x] Steps to reproduce provided - [ ] Stacktrace (if present) provided - [x] Example that reproduces the problem uploaded to Github - [x] Full description...
I observed inconsistent behavior and API when trying to reuse and compose DetachedCriteria instances together: - Criteria composition seems to only work with closure based detached criterias - It seems...
Hi, I've downloaded both 6.1.12.RELEASE and 7.0.4.RELEASE of "org.grails.plugins:hibernate5" and in both sources I see a mapping of _password_ using _username_ in "org.grails.datastore.gorm.jdbc.connections.DataSourceSettings#toProperties". ``` if(password) { properties.put("username", password) } ```...
I tried to upgrade to 4.0.6/7.0.8 since I thought I was experiencing a bug similar to grails/gorm-hibernate5#202, but it appears GORM Data Service Where queries that query on association properties...
I am now trying to make migration in Grails, and here is my domain class: ``` class SomeDomain { String stringField EnumClass enumField static constraints = { stringField nullable: true,...
Not a exactly a software issue, but this still seems like the best place to report it: I see the that [6.1.13.RELEASE](https://github.com/grails/grails-data-mapping/releases/tag/v6.1.13.RELEASE) is an official release here in GitHub, but...
(base) olav@olav-MS-7918:~/projects/git-projects/c4ir-cat$ grails schema-export 85% EXECUTING [670ms] > :schemaExport SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. Command not...
### Task List - [x] Steps to reproduce provided - [x] Stacktrace (if present) provided - [x] Example that reproduces the problem uploaded to Github - [x] Full description of...
### Task List - [x] Steps to reproduce provided - [x] Stacktrace (if present) provided - [ ] Example that reproduces the problem uploaded to Github - [x] Full description...
We are executing db operations within a list of closures to provision a new database into a new schema at runtime, an exception gets thrown by Hibernate when committing to...