George Pittarelli
George Pittarelli
Currently, if you do `blankshield.open('url', '', 'width=100')` the `'width=100'` (and any other windowFeatures) is effectively ignored because they actually get passed to `window.open` as the second argument (windowName). This change...
Implements parsing for INSERT and UPDATE queries, per the MySQL 5.7 grammar. Includes pretty printing + test cases. (Note: for my own purposes, I've published this branch under `@gpittarelli/js-sql-parser`)
Fixes RCtrl and AltGr being silently lost in terminal connections.