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
When creating a DB\SQL object, spaces in the dbname are escaped by \ characters as required by the DSN. However, when the dbname is extracted from the DSN, the escape \ characters are not removed.
This will cause the schema method to not return any fields as table name will have \ characters in the query. This results in the Mapper not having any fields when accessed.
The text was updated successfully, but these errors were encountered:
When creating a DB\SQL object, spaces in the dbname are escaped by \ characters as required by the DSN. However, when the dbname is extracted from the DSN, the escape \ characters are not removed.
This will cause the schema method to not return any fields as table name will have \ characters in the query. This results in the Mapper not having any fields when accessed.
The text was updated successfully, but these errors were encountered: