We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have a column like in your example:
[VersionColumn("Version", VersionColumnType.RowVersion)] public byte[] Version { get; set; }
After an update, I have to read poco to get new version, otherwise I get 'System.Data.DBConcurrencyException' exception on subsequent update.
'System.Data.DBConcurrencyException'
Correct me if I'm wrong, according to following line, are you updating version property after update but for VersionColumnType.Number only?
VersionColumnType.Number
NPoco/src/NPoco/Database.cs
Line 1357 in 4ededa1
The text was updated successfully, but these errors were encountered:
Thats correct. Happy to take PRs.
Sorry, something went wrong.
No branches or pull requests
I have a column like in your example:
After an update, I have to read poco to get new version, otherwise I get
'System.Data.DBConcurrencyException'
exception on subsequent update.Correct me if I'm wrong, according to following line, are you updating version property after update but for
VersionColumnType.Number
only?NPoco/src/NPoco/Database.cs
Line 1357 in 4ededa1
The text was updated successfully, but these errors were encountered: