gpc / joda-time

A plugin that Integrates the Joda Time date/time library into Grails
http://gpc.github.com/joda-time
Apache License 2.0
25 stars 38 forks source link

Date are mapped to binary for domain extending anoter one #25

Open bdbogjoe opened 7 years ago

bdbogjoe commented 7 years ago

env

I created a simple app to illustration my issue : https://github.com/bdbogjoe/jodatime-binary After starting app, open H2 db with any SQL browser and you can see that columns are binary in Child table

Other columns in Main or Sample are ok