Closed maresb closed 3 years ago
I ran into this when the encoding on my sql file was wrong
Thanks @lisa-ellevation. The script was choking on the UTF-8 BOM. (I generated the .sql
script with mssql-scripter).
I wrote a PR with a quick fix.
Hello @maresb
The MS SQL scripts are usually in UTF-16. It is nice if UTF-8 can be understood as well. Let's review your PR :-)
Thanks for the ticket and the fix!
bonne soirée
The first two lines of my MS SQL script are
I'm encountering the following bug:
The error occurs on this line and from what I can tell, the parentheses in this line seem to be preventing the match.
My perl is unfortunately fairly rusty, so I'm not sure how to fix this, or even why I'm getting this error in the first place.
More info: