Is there a ways to selectively turn off error checking

Discussion of open issues, suggestions and bugs regarding database management and administration tools for MySQL
Post Reply
terryweiss
Posts: 5
Joined: Wed 06 May 2015 21:39

Is there a ways to selectively turn off error checking

Post by terryweiss » Tue 25 Oct 2016 16:31

I have a number of sprocs that were pulled into a project. They heavily use temporary tables and the dbForge editor complains the fields in the temp tables don't exist in this context (they do - the code works). Consequently the project can't build and also can't compare. I have solved this before using executes against prepared statements, but it is a lot of work just to get around a parser. I would just like to be able say that a file in my project should not be error checked. Is that possible?

alexa

Re: Is there a ways to selectively turn off error checking

Post by alexa » Thu 27 Oct 2016 08:00

There is no such a possibility. Though, we may support temporary tables in one of the next product versions.

Post Reply