New release for node-firebird <https://www.npmjs.com/package/node-firebird> 
driver 
with one bug fix and a few improvements :

Fix a problem with sequential read (#78 
<https://github.com/hgourvest/node-firebird/issues/78>)

Improvement : Reading of fetched packet

Experimental : Add params to connection (cacheQuery and maxCachedQuery).
when cacheQuery is set to true each query is cached for faster re-use 
during the connection like in Jaybird 
<https://github.com/FirebirdSQL/jaybird>.
after the query is cached these steps are saved :

   1. Query allocation
   2. Compilation and Plan
   3. Describe

https://www.npmjs.com/package/node-firebird


-- 
Job board: http://jobs.nodejs.org/
New group rules: 
https://gist.github.com/othiym23/9886289#file-moderation-policy-md
Old group rules: 
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 unsubscribe from this group and stop receiving emails from it, send an email 
to nodejs+unsubscr...@googlegroups.com.
To post to this group, send email to nodejs@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/nodejs/729cd2b2-cb9f-41b8-ba0d-3ccbb79ea042%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to