Closed croconut closed 3 weeks ago
Describe the bug a view starting with
create algorithm=merge definer=`root`@`localhost` sql security definer view `viewname`
fails to astify, while
create algorithm=merge view `viewname`
does not
Database Engine msyql
To Reproduce -the SQL that be parsed: see above -the node-sql-parser version: 5.3.3 -the node version: 20.15.1
Expected behavior would expect definer clause to accept users & ip/hosts in backticks
Describe the bug a view starting with
fails to astify, while
does not
Database Engine msyql
To Reproduce -the SQL that be parsed: see above -the node-sql-parser version: 5.3.3 -the node version: 20.15.1
Expected behavior would expect definer clause to accept users & ip/hosts in backticks