You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. Create a DomainIterator with a query 'x = ?'
2. Insert a parameter named 'x'
3. Generate the application and access the iterator
What is the expected output? What do you see instead?
Expected: The Iterator works successfully
Actual: An exception is displayed: bind or column index out of range
As a workaround, the query can be changed to 'x = :x' as a named query
parameter, but this should be avoided if possible.
For example, if there are no named query parameters in the DomainIterator
query, then all the named parameters should be converted to numeric parameters.
Original issue reported on code.google.com by soundasleep on 26 Jul 2011 at 1:51
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
soundasleep
on 26 Jul 2011 at 1:51The text was updated successfully, but these errors were encountered: