Beta 6: Build fails on using references on information_schema in own projects
Posted: Thu 14 Mar 2013 08:55
Hi Support Team,
testing Beta 6 version will cause a problem on a project which works in version 5.
I have a function in my project, which references a table of the information_schema of MySQL. A simple select on the table 'information_schema.`COLUMNS`'. When try to build it, it stops build or sync with an error message '3 The name 'information_schema.`COLUMNS`' does not exist in the current context D:\...\f_wbc_SetFlag.sql 18 7' and also the usage of the columns of that table will produce this error (in the same select statement). In version 5 it works without any problem.
MySQL tables should be all available in each context.
Cheers
testing Beta 6 version will cause a problem on a project which works in version 5.
I have a function in my project, which references a table of the information_schema of MySQL. A simple select on the table 'information_schema.`COLUMNS`'. When try to build it, it stops build or sync with an error message '3 The name 'information_schema.`COLUMNS`' does not exist in the current context D:\...\f_wbc_SetFlag.sql 18 7' and also the usage of the columns of that table will produce this error (in the same select statement). In version 5 it works without any problem.
MySQL tables should be all available in each context.
Cheers