mysqljs/mysql

true server-side Prepared Statements

Open

#274 aperta il 14 ago 2012

Vedi su GitHub
 (96 commenti) (12 reazioni) (0 assegnatari)JavaScript (2502 fork)batch import
featurehelp wanted

Metriche repository

Star
 (18.137 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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

Guida contributor