phinx
phinx copied to clipboard
Implement identity in PostgresAdapter
Working on #2070 . Implementing IDENTITY for column in PostgresAdapter.
@MasterOdin any Chance to get this merged for 0.13? Would be great to have Support in cakephp/Migrations at some point. Thanks a Lot!
ping @ajibarra
Otherwise @swiffer you could also make a new PR from those changes and include the mentioned feedback Then we can merge an alternative PR here as well.
@MasterOdin changes requested has been pushed. For some reason coverage has decreased. One of the issues reported is because of splitting the exception message to avoid PHP CS warning but I can't find the actual reason for the other one (L105-L106) because connect method is called for sure and that lines are executed so I am out of ideas.
@MasterOdin changes requested has been pushed. For some reason coverage has decreased. One of the issues reported is because of splitting the exception message to avoid PHP CS warning but I can't find the actual reason for the other one (L105-L106) because connect method is called for sure and that lines are executed so I am out of ideas.
@dereuromark Maybe you know?
The decrease in code coverage is fine. Most likely some of the formatting changes made here touch upon code that's not tested.
The decrease in code coverage is fine. Most likely some of the formatting changes made here touch upon code that's not tested.
Great then, so it is ready to be merged after approval. Thank you @MasterOdin