upgraded to MySQL v9.0

- workflows, tools, docs, qmake, CMake, ...
This commit is contained in:
silverqx
2024-07-03 16:52:11 +02:00
parent d5819e2797
commit afe299e6b0
23 changed files with 45 additions and 45 deletions

View File

@@ -1021,7 +1021,7 @@ All databases except SQL Server require the columns in the second argument of th
:::
:::info
Row and column aliases will be used with the MySQL server >=8.0.19 instead of the VALUES() function as is described in the MySQL [documentation](https://dev.mysql.com/doc/refman/8.4/en/insert-on-duplicate.html). The MySQL server version is auto-detected and can be overridden in the [configuration](/database/getting-started.mdx#configuration).
Row and column aliases will be used with the MySQL server >=8.0.19 instead of the VALUES() function as is described in the MySQL [documentation](https://dev.mysql.com/doc/refman/9.0/en/insert-on-duplicate.html). The MySQL server version is auto-detected and can be overridden in the [configuration](/database/getting-started.mdx#configuration).
:::
## Update Statements