Skip to content
This repository has been archived by the owner on Sep 3, 2023. It is now read-only.

v0.2.6

Pre-release
Pre-release
Compare
Choose a tag to compare
@bobozaur bobozaur released this 08 Apr 12:24
· 55 commits to master since this release

Optimized row deserialization and data iterator serialization (currently only used for prepared statements).
Added support for duplicate named parameters in the prepared statement at the cost of a HashMap allocation (actual data is only cloned on-demand, if duplicates are encountered).