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
For example, i want to print columns names of a table, that can be empty: so i cannot use Query::fetch* because don't return a Sqlx::Row but error or None; so i cannot use Row::columns().
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
For example, i want to print columns names of a table, that can be empty: so i cannot use Query::fetch* because don't return a Sqlx::Row but error or None; so i cannot use Row::columns().
Is there a way to do what i want to do?
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions