]
Dmitrii Bocharov updated JBIDE-8371:
------------------------------------
Fix Version/s: 4.5.x
(was: 4.4.x)
Query Parameters View: apply parameter value on focus lost
----------------------------------------------------------
Key: JBIDE-8371
URL:
https://issues.jboss.org/browse/JBIDE-8371
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: hibernate
Affects Versions: 3.2.0.CR1
Reporter: Dmitry Geraskov
Assignee: Koen Aers
Fix For: 4.5.x
Test case:
1. create query in HQL Editor:
from test.Message m where m.id = :id
2. propulate the parameter in Parameters view
3. change type to valid(integer)
4. enter the value, but do not press Enter
5. Run the query.
The value is not applied and considered as null.