Skip to content

3.28.0 - Add support for nested subpath (JSON) expressions

Compare
Choose a tag to compare
@gwynne gwynne released this 11 Jul 02:06
· 17 commits to main since this release
b2f128c
This patch was authored and released by @gwynne.

Adds a new (defaulted) SQLDialect method for correctly generating JSON subpath syntax on a per-dialect basis. Add SQLNestedSubpathExpression to enable actually invoking the method.