Skip to content

Conversation

@augeneinblick
Copy link
Contributor

Eclipse CLA is signed.

PR including the quickfix with testcases for issue #34.

@vietj vietj added the to review label Feb 7, 2016
conn.query("SELECT * FROM timestamptest;", onSuccess(rs2 -> {
assertNotNull(rs2);
assertNotNull(rs2.getResults());
conn.execute("DROP TABLE timestamptest", onSuccess(rs3 -> {
Copy link
Contributor

Choose a reason for hiding this comment

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

Generally, I'd recommend dropping the table before the test and not after it. You can then check the database if anything strange happened after running the test.

@Narigo
Copy link
Contributor

Narigo commented Feb 7, 2016

Great, thanks for this PR, I will check it out locally and add the proposed changes to the code!

@vietj
Copy link
Contributor

vietj commented Feb 7, 2016

👍

@Narigo
Copy link
Contributor

Narigo commented Feb 8, 2016

Please have a look at #37 which includes these changes.

@Narigo Narigo closed this Feb 8, 2016
@Narigo Narigo removed the to review label Feb 8, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants