mysqljs/mysql

true server-side Prepared Statements

Open

#274 创建于 2012年8月14日

在 GitHub 查看
 (96 评论) (12 反应) (0 负责人)JavaScript (18,137 star) (2,502 fork)batch import
featurehelp wanted

描述

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

贡献者指南