Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Won't Do
-
None
-
None
Description
Implement prepare statement
API :
Connection.prepare(sql[,callback])
Connection.unprepare(sql[,callback])
Connection.execute(sql[, values][,callback])
Prepare statement must be cached client side with a LRU cached with max size defined by option "maxPreparedStatements"