Zumero for SQL Server v1.5.1 - Release Notes
Zumero for SQL Server (ZSS) v1.5.1 is now available for download in the dev center.
ZSS v1.5.1 fixes the following bug:
A bug existed in the ZSS Server which could lead to potential database corruption during a sync operation under these specific conditions:
- The SQL Server database being synchronized contains a foreign key reference to an identity column.
- The sync operation includes changes being pushed from a client that insert multiple new identity values and add one or more references to those new values.
- There have already been one or more new identity values inserted into the identity column in the SQL Server database since the previous sync from the client.
- The number of identity values being inserted into the identity column by the push exceeds the number of new values on the server.
Upgrading from v1.5 and earlier:
The ZSS 1.5.1 Server is backward-compatible with v1.x clients. Please upgrade to v1.5.1 even if v1.5 or earlier clients have been deployed.