You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found a bug with postgreSQL. If you're using postgreSQL's driver, when Respect\Mapper::checkNewIdentity calls PDO::lastInsertId(), it must pass the sequence name as a parameter to this method. Currently, the pk column is setted with postgreSQL OID.
The text was updated successfully, but these errors were encountered:
@tuliobraga Excuse the late response and thank you for bringing this to our attention.
Please have a look at #44 and give us a short description of your environment and include the results of the unit tests if you can get them to run against PostgreSQL (they use SQLite AFAIK.
We also need to get an idea what changes are required to the tests to make them work against PostgreSQL.
How did you deal with the postgres schemas?
Did you notice any other problems we should look at?
I found a bug with postgreSQL. If you're using postgreSQL's driver, when Respect\Mapper::checkNewIdentity calls PDO::lastInsertId(), it must pass the sequence name as a parameter to this method. Currently, the pk column is setted with postgreSQL OID.
The text was updated successfully, but these errors were encountered: