I have tried the current snapshot Architect-Setup-Windows-jdbc-0.9.11-20080421.exe and the auto increment does not generate the code needed for PostgreSQL. Am I missing something?
I get
This would be ok if the id default was set to
nextval('profile_id_seq')
Or instead of the integer type make it SERIAL
Sean wrote:Hi,
As of the September 19 nightly build auto-increment will be supported in both MySQL and PostgreSQL. Thank you for your suggestions.