Skip to content

Commit 6b39d91

Browse files
committed
Merge branch '5.1' into 5.2
* 5.1: Change in table creation SQL for SQL Server
2 parents 40bbdca + 1009ece commit 6b39d91

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)