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
I'm creating and using a prepared statement auto ps = db << 'select field from mytable'; etc,
For testing I changed the field name to an incorrect value. An exception was correctly thrown. However get_sql() returned an empty string.