Community
Participate
Working Groups
Build Identifier: I20100608-0911 SELECT * FROM JPA.BBB for MySQL 5.0 schema JPA table BBB exist with data after query execution get message box 2 times: http://min.us/mveGIGR then query executed and I get correct result http://min.us/mveYhci with 5 records Reproducible: Always Steps to Reproduce: 1. create MySQL table BBB in JPA schema add 5 records into it 2. create dsdfgd.sql file: >>> SELECT * FROM JPA.BBB >>> 3. open it in SQL File editor - setup Type, Name, Database 4. open it in SQL Query builder - "Run the SQL statement"