You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Removal of the sql.js requirement; will remove the file shortly.
Significant upgrades to the connection logic; now (mostly) implements prepared queries and parameterized queries by default.
.query has been refactored to use the prepared query logic (in the event of parameters); otherwise, it uses the default Query message.
Messages are now handled as multi-part blocks pushed onto the wire. This is done to allow for a complete multi-part message (IE, prepared statements) to be
messaged without the driver attempting to perform messages out of sequence.
0 commit comments