github-actions
released this
07 Nov 00:57
·
10 commits
to 16-latest
since this release
- feat: implement
scanSync
(#6) (adc8277
, by Mark Roberts) - fix: force some fields to be nullable (
c19b906
, by Alec Larson) - fix: mark fields as optional if their comment contains "if any" (
1fdb431
, by Alec Larson) - fix: integer parsing in libpg_query (#7) (
a198989
, by Mark Roberts) - fix: mark Boolean#boolval as nullable (
ba61e9d
, by Alec Larson) - fix: add a few more A_Expr fields (
89ed72b
, by Alec Larson) - fix: use Expr for any A_Expr/FuncCall-accepting field (
af71884
, by Alec Larson) - fix: ensure
Alias#colnames
is optional (e28ae92
, by Alec Larson) - fix: check for {} type in inferFieldMetadata script (
3e43e8f
, by Alec Larson)