Skip to content

Commit fefe7c5

Browse files
committed
Merge branch '5.2' into 5.x
* 5.2: Change in table creation SQL for SQL Server
2 parents c46ad4e + 6b39d91 commit fefe7c5

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)