xp-framework/rdbms

Dataset generator doesn't detect PK in postgresql

treuter opened this issue · 1 comments

When creating dataset classes with the framework's generator the primary keys doesn't get detected for postgresql databases. Therefore no getBy() methods are created and after saving a new row the value of the auto increment column remains unset in the object.

Fixed by PR #22