v1.25.8
What's Changed
- feat: update XSD and DTD to support bind tag and cleanup unused elements by @eatmoreapple in #527
- refactor: change QueryHandler and Middleware to use sql.Rows interface by @eatmoreapple in #528
- refactor: transition core execution to sql.Rows interface by @eatmoreapple in #529
- feat(sql): implement RowsBuffer and refactor tests by @eatmoreapple in #530
- refactor(sql): move convertAssign from rows.go to buf.go by @eatmoreapple in #531
- refactor: relocate and split node package implementations by @eatmoreapple in #532
- refactor: export stmt package from internal to sql by @eatmoreapple in #533
- perf: optimize GenericParameter.Clear() to use clear() instead of nil… by @eatmoreapple in #534
- optimize: cache path segments to reduce repeated string splitting by @eatmoreapple in #535
- refactor(sql): simplify Iter API to use iter.Seq2[T, error] by @eatmoreapple in #536
Full Changelog: v1.25.7...v1.25.8