Releases: ProxySQL/ParserSQL
Releases · ProxySQL/ParserSQL
Release list
v1.0.10
Changes
- Fix MySQL
SETparsing gaps covered by ProxySQL parser migration tests. - Add coverage for assignment forms and expressions needed by ProxySQL
set_parser_algorithm=3validation.
Validation
- ParserSQL unit suite: 1274 passed, 37 integration tests skipped in the default non-integration run.
- ProxySQL debug validation with this ParserSQL build:
make cleanall,make build_deps -j32,make debug -j32,make build_tap_test_debug -j32. - ProxySQL TAP groups:
unit-tests-g1passed 45/45,set_parser_algorithm_3-g1passed 14/361 with 0 failures.
v1.0.9
Build fix: Makefile now uses CXX ?= g++ so an environment-provided CXX (e.g. clang++) is honored. Fixes clang builds in containers without g++ (exit 127). No functional/parser changes vs 1.0.8.
v1.0.3
What's Changed
- fix(set): handle PostgreSQL SET TIME ZONE alias and multi-value lists by @renecannao in #38
Full Changelog: v1.0.2...v1.0.3
v1.0.2
What's Changed
- Add SQL parser foundation: core types, arena, tokenizer, classifier by @renecannao in #4
- fix(set): comma-separation after NAMES/CHARSET, ON keyword values, empty-result detection by @renecannao in #37
Full Changelog: https://github.com/ProxySQL/ParserSQL/commits/v1.0.2