Steve, How are you mapping that property. The following should work (which is how I map all serial id’s):
property name="packageId" column="id" fieldtype="id" generator="sequence" params="{sequence='package_packageId_seq'}" ormtype="integer" sqltype="serial";
--
Love Lucee? Become a supporter and be part of the Lucee project today! - http://lucee.org/supporters/become-a-supporter.html
---
You received this message because you are subscribed to the Google Groups "Lucee" group.
To unsubscribe from this group and stop receiving emails from it, send an email to lucee+un...@googlegroups.com.
To post to this group, send email to lu...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/lucee/c402dbda-9c3d-4ae4-917b-cd6d3ec05414%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
property name="packageId" column=“packageId" fieldtype="id" generator="sequence" params="{sequence='package_packageId_seq'}" ormtype="integer" sqltype="serial";