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
Currently the database node within a datasource configuration can only have very basic configuration options. Several PDO drivers do allow (and might require) additional options.
Example would be the charset of a MySQLl PDO connection.
We have to enable additional options for our datasource configuration which can be dynamic in type.
Might be doable by use of the params node.
UAC:
Additional options MUST be configurable within the database node
The text was updated successfully, but these errors were encountered:
Currently the
database
node within a datasource configuration can only have very basic configuration options. Several PDO drivers do allow (and might require) additional options.Example would be the
charset
of a MySQLl PDO connection.We have to enable additional options for our datasource configuration which can be dynamic in type.
Might be doable by use of the
params
node.UAC:
database
nodeThe text was updated successfully, but these errors were encountered: