oguimbal/pgsql-ast-parser

insert location is less than children

Opened this issue · 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