Skip to content

Conversation

susnux
Copy link
Contributor

@susnux susnux commented Jul 28, 2025

Q A
Type bug
Fixed issues #7060

Summary

Since MariaDb 11.7 there is a new reserved word VECTOR which needs to be quoted for e.g. table names. Otherwise dbal will not work with MariaDb LTS 11.8.

Since MariaDb 11.7 there is a new reserved word `VECTOR` which needs to
be quoted for e.g. table names. Otherwise dbal will not work with
MariaDb LTS 11.8.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
@susnux susnux changed the base branch from 4.3.x to 3.10.x July 28, 2025 14:55
@derrabus derrabus closed this Jul 29, 2025
@derrabus derrabus reopened this Jul 29, 2025
@derrabus derrabus added this to the 3.10.1 milestone Aug 4, 2025
@derrabus derrabus merged commit 1332b9e into doctrine:3.10.x Aug 4, 2025
60 checks passed
@derrabus derrabus changed the title fix(MariaDb): add support of new reserved word VECTOR (11.7+) Add support of new reserved word VECTOR (MariaDB 11.7+) Aug 4, 2025
@susnux susnux deleted the fix/mariadb-11 branch August 5, 2025 09:24
derrabus added a commit to derrabus/dbal that referenced this pull request Aug 5, 2025
* 3.10.x:
  CI: Update SQL Server to version 2022 (doctrine#7069)
  fix(MariaDb): add support of new reserved word `VECTOR` (11.7+) (doctrine#7061)
  Fix binding null as a boolean parameter on pgsql (doctrine#7059)
derrabus added a commit to derrabus/dbal that referenced this pull request Aug 5, 2025
* 4.3.x:
  CI: Update SQL Server to version 2022 (doctrine#7069)
  fix(MariaDb): add support of new reserved word `VECTOR` (11.7+) (doctrine#7061)
  Improve deprecation
  Update schema definition documentaion
  Fix binding null as a boolean parameter on pgsql (doctrine#7059)
derrabus added a commit to derrabus/dbal that referenced this pull request Aug 5, 2025
* 4.4.x:
  CI: Update SQL Server to version 2022 (doctrine#7069)
  fix(MariaDb): add support of new reserved word `VECTOR` (11.7+) (doctrine#7061)
  Improve deprecation
  Update schema definition documentaion
  Fix binding null as a boolean parameter on pgsql (doctrine#7059)
  Use provided length for enum type if given for non-mysql platform (doctrine#7034)
derrabus added a commit to derrabus/dbal that referenced this pull request Aug 5, 2025
* 4.4.x:
  CI: Update SQL Server to version 2022 (doctrine#7069)
  fix(MariaDb): add support of new reserved word `VECTOR` (11.7+) (doctrine#7061)
  Improve deprecation
  Update schema definition documentaion
  Fix binding null as a boolean parameter on pgsql (doctrine#7059)
  Use provided length for enum type if given for non-mysql platform (doctrine#7034)
derrabus added a commit that referenced this pull request Aug 5, 2025
|      Q       |   A
|------------- | -----------
| Type         | improvement
| Fixed issues | Follows #7061

#### Summary

This class has been introduced by #7061, but it would be empty on 5.0
due to the removal of the keyword list feature.
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