Skip to content

Releases: ProxySQL/ParserSQL

v1.0.9

04 Jun 20:43
3cfc581

Choose a tag to compare

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

23 May 02:47
905bf6e

Choose a tag to compare

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

03 May 08:05
1abe6be

Choose a tag to compare

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