Skip to content

Commit 1009ece

Browse files
committed
Merge branch '4.4' into 5.1
* 4.4: Change in table creation SQL for SQL Server
2 parents 088ba4a + 93169c7 commit 1009ece

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

session/database.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ Microsoft SQL Server
428428
429429
CREATE TABLE sessions (
430430
sess_id VARCHAR(128) NOT NULL PRIMARY KEY,
431-
sess_data VARBINARY(MAX) NOT NULL,
431+
sess_data NVARCHAR(MAX) NOT NULL,
432432
sess_lifetime INTEGER NOT NULL,
433433
sess_time INTEGER NOT NULL
434434
);

0 commit comments

Comments
 (0)