sqlhooks
sqlhooks copied to clipboard
when using wraper driver, table name has Double quotes
when using wraper dierver, code like this:
sql exec err for table name has double quotes,

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

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