column names can be too long
Brought to you by:
jackknifebarber
Generated column names can exceed the db size limit. Also, it is impossible to have a column named <classname>Id since it will get translated into CLASSNAME_ID which conflicts with the tjdo id column. The attached files fix both these problems when applied the the current cvs + jca patch. They may also fix them without the jca patch, I haven't tested.