You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think this block has to be before fetch dnsAttributes and unset descriptor["persistent"]. Otherwise persistent variable is joined to dsnAttributes and PostgreSql throw error about it.
I use postgresql, and I follow the phalcon's documents to set the persistent option, the code below
It cause fatal error: SQLSTATE[08006] [7] invalid connection option "persistent". I must change my code like this:
and the code can work.
is it a bug? or just the document is wrong?
The text was updated successfully, but these errors were encountered: