On Sep 13, 1:11 am, mscdex <[email protected]> wrote: > mariasql 0.1.5 has been released. Get it now from npm: `npm install > mariasql`. > > The most notable change in this version is the inclusion of support > for client-side/emulated prepared statements using either/both > `:name_123` or `?` style placeholders. Example usage of these prepared > statements can be found in the readme.
I should also note that this prepared query support ensures that placeholders inside of string literals do not get recognized/replaced (e.g. "SELECT * FROM foo WHERE status = '?' AND id = :id" when parsed, only finds one placeholder, ":id"). -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
