sqlparser icon indicating copy to clipboard operation
sqlparser copied to clipboard

not support field chinese and dbs function

Open binlaniua opened this issue 9 years ago • 0 comments

this sql contain chinese field alias

select 1 as 测试 from dual report panic: syntax error at position 15 near � [recovered]

this sql contain dbs function

select 1 from dual where utl_encode.base64_decode(rawtohex(1)) report panic: syntax error at position 52 [recovered]

binlaniua avatar Oct 18 '16 06:10 binlaniua