-
-
Notifications
You must be signed in to change notification settings - Fork 196
New issue
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
[Bug] Insert statment is not passed to a second client #19
Comments
Will check that ! |
…cated on others client (after 1st sync on server) Adding a new binaryconverter : BinaryFormatter. Making all classes [Serializable] when necessary (FU ....)
Hello Reinhold; I made a correction on the Core assembly. |
Hello Sébastien, But in testing I discovered another strange behavior. Please note: i have not changed the server/client, means there is no expizit conflict management. Steps: |
Strange behavior... and hard to test.. |
I'm trying to setup a testcase, with and without webserver. |
testCase.zip |
OK, i will check that |
Can you test with the last version ? by the way, be careful of the breakings changes from |
I will test and let you know. |
Hello Sébastien, Reinhold |
adding MySQL library and using this connection string, works with mysql/mariadb too: |
add name="ConnectionString" connectionString="XpoProvider=MySql;Server=localhost;User ID=root;Password=mypass;Persist Security Info=true;Charset=utf8;Database=DotminXAF"/ |
actually i need some time to proceed testing, as my client works with char(36) in GUIDs. |
Hey Reinhold; Eventually, I've found the bug about the image problem. I close the issue. Feel free to re-open it if you have another problem with binary files sync. Sebastien |
I will need to write a custom connection provider to access the Sqlite.db with guid.blobs, except you provide a workaround to switch to guid.text (see my post in other thread). |
Hi Sébastien,
i have discovered a bug and will try to describe the steps to reproduce.
a) Master database on MSSQL
b) sync to SQLite database Slave1
c) sync to SQLite database Slave2
d) Now insert a new record in one of the slave databases and sync. The record is uploaded to master.
e) Sync on second slave: no record is downloaded to slave2
f) update the record on slave1 and sync: update is synched to master
g) sync on slave2, record is now downloaded
If this is not enough information to reproduce, please let me know and I will setup a small reduced sample.
Reinhold
The text was updated successfully, but these errors were encountered: