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

[7.x] revert PR #33430 #33488

Closed
wants to merge 1 commit into from
Closed

[7.x] revert PR #33430 #33488

wants to merge 1 commit into from

Conversation

rodrigopedra
Copy link
Contributor

As noted by issue #33485 PR #33430 breaks a Laravel app when using the freeTDS driver to connect to SQL Server.

PR #33430 was sent to address issue #32883, but when implementing it I didn't test it against freeTDS drivers. I only tested against Microsoft official drivers ( https://github.com/Microsoft/msphpsql ). It seems freeTDS ise widely used , specially with older versions of SQL Server.

After the issue was reported I started investigating a solution that could solve both issues #33485 and #32883 but I could not find one.

So I am sending this PR to revert the changes made. Issue #32883 will still need to be addressed after reverting it.

I shared some of my findings on a comment on PR #33430 discussion and also presented some alternatives. Please refer to comment #33430 (comment) to have more details about it.

There I said I would send PR for both 6.x and 7.x branches, but I will wait on feedback on this one before sending the second one as maintainers could have a different workflow on back porting features and fixes.

If someone has a better suggestion on how to address this I would be glad to help.

@rodrigopedra rodrigopedra changed the title revert PR #33430 [7.x] revert PR #33430 Jul 9, 2020
@GrahamCampbell
Copy link
Member

Please target this to 6.x, not 7.x.

@GrahamCampbell GrahamCampbell marked this pull request as draft July 10, 2020 01:34
@GrahamCampbell
Copy link
Member

Our standard process is to merge upwards, and not to backport.

@rodrigopedra rodrigopedra changed the base branch from 7.x to 6.x July 10, 2020 09:39
@rodrigopedra rodrigopedra changed the base branch from 6.x to 7.x July 10, 2020 09:40
@rodrigopedra
Copy link
Contributor Author

Thanks @GrahamCampbell . Sent PR #33496 target to branch 6.x

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants