Subject | Node Firebird driver node-firebird 0.7.0 is released with bugfixes and improvements |
---|---|
Author | |
Post date | 2015-10-07T11:54:51Z |
New release for node-firebird driver with one bug fix and a few improvements :
Fix a problem with sequential read (#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.
after the query is cached these steps are saved :
- Query allocation
- Compilation and Plan
- Describe