pgsql-ast-parser
pgsql-ast-parser copied to clipboard
insert location is less than children
I use the demo statement insert into my_table values (1, 'two') and run with
parse(`insert into my_table values (1, 'two')`, { locationTracking: true })
Then I find insert location is 21,37 content values (1, 'two' loss )
But values range is 28,38 with )