Skip to content

Releases: ProxySQL/ParserSQL

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