v1.25.6
What's Changed
- feat: add parameter key into context data by @eatmoreapple in #510
- Prefix pattern matcher paramter by @eatmoreapple in #511
- feat: implement bind node support with improved architecture by @eatmoreapple in #512
- fix: fix bind name conflict by @eatmoreapple in #513
- refactor: move bind node parameter handling to buildStatementParameters by @eatmoreapple in #514
- reactor: remove unnecessary attribute by @eatmoreapple in #515
- refactor: remove redundant RawBytes check from rowDestination by @eatmoreapple in #516
- refactor: use generic type assertion for RowScanner in MultiRowsResul… by @eatmoreapple in #517
- refactor(binder): optimize reflection usage with reflect.TypeFor by @eatmoreapple in #518
- refactor: extract SQL execution logic into separate sql package by @eatmoreapple in #519
- feat: add backward compatibility layer for SQL binding functions by @eatmoreapple in #520
- refactor: fix typos and improve code documentation by @eatmoreapple in #521
- refactor: remove caching from reflectlite.Value struct by @eatmoreapple in #522
Full Changelog: v1.25.5...v1.25.6