cakephp / phinx

PHP Database Migrations for Everyone
https://phinx.org
MIT License
4.46k stars 892 forks source link

Ensure PostgresAdapter::useIdentity is always initialized #2222

Closed othercorey closed 12 months ago

othercorey commented 12 months ago

Wrapper package would call setConection() without connect() causing useIdentity to not be set.

othercorey commented 12 months ago

This was the wrong change.