Skip to content

Releases: ProxySQL/ParserSQL

v1.0.10

Choose a tag to compare

@renecannao renecannao released this 08 Jul 16:18
a5cd096

Changes

  • Fix MySQL SET parsing gaps covered by ProxySQL parser migration tests.
  • Add coverage for assignment forms and expressions needed by ProxySQL set_parser_algorithm=3 validation.

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-g1 passed 45/45, set_parser_algorithm_3-g1 passed 14/361 with 0 failures.

v1.0.9

Choose a tag to compare

@renecannao renecannao released this 04 Jun 20:43
3cfc581

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

Choose a tag to compare

@renecannao renecannao released this 23 May 02:47
905bf6e

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

Choose a tag to compare

@renecannao renecannao released this 03 May 08:05
1abe6be

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