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

fix getShowDatabasesSQL() in SQLServerPlatform #265

Conversation

deeky666
Copy link
Member

@deeky666 deeky666 commented Feb 1, 2013

The getShowDatabasesSQL() in SQLServerPlatform returns invalid SQL. Maybe copy/paste error from MySqlPlatform? This PR fixes this to return the correct statement.

@doctrinebot
Copy link

Hello,

thank you for positing this Pull Request. I have automatically opened an issue on our Jira Bug Tracker for you with the details of this Pull-Request. See the Link:

http://doctrine-project.org/jira/browse/DBAL-437

@deeky666
Copy link
Member Author

deeky666 commented Feb 1, 2013

Btw: Where is the difference of getShowDatabasesSQL() to getListDatabasesSQL()?

@guilhermeblanco
Copy link
Member

Method getShowDatabasesSQL is deprecated and not used anymore.
I'll close this PR and if you wanna give us a hand, send another PR removing it. IIRC it's only defined in AbstractPlatform, MySQLPlatform and SQLServerPlatform

@deeky666
Copy link
Member Author

deeky666 commented Feb 3, 2013

Alright, thanks for clearing this up. I created another PR #268 which removes the deprecated function in the platforms and tests entirely.

@deeky666 deeky666 deleted the fix-show-databases-sql-sqlserverplatform branch February 3, 2013 18:29
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 1, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants