Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ignore DomainIterator named query parameters if the query does not use named parameters #276

Open
GoogleCodeExporter opened this issue May 15, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

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

@GoogleCodeExporter
Copy link
Author

mass tagging old issues to future work

Original comment by soundasleep on 26 Sep 2011 at 9:54

  • Added labels: Milestone-Release0.7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant