node-jdbc icon indicating copy to clipboard operation
node-jdbc copied to clipboard

Match preparedstatement.js execute behavior to statement.js

Open mikhuang opened this issue 2 months ago • 0 comments

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.

mikhuang avatar Nov 20 '25 23:11 mikhuang