Closed
Description
Is there an existing issue for this?
- I have searched the existing issues
Description
what i expect is where i use sql mode, multiline comment dont cause multi sql string split failed
Steps To Reproduce
copy this sql below to demo.gethue.com editor and you will get the error
/**
- some1
- some2
**/
-- selet *
SELECT * FROM employee1;
-- some else
SELECT * FROM employee_txt;
Logs
No response
Hue version
open source current master
Activity