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-939] Fix reverse engineering boolean type columns on DB2 #2277

Closed
wants to merge 1 commit into from

Conversation

deeky666
Copy link
Member

@deeky666 deeky666 commented Jan 6, 2016

  • fixes platform's COMMENT ON statement support
  • implements reverse engineering for column comments
  • marks boolean column type commented for distinction

fixes #2182

Fixing the original issue required fixing the partially implemented COMMENT ON statement support first. By fixing this issue, some missing tests have been added for all platforms, too.

This also adds support for reverse engineering custom types as a side effect.

@deeky666
Copy link
Member Author

deeky666 commented Jan 6, 2016

Don't know why postgres is suddenly failing again on PHP 5.6 but it seems very unrelated to this PR.

@Ocramius
Copy link
Member

Ocramius commented Jan 6, 2016

Restarted the build: roll a dice.

@deeky666
Copy link
Member Author

deeky666 commented Jan 6, 2016

Meh. Try that also but no luck :( Not sure what's wrong there. But I didn't touch any postgres code so really no clue...

- fixes platform's COMMENT ON statement support
- implements reverse engineering for column comments
- marks boolean column type commented for distinction

fixes doctrine#2182
@deeky666
Copy link
Member Author

deeky666 commented Jan 8, 2016

@Ocramius green nao :)

Ocramius added a commit that referenced this pull request Sep 9, 2016
…n-on-db2-2.5' into 2.5

Close #2182
Close #2277
Close DBAL-939
@Ocramius Ocramius closed this in 27e2687 Sep 9, 2016
@Ocramius
Copy link
Member

Ocramius commented Sep 9, 2016

Merged into 2.5 and master! Thanks @deeky666!

master: 27e2687
2.5: 9d09d2b

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.

DBAL-939: schema update doesnt detect boolean type correctly
2 participants