DB Project Syntax Checking Error

Discussion of open issues, suggestions and bugs regarding database management and administration tools for MySQL
Post Reply
TheRamraider
Posts: 3
Joined: Fri 03 Dec 2021 11:14

DB Project Syntax Checking Error

Post by TheRamraider » Fri 03 Dec 2021 11:24

Hi ,

I am having an issue with errors building a db project when running a script that runs perfectly on its own.

The issue seem to be around dynamic privileges.

eg.

Code: Select all

CREATE ROLE 'all_read';
GRANT EXECUTE, SELECT, SHOW DATABASES, SHOW VIEW, SHOW_ROUTINE ON *.* TO 'all_read'@'%';
This runs fine as a stand alone script, but in the project refuses to build saying that 'SHOW_ROUTINE' is an unexpected symbol. This also happens for 'FLUSH_OPTIMIZER_COSTS' and a few others, all of which are dynamic privileges.

Anyone think why this might be happening, I have the latest version (Pro).

Thanks

alexa

Re: DB Project Syntax Checking Error

Post by alexa » Sat 04 Dec 2021 10:35

We will fix this issue in one of the next product builds.

dzhanhira
Devart Team
Posts: 239
Joined: Mon 26 Oct 2020 13:49

Re: DB Project Syntax Checking Error

Post by dzhanhira » Fri 10 Dec 2021 07:49

Kindly be informed that a fixed version is available for downloading https://www.devart.com/dbforge/mysql/st ... nload.html

TheRamraider
Posts: 3
Joined: Fri 03 Dec 2021 11:14

Re: DB Project Syntax Checking Error

Post by TheRamraider » Fri 10 Dec 2021 08:24

Thank you, much appreciated.

Post Reply