-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DBAL-1218: [GH-847] [DBAL-1217] Fix retrieving the database name connected to for SQL Anywhere #1165
Comments
Comment created by @doctrinebot: |
Comment created by @doctrinebot: |
1 similar comment
Comment created by @doctrinebot: |
Comment created by @doctrinebot: |
Issue was closed with resolution "Fixed" |
Comment created by @doctrinebot: |
Comment created by @doctrinebot: |
Comment created by @doctrinebot: |
1 similar comment
Comment created by @doctrinebot: |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Jira issue originally created by user @doctrinebot:
This issue is created automatically through a Github pull request on behalf of deeky666:
Url: #847
Message:
When connecting to SQL Anywhere without
dbname
parameter set, the underlying driver emits aundefined index "dbname"
when trying to retrieve the database name connected to viaDoctrine\DBAL\Driver::getDatabase()
.This PR implements the "live" retrieval of the current database as seen in other drivers already.
The text was updated successfully, but these errors were encountered: