Bug in code generation with key fields
Posted: Sat 16 May 2009 15:19
Every table in my database has a primary key, but when I generate the code, some of the objects are created without primary keys. Not all, but some.
All the tables have the same primary key name, and it is declared the same in every table, this is very strange, and unfortunately you can't tell until you hit an exception when you try to add a record.
All the tables have the same primary key name, and it is declared the same in every table, this is very strange, and unfortunately you can't tell until you hit an exception when you try to add a record.