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

Add 'void select(String statement, ResultHandler handler)' to org.apache.ibatis.session #9

Closed
GoogleCodeExporter opened this issue Mar 17, 2015 · 6 comments

Comments

@GoogleCodeExporter
Copy link

Reporter:    François Schiettecatte

There are only two select() methods in org.apache.ibatis.session:

 void select(String statement, Object parameter, ResultHandler handler);

 void select(String statement, Object parameter, RowBounds rowBounds,
ResultHandler handler);

Would be nice to add this one for symmetry:

 void select(String statement, ResultHandler handler); 

Original issue reported on code.google.com by clinton....@gmail.com on 17 May 2010 at 1:32

@GoogleCodeExporter
Copy link
Author

Original comment by clinton....@gmail.com on 17 May 2010 at 1:33

  • Added labels: Type-Enhancement
  • Removed labels: Type-Defect

@GoogleCodeExporter
Copy link
Author

Original comment by clinton....@gmail.com on 17 May 2010 at 3:17

  • Added labels: Type-Defect, Priority-Low, Version-Release3.x, Component-SqlMaps
  • Removed labels: Type-Enhancement, Priority-Medium

@GoogleCodeExporter
Copy link
Author

Original comment by clinton....@gmail.com on 17 May 2010 at 3:23

  • Added labels: Type-Feature
  • Removed labels: Type-Defect

@GoogleCodeExporter
Copy link
Author

Original comment by nathan.m...@gmail.com on 31 May 2010 at 3:18

  • Changed state: Started

@GoogleCodeExporter
Copy link
Author

Original comment by nathan.m...@gmail.com on 31 May 2010 at 3:34

  • Changed state: Fixed

@GoogleCodeExporter
Copy link
Author

Original comment by nathan.m...@gmail.com on 31 May 2010 at 3:35

  • Added labels: Target-Release3.0.2

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