pg-query-parser icon indicating copy to clipboard operation
pg-query-parser copied to clipboard

This Package not working on Apple m1 pro 2021 laptop

Open sarankrishna opened this issue 4 years ago • 0 comments

I was using this Package on my previous mac book pro 2016 with an intel chipset. It was working without any error. Now I upgraded my laptop with Apple M1 MacbookPro 2021. With the m1 silicon this package is not working. It is not throwing any error also. when the parse method is executed, program get terminated without any error. Below line I am referring where I am having error

const query = parser.parse('SELECT * FROM test_table').query;

sarankrishna avatar Dec 15 '21 12:12 sarankrishna