node-mariasql icon indicating copy to clipboard operation
node-mariasql copied to clipboard

Show SQL of the generated query?

Open lacivert opened this issue 8 years ago • 1 comments

Is there a possibility or a feature like this? I need to see the SQL after the binds, because query result doesn't look like true and there are many bindings in the query. I think maybe one or more of them placed wrong. So I should see the SQL to detect this

lacivert avatar Dec 13 '17 14:12 lacivert

I use sqlstring module to generated SQL, then pass into mariasql

jimmyolo avatar Dec 14 '17 04:12 jimmyolo