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
VIEW structure is no longer empty, so they should show up. However, we are returning either NULL or empty string for many of the columns that are typically there for information_schema.columns. I think it would take a lot of changes to ViewDefinition in GMS to have this work correctly though.
the columns from mytable should be in
information_schema.columns
table but references to table_name = 'myview'above is result from Mysql. Dolt returns empty result, so that the view structure is empty in TablePlus
The text was updated successfully, but these errors were encountered: