Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 333350 - Validation Failed message for correct SQL after query execution
Summary: Validation Failed message for correct SQL after query execution
Status: NEW
Alias: None
Product: Data Tools
Classification: Tools
Component: SQL Query Builder (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: dtp.sqldevtools-inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-30 14:13 EST by Vitali Yemialyanchyk CLA
Modified: 2010-12-30 14:13 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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"