NullReferenceException during InternalApplyTableChangesAsync on MariaDB 10.11.8 and Dotmim.Sync v0.9.8 #1327
Unanswered
DevDiapath
asked this question in
Q&A
Replies: 1 comment 2 replies
-
After debugging in the local environment, I discovered that the generated procedure for updating a table throws the NullReferenceException error on a DOUBLE UNSIGNED column in MariaDB. It also seems that the library does not handle DOUBLE UNSIGNED types properly. I have also tested this with the latest version of the library, but the issue persists! |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm encountering a NullReferenceException during synchronization using Dotmim.Sync v0.9.8 with a MariaDB backend. The error occurs during the InternalApplyTableChangesAsync phase.
Error log:
Stack trace:
Attachment:
SyncWebHelper.cs.txt
Line 133 is:
var result = agent.SynchronizeAsync(SyncType.Normal).GetAwaiter().GetResult();
Environment:
Dotmim.Sync version: 0.9.8 (tested also with 1.3.0)
Database: MariaDB 10.11.8 client and server
Client: .NET 4.8.0 and server .NET Core 8.0
Sync direction: Only Upload Client to Server
Provisioning: via SyncAgent.SynchronizeAsync()
Beta Was this translation helpful? Give feedback.
All reactions