sqlhooks icon indicating copy to clipboard operation
sqlhooks copied to clipboard

when using wraper driver, table name has Double quotes

Open huangyong-170207 opened this issue 3 years ago • 1 comments

when using wraper dierver, code like this: image sql exec err for table name has double quotes, image

when not using wraper, code like this image sql exec success, table name change ok image

so, what is the problem?

huangyong-170207 avatar Sep 19 '22 18:09 huangyong-170207

not sure if that's a gorm related issue though, did you try it with sqlite/postgres?

qustavo avatar Sep 19 '22 19:09 qustavo