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
This is solved by the SQL formatter mostly, we just need to support iterating over SQL values. This is a hard problem I think for PostgreSQL / MySQL. It may make sense to simply collect the values in string form in a separate Vec that we only use/push-to when the logs are enabled.
The text was updated successfully, but these errors were encountered:
This is solved by the SQL formatter mostly, we just need to support iterating over SQL values. This is a hard problem I think for PostgreSQL / MySQL. It may make sense to simply collect the values in string form in a separate
Vec
that we only use/push-to when the logs are enabled.The text was updated successfully, but these errors were encountered: