Skip to content

Comments

Match preparedstatement.js execute behavior to statement.js#246

Open
mikhuang wants to merge 1 commit intoCraZySacX:masterfrom
mikhuang:master
Open

Match preparedstatement.js execute behavior to statement.js#246
mikhuang wants to merge 1 commit intoCraZySacX:masterfrom
mikhuang:master

Conversation

@mikhuang
Copy link

PreparedStatement.execute's implementation returns whether result is a ResultSet (this seems unintentional)

Statement.execute's implementation, made a few days later, returns ResultSet or update count.

This change matches behavior between Statement and PreparedStatement.

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.

1 participant