Skip to content

Conversation

nickvergessen
Copy link
Member

…issues/51596

@kapcake
Copy link

kapcake commented Jul 26, 2025

As mentioned here #1252 (comment), the reason of the incompatibility with 11.8 is that vector is now a reserved keyword, but also the column name for table recognize_face_detections.

@marcelklehr
Copy link
Member

Mmh, does that mean we need to rename the column, or can this be worked around by quoting the column?

@kapcake
Copy link

kapcake commented Jul 27, 2025 via email

@nickvergessen
Copy link
Member Author

I guess rename (prefix) is easier and less problematic, because the missing quoting would be required in the migration schema logic of Doctrine DBAL etc.

  1. Change column name in existing migration to fix new installs
  2. Create a new migration that creates it if it does not exist yet
  3. In the Post method copy data from old to new, if both columns exist
  4. Create a new migration that deletes the old column if it exists

marcelklehr added a commit that referenced this pull request Jul 27, 2025
'vector' is a reserved keyword now in mariadb

see #1295

Signed-off-by: Marcel Klehr <[email protected]>
marcelklehr added a commit that referenced this pull request Jul 27, 2025
'vector' is a reserved keyword now in mariadb

see #1295

Signed-off-by: Marcel Klehr <[email protected]>
marcelklehr added a commit that referenced this pull request Jul 27, 2025
'vector' is a reserved keyword now in mariadb

see #1295

Signed-off-by: Marcel Klehr <[email protected]>
marcelklehr added a commit that referenced this pull request Jul 27, 2025
'vector' is a reserved keyword now in mariadb

see #1295

Signed-off-by: Marcel Klehr <[email protected]>
backportbot bot pushed a commit that referenced this pull request Jul 28, 2025
'vector' is a reserved keyword now in mariadb

see #1295

Signed-off-by: Marcel Klehr <[email protected]>
backportbot bot pushed a commit that referenced this pull request Jul 28, 2025
'vector' is a reserved keyword now in mariadb

see #1295

Signed-off-by: Marcel Klehr <[email protected]>
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.

3 participants