Skip to content

Fix case sensitivity in SQLite column types #7050

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

Merged
merged 2 commits into from
Jul 22, 2025

Conversation

27pchrisl
Copy link
Contributor

@27pchrisl 27pchrisl commented Jul 21, 2025

Q A
Type bug
Fixed issues #7049

Summary

This change makes the regular expression case-insensitive so it matches the original casing in the definition.

@derrabus
Copy link
Member

Awesome, thank you!

@derrabus derrabus merged commit ac336c9 into doctrine:4.3.x Jul 22, 2025
86 checks passed
derrabus added a commit that referenced this pull request Jul 26, 2025
* 4.3.x:
  feat: add more pdo jobs with stringify fetches (#7052)
  Fix case sensitivity in SQLite column types (#7050)
  Fix length type in `MySQLSchemaManager` with `ATTR_STRINGIFY_FETCHES` enabled (#7028)
  Fix Symfony 8 compatibility issues (#7009)
  Quote MySQL constraint names for foreign keys
derrabus added a commit to derrabus/dbal that referenced this pull request Jul 26, 2025
* 4.4.x:
  Document the JSON_OBJECT type (doctrine#7054)
  [RFC] Introduce Types::JSON_OBJECT (doctrine#7053)
  feat: add more pdo jobs with stringify fetches (doctrine#7052)
  Fix case sensitivity in SQLite column types (doctrine#7050)
  Fix length type in `MySQLSchemaManager` with `ATTR_STRINGIFY_FETCHES` enabled (doctrine#7028)
  Fix Symfony 8 compatibility issues (doctrine#7009)
  Quote MySQL constraint names for foreign keys
morozov pushed a commit to morozov/dbal that referenced this pull request Jul 27, 2025
* 4.4.x:
  Document the JSON_OBJECT type (doctrine#7054)
  [RFC] Introduce Types::JSON_OBJECT (doctrine#7053)
  feat: add more pdo jobs with stringify fetches (doctrine#7052)
  Fix case sensitivity in SQLite column types (doctrine#7050)
  Fix length type in `MySQLSchemaManager` with `ATTR_STRINGIFY_FETCHES` enabled (doctrine#7028)
  Fix Symfony 8 compatibility issues (doctrine#7009)
  Quote MySQL constraint names for foreign keys
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants