Details
Description
PostgreSQL - lastInsertId fails because sequence name on table with column alias on primary key does not work.
DDL created sequence name: <table>_<column name>
Last Insert ID sequence name: <table>_<identifier> (identifer is the field name which can be different to the column name)
Patch:
http://github.com/estahn/doctrine1/tree/DC-832
http://github.com/estahn/doctrine1/commit/5921da9fe159844e354fd280dca8cc156a8680a7