| Q | A
|------------ | ------
| BC Break | no
| Version | 2.8.0
(#2868) - still does not work, even after upgrade to newer veresion of doctrine/dbal package, I still have same problem with nonexisting min_value column.
In PDOConnection.php line 107:
[PDOException (42703)]
SQLSTATE[42703]: Undefined column: 7 ERROR: column "min_value" does not ex
ist
LINE 1: SELECT min_value, increment_by FROM "administrator_activitie...
Im using default query.
I would like what am I doing wrong, since the issue was solved and this problem does not seem to be happening for others.
@MattCzerner did you configure server_version=10 in your DBAL config or param serverVersion=10 in DATABASE_URL env variable?
@Besedin86 . Oh, thats it, thank you very much :)
Most helpful comment
@MattCzerner did you configure
server_version=10in your DBAL config or paramserverVersion=10in DATABASE_URL env variable?