You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, after trying to debug something for a while and not being able to figure out how to see the SQL produced by sqlite3-ruby I'm now wondering why the following is the way it is:
qry=db.prepare("SELECT * FROM table WHERE a = ?")qry.bind_params(123)pqry.to_s# #<SQLite3::Statement:0x000055ed3b1d1f68>