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

added more sqlalchemy methods and attributes to the TwistedResultProxy a... #10

Merged
merged 2 commits into from Oct 5, 2013

Conversation

boyombo
Copy link
Contributor

@boyombo boyombo commented Oct 5, 2013

...pi
Added first() and keys() methods, and rowcount and returns_rows attributes from the sqlalchemy ResultProxy api.
Added tests and modified the api_reference documentation to include these changes.

def test_returns_rows(self):
#engine = create_engine()
#d = engine.execute("CREATE TABLE testtable (id int)")
#self.successResultOf(d)
Copy link
Owner

@alex alex Oct 5, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These lines can be removed it looks like?

alex added a commit that referenced this pull request Oct 5, 2013
added more sqlalchemy methods and attributes to the TwistedResultProxy a...
@alex alex merged commit cbbb808 into alex:master Oct 5, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants