Android-Debug-Database icon indicating copy to clipboard operation
Android-Debug-Database copied to clipboard

Incorrectly convert SQL statement for quoted table name

Open youjhihchao opened this issue 5 years ago • 0 comments

It incorrectly converts statement like: select * from plu where pluNo='1000035' to select * from [plu] where [plu]No='1000035'

youjhihchao avatar Mar 08 '19 02:03 youjhihchao