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

Poco::Data::RecordSet should be reusable #1203

Closed
obiltschnig opened this issue Mar 16, 2016 · 0 comments
Closed

Poco::Data::RecordSet should be reusable #1203

obiltschnig opened this issue Mar 16, 2016 · 0 comments
Assignees
Milestone

Comments

@obiltschnig
Copy link
Member

Currently it's not possible to re-use a RecordSet after resetting the attached Statement.
While RecordSet has an assignment operator for Statement, assigning a new statement does not reset the RecordSet internal state. Furthermore, RecordSet lacks an assignment operator to assign another RecordSet.
Maybe RecordSet should have a reset() method like Statement.

@obiltschnig obiltschnig self-assigned this Mar 16, 2016
@obiltschnig obiltschnig added this to the Release 1.8.0 milestone Mar 16, 2016
obiltschnig added a commit to Agile-Solutions/poco that referenced this issue Mar 17, 2016
obiltschnig added a commit that referenced this issue Mar 17, 2016
obiltschnig added a commit that referenced this issue Mar 17, 2016
…e reset() from base class

Conflicts:
	Data/src/RecordSet.cpp
obiltschnig added a commit to Agile-Solutions/poco that referenced this issue Mar 17, 2016
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