-
Notifications
You must be signed in to change notification settings - Fork 56
Testing against MariaDB 11.8 for https://github.com/nextcloud/server/… #1295
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
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Joas Schilling <[email protected]>
Signed-off-by: Joas Schilling <[email protected]>
Signed-off-by: Joas Schilling <[email protected]>
Signed-off-by: Joas Schilling <[email protected]>
As mentioned here #1252 (comment), the reason of the incompatibility with 11.8 is that |
Mmh, does that mean we need to rename the column, or can this be worked around by quoting the column? |
Honestly, I don’t know how quoting the column could be done in the db framework. I haven’t looked into that, and I didn’t spend a lot of time understanding the code. If it’s possible, that could be a workaround, but I don’t know if it’s a good solution in the sense of maintainability.But I see that changing the name is not something done easily either.On 27 Jul 2025, at 09:04, Marcel Klehr ***@***.***> wrote:marcelklehr left a comment (nextcloud/recognize#1295)
Mmh, does that mean we need to rename the column, or can this be worked around by quoting the column?
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you commented.Message ID: ***@***.***>
|
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.
|
'vector' is a reserved keyword now in mariadb see #1295 Signed-off-by: Marcel Klehr <[email protected]>
'vector' is a reserved keyword now in mariadb see #1295 Signed-off-by: Marcel Klehr <[email protected]>
'vector' is a reserved keyword now in mariadb see #1295 Signed-off-by: Marcel Klehr <[email protected]>
'vector' is a reserved keyword now in mariadb see #1295 Signed-off-by: Marcel Klehr <[email protected]>
'vector' is a reserved keyword now in mariadb see #1295 Signed-off-by: Marcel Klehr <[email protected]>
'vector' is a reserved keyword now in mariadb see #1295 Signed-off-by: Marcel Klehr <[email protected]>
…issues/51596