mysqljs/mysql

true server-side Prepared Statements

Open

#274 aberto em 14 de ago. de 2012

Ver no GitHub
 (96 comments) (12 reactions) (0 assignees)JavaScript (2.502 forks)batch import
featurehelp wanted

Métricas do repositório

Stars
 (18.137 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

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

Guia do colaborador