Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Won't Fix
-
2.3.2
-
None
-
Windows 2012 Server R2, SQL Server 2014 and Tomcat 7.0
-
Important
Description
I am using the Jdbc Repository for the James mail server and it gets deadlocked. Have noticed that one of the update statement which is executed on a primary key field of "Varchar" locks the key in SQL 2014. When traced the SQL statements executed in SQL Server 2014, noticed that the column's data type is implicitly converted to nvarchar. So the update statement is trying to update the key in nvarchar format, though the data type is varchar.