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
Oooo. Good bug that generated column is causing issues for us. We'll at least make it not panic today. Hopefully, we'll be able to produce teh proper diff tables as well today but that may be a bit harder.
Hey @senuphtyz, thanks for reporting this issue! We have merged the fix to dolt main to make this not panic.
Currently, the diff for virtual generated columns will just be NULL. Ideally, we'd be able to show the value but that isn't near at hand. As a workaround, having the generated columns be stored will produce a diff.
A release with the fix will be out later this week!
Please let us know how it works for you, and if there are any other issues!
@senuphtyz , thanks for using Dolt and reporting this issue. We'd love to learn about your use case. If want to share, you can email me or swing by our Discord.
Using a table with a generated column panics trying to diff inserted data.
I used version 1.44.1 to produce this error.
Steps to produce:
Results in:
The text was updated successfully, but these errors were encountered: