mysqljs/mysql

true server-side Prepared Statements

オープン

#274 opened on 2012/08/14

 (96 件のコメント) (12 件のリアクション) (0 人の担当者)JavaScript (2,521 件のフォーク)batch import
featurehelp wanted

Repository metrics

Stars
 (18,615 個のスター)
PR merge metrics
 (PR metrics pending)

説明

I noticed that Prepared Statements seem to be emulated client-side by escaping certain characters.

Any plans to fully support service-side Prepared Statements? This can be done via the binary protocol, but there's a slower SQL-based approach available for non-binary clients: http://dev.mysql.com/doc/refman/5.5/en/sql-syntax-prepared-statements.html

コントリビューターガイド