Misgeneration sources w compounded PK
Brought to you by:
joncrlsn
Hi.
I have found a problem when generating java sources
from database. I'm not sure if is a set-up issue or a bug
in JRF, but for example when I have a table with
compounded primary keys from columns that are not in
order (i.e. cols 1,2, 4), the generated sources are
broken, the compiler complains about that cannot add
PrimaryKeyColumnSpec...