mysqljs/mysql

true server-side Prepared Statements

開放

#274 建立於 2012年8月14日

 (96 則留言) (12 個反應) (0 位負責人)JavaScript (2,521 個分叉)batch import
featurehelp wanted

倉庫指標

星標
 (18,615 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

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

貢獻者指南