Ticket #5 (closed defect: fixed)

Opened 6 years ago

Last modified 5 years ago

MySQL Support

Reported by: eitan Assigned to: eitan
Priority: major Component: authentication
Version: Keywords:
Cc:

Description

MySQL Support.

Change History

07/18/06 16:26:04 changed by eitan

the main issue with mysql was the fact that i was specifying the primary key generator as a sequence, something that is supported mostly by postgres and oracle. i have now switched to using sequences only for postgres and the native pk generation algorithm (class="native") for all other databases.

tested with mysql v5. see com.u2d.persist.HBMMaker for details.

12/13/06 17:06:02 changed by eitan

  • status changed from new to closed.
  • resolution set to fixed.
  • component set to authentication.

afaik this issue is fixed / closed.