Skip to content
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] Fix retrieving the database name connected to for SQL Anywhere #847

Merged
merged 2 commits into from
Sep 10, 2015

Conversation

deeky666
Copy link
Member

When connecting to SQL Anywhere without dbname parameter set, the underlying driver emits a undefined index "dbname" when trying to retrieve the database name connected to via Doctrine\DBAL\Driver::getDatabase().
This PR implements the "live" retrieval of the current database as seen in other drivers already.

@doctrinebot
Copy link

Hello,

thank you for creating this pull request. I have automatically opened an issue
on our Jira Bug Tracker for you. See the issue link:

http://www.doctrine-project.org/jira/browse/DBAL-1218

We use Jira to track the state of pull requests and the versions they got
included in.

@deeky666 deeky666 changed the title [DBAL-1217] Fix retrieving the database name connected to for SQL Anywhere [DBAL-1218] Fix retrieving the database name connected to for SQL Anywhere Apr 30, 2015
billschaller pushed a commit that referenced this pull request Sep 10, 2015
[DBAL-1218] Fix retrieving the database name connected to for SQL Anywhere
@billschaller billschaller merged commit a7a5c4a into doctrine:master Sep 10, 2015
@billschaller billschaller self-assigned this Sep 10, 2015
@deeky666 deeky666 deleted the DBAL-1218 branch July 7, 2016 07:27
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 20, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants