-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
MariaDB - avoid using correlated sub-queries #14630
Commits on Sep 20, 2024
-
Fixing an issue that was stopping the limit from being applied to MyS…
…QL, it needs to wrap the query the same as all other DBs, however it needs to apply the where statement in a slightly different manner.
Configuration menu - View commit details
-
Copy full SHA for efdfbe7 - Browse repository at this point
Copy the full SHA efdfbe7View commit details
Commits on Sep 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b025246 - Browse repository at this point
Copy the full SHA b025246View commit details -
Updates to limit the response of JSON_ARRAYAGG in mysql/mariaDB - rat…
…her than using a limited sub-query which is dis-allowed in MySQL/MariaDB due to the nature of the correlated sub-query.
Configuration menu - View commit details
-
Copy full SHA for 676058b - Browse repository at this point
Copy the full SHA 676058bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 680c68a - Browse repository at this point
Copy the full SHA 680c68aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 617b7df - Browse repository at this point
Copy the full SHA 617b7dfView commit details
Commits on Sep 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 956df10 - Browse repository at this point
Copy the full SHA 956df10View commit details -
Merge branch 'fix/mysql-correlated-queries' of github.com:Budibase/bu…
…dibase into fix/mysql-correlated-queries
Configuration menu - View commit details
-
Copy full SHA for 385c274 - Browse repository at this point
Copy the full SHA 385c274View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a7959e - Browse repository at this point
Copy the full SHA 6a7959eView commit details -
Adding a separation for MariaDB and MySQL, mariaDB is the core of the…
… problem, this solves for it by separating them and allowing us to use the special json_arrayagg for mariaDB, but use a correlated sub-query for MySQL.
Configuration menu - View commit details
-
Copy full SHA for 464f973 - Browse repository at this point
Copy the full SHA 464f973View commit details -
Configuration menu - View commit details
-
Copy full SHA for c643c82 - Browse repository at this point
Copy the full SHA c643c82View commit details -
Configuration menu - View commit details
-
Copy full SHA for 46e0f4c - Browse repository at this point
Copy the full SHA 46e0f4cView commit details