Skip to content

PostgreSQL support: Fix lowercase "uniqid" when reading DB

haslersn requested to merge haslersn/framadate:bug/postgres-uniqid into develop

Unfortunately it seems like DBAL always creates lower case column names when using PostgreSQL, even if we supply capital letters. Therefore the "uniqId" column is actually created as "uniqid". This MR fixes that by changing the property back to "uniqId" after reading the DB.

Closes #520

I'm also open to other ways of resolving this issue.

Edited by haslersn

Merge request reports