Query Services Name is not getting validated properly
Brought to you by:
ddepinet,
rameshdanala
Query Name should not contain any spaces but it is not
being reported by the Model Editor.
I made the mistake of putting a space in the query
name and then when i tried to run the query, it gave
wierd error like could not format the query. Basically the
issue was that the optional query generates the function
name based on the query name and space was creating
a java compilation error in the function name but the
kind of error it reported really threw me off.
Logged In: YES
user_id=718471
Fixed for V 1.2.0 . The function name generated will
replace spaces in the query name with underscores.