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 introspection of BLOB columns on SQL Server #4765

Merged
merged 1 commit into from
Aug 28, 2021

Conversation

morozov
Copy link
Member

@morozov morozov commented Aug 27, 2021

Q A
Type bug
BC Break no

Fixes #4760.

@@ -885,17 +886,14 @@ public function testChangeColumnsTypeWithDefaultValue(): void
public function testListTableWithBlob(): void
{
$table = new Table('test_blob_table');
$table->addColumn('id', 'integer', ['comment' => 'This is a comment']);
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This column and assertions are irrelevant to the test.

@morozov morozov requested a review from greg0ire August 28, 2021 04:23
@morozov morozov merged commit a6cc252 into doctrine:3.1.x Aug 28, 2021
@morozov morozov deleted the issues/4760 branch August 28, 2021 14:44
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 29, 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.

SQL Server schema manager introspects BLOB columns as BINARY
2 participants