Commit 8dcddb0
SQLSRV: Change column type from TEXT to STRING
Using TEXT for the id column results in doctrine setting SQL column to VARCHAR(MAX) which results in an SQL error since the primary key cannot be VARCHAR(MAX). This change allows Doctrine to see the length setting, which is ignored for TEXT objects.1 parent bbfcf84 commit 8dcddb0
File tree
1 file changed
+1
-1
lines changed- src/Symfony/Component/HttpFoundation/Session/Storage/Handler
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
216 | 216 | | |
217 | 217 | | |
218 | 218 | | |
219 | | - | |
| 219 | + | |
220 | 220 | | |
221 | 221 | | |
222 | 222 | | |
| |||
0 commit comments