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
I think I found an issue in Protobuf-net-data project.
I tried to signup on GitHub to add this issue, but i receive an error, so I decide to send you a mail.
I have attached a sample project where you can see the error about I am talking.
The problem is that serialization of a dataset does not skip the computed columns, and when I try to load the dataset, it gave me the error "The column mapping from SourceColumn 'FullName' failed because the DataColumn 'FullName' is a computed column."
The text was updated successfully, but these errors were encountered:
The example (car table) has columns Maker, Model, and computed FullName (expression = Maker+Model). The error message is actually being thrown by a strongly-typed DataSet.Load(), but protobuf-net-data should not have serialized the FullName column.
Reported via email from Daniel-Lucian Corsei:
The text was updated successfully, but these errors were encountered: