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

ref #2597 Fix function getListTablesSQL() for SQL Server #2598

Closed
wants to merge 1 commit into from

Conversation

cgardiennet
Copy link

Fix done for ref #2597!
Waiting for review and merge !

@Ocramius
Copy link
Member

Needs tests, both unit and functional ones

@cgardiennet
Copy link
Author

@Ocramius : i'm a newbee on posting fix on github, what's needed exactly ?

@Ocramius
Copy link
Member

See https://github.com/doctrine/dbal/blob/master/tests/Doctrine/Tests/DBAL/Platforms/SQLServerPlatformTest.php for an example of how existing tests for this platform were written. Also, a test that fails before this patch is applied, and describes what the original issue is, is needed.

We generally do not merge work without full coverage of an issue.

@cgardiennet
Copy link
Author

@Ocramius : If i'm writing tests for this patch, do i need to create a full new PR ?

@Ocramius
Copy link
Member

Ocramius commented Jan 12, 2017 via email

@photodude
Copy link
Contributor

@cgardiennet have you had a chance to get to the unit tests for this? Seems like a good improvement just needs to get tests implemented.

@malandles
Copy link

Poking the thread as it's been a year already. I applied the change on my project and it fixed the related issues with the schemas and SQL Server. I am not currently able to put tests in place though.

@Majkl578
Copy link
Contributor

@malandles Unfortunately tests are still missing and we can't consider bugfixes without them. If you can provide one, it could help resolving this bug/PR.

@cgardiennet
Copy link
Author

I'll try to provide tests, but I didn't have time for this PR. And I also don't have an SQL Server DB available for now.

@Majkl578
Copy link
Contributor

@cgardiennet Hi, we've added CI testing (Travis + AppVeyor) against multiple SQL Server versions recently in #2617 & #3050. You can now try writing a blind functional test and see how it goes on CI without having SQL Server locally. 😏

Base automatically changed from master to 4.0.x January 22, 2021 07:43
@morozov
Copy link
Member

morozov commented Jul 9, 2021

Closing as stale and missing tests.

@morozov morozov closed this Jul 9, 2021
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 20, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants