Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 333350

Summary: Validation Failed message for correct SQL after query execution
Product: [Tools] Data Tools Reporter: Vitali Yemialyanchyk <vyemialyanchyk>
Component: SQL Query BuilderAssignee: dtp.sqldevtools-inbox <dtp.sqldevtools-inbox>
Status: NEW --- QA Contact:
Severity: normal    
Priority: P3 CC: vyemialyanchyk
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Vitali Yemialyanchyk CLA 2010-12-30 14:13:35 EST
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"