nextras / orm

Orm with clean object design, smart relationship loading and powerful collections.
https://nextras.org/orm
MIT License
310 stars 57 forks source link

Support PostgreSQL 12 #383

Closed honzarac closed 4 years ago

honzarac commented 4 years ago

Describe the bug ORM does not support PostreSQL v12.1. When I try to execute some command I get exception

ERROR:  column ad.adsrc does not exist
LINE 8:     coalesce(co.contype = 'p' AND strpos(ad.adsrc, 'nextval'...

To Reproduce Execute some command on ORM with PostreSQL 12.1

Versions::

hrach commented 4 years ago

This is an issue of dbal which has been fixed in master. https://github.com/nextras/dbal/pull/85 Will release stable asap.

honzarac commented 4 years ago

I was not sure if it is issue of orm or dbal. But it is great new. Thank you for your great support!

hrach commented 4 years ago

Relased 3.1.2 & 3.0.2 https://github.com/nextras/dbal/releases/tag/v3.1.2