pgsql-ast-parser icon indicating copy to clipboard operation
pgsql-ast-parser copied to clipboard

insert location is less than children

Open wszgrcy opened this issue 2 years ago • 0 comments

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 ) image

wszgrcy avatar Aug 22 '23 12:08 wszgrcy