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
the CreateTable node is assigned the Schema of the Project node, but the schema of the Project node doesn't reflect the defaultness of the underlying table. (I'm not sure whether that's a bug or intended behavior.)
timsehn
changed the title
Schema of "SELECT * FROM tbl" drops default values when compared to MySql
Schema of "Create table t SELECT * FROM tbl" drops default values when compared to MySql
Apr 15, 2024
Example repro:
MySql output:
Dolt output:
The text was updated successfully, but these errors were encountered: