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

Fixes and Tests for Issues #5, #6 and #7 #8

Merged
merged 3 commits into from
Mar 26, 2020
Merged

Fixes and Tests for Issues #5, #6 and #7 #8

merged 3 commits into from
Mar 26, 2020

Conversation

rko281
Copy link
Contributor

@rko281 rko281 commented Mar 20, 2020

Implement the suggested fixes discussed in issues #5, #6 and #7.
Add test cases for these issues; updating existing tests to reflect changes.

All tests run green.

@@ -7,6 +7,24 @@ Class {
#category : #'MySQL-Core-Tests-Integration-Base'
}

{ #category : #tests }
MySQLServerStatementFetchTest >> _testReadNextRow [
Copy link
Contributor

Choose a reason for hiding this comment

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

this kind of name is not at all how conventions are (the underscore).
can you suggest a better name?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thanks for the comment; have rewritten the test cases longhand as that seems to be the general pattern elsewhere.

@estebanlm estebanlm merged commit fa2b74d into pharo-rdbms:master Mar 26, 2020
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.

2 participants