Skip to content

Commit 8c1797b

Browse files
committed
Fixed two issues with rare culture settings
1 parent 46deb1a commit 8c1797b

8 files changed

Lines changed: 6 additions & 6 deletions
0 Bytes
Binary file not shown.

Samples/MSSQL/DB/CreateObjects.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Company: OptimaJet
3-
Project: WF.Sample WorkflowEngine.NET 1.4.4
3+
Project: WF.Sample WorkflowEngine.NET
44
File: CreateObjects.sql
55
*/
66

@@ -101,7 +101,7 @@ BEGIN
101101
AllowedToEmployeeNames nvarchar(max) NOT NULL,
102102
TransitionTime datetime NULL,
103103
[Order] bigint IDENTITY,
104-
TransitionTimeForSort AS (coalesce([TransitionTime],CONVERT([datetime],'9999-12-31',(0)))),
104+
TransitionTimeForSort AS (coalesce([TransitionTime],CONVERT([datetime],'9999-12-31',(20)))),
105105
InitialState nvarchar(1024) NOT NULL,
106106
DestinationState nvarchar(1024) NOT NULL,
107107
Command nvarchar(1024) NOT NULL,

Samples/MSSQL/DB/CreatePersistenceObjects.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
Company: OptimaJet
33
Project: WorkflowEngine.NET Provider for MSSQL
4-
Version: 1.5.4
4+
Version: 1.5.5
55
File: CreatePersistenceObjects.sql
66
77
*/

Samples/MSSQL/DB/CreatePersistenceObjectsForAzureSQL.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
Company: OptimaJet
33
Project: WorkflowEngine.NET Provider for Azure
4-
Version: 1.5.3
4+
Version: 1.5.5
55
File: CreatePersistenceObjectsForAzure.sql
66
*/
77

Samples/MSSQL/DB/DropPersistenceObjects.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
Company: OptimaJet
33
Project: WorkflowEngine.NET Provider for MSSQL
4-
Version: 1.5.4
4+
Version: 1.5.5
55
File: DropPersistenceObjects.sql
66
*/
77

Samples/MSSQL/DB/FillData.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Company: OptimaJet
3-
Project: WF.Sample WorkflowEngine.NET 1.4.4
3+
Project: WF.Sample WorkflowEngine.NET
44
File: FillData.sql
55
*/
66

Samples/MSSQL/DB/db.bak

-2.3 MB
Binary file not shown.
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)