I changed to `PRAGMA table_info(?);` but it threw another error: ``` near "?": syntax error at offse
I changed to
I'm using string concatenation like
PRAGMA table_info(?); but it threw another error:I'm using string concatenation like
"PRAGMA table_info(\""+table+"\")". It worked good.