- Moderator
- #31
Hi
The MS SQL added in this patch is bugged and needs to be fixed by someone, as reported in internal forums.
And when
is executed, it's missing a hard return to put GO on the next line.

The MS SQL added in this patch is bugged and needs to be fixed by someone, as reported in internal forums.
Code:
ALTER TABLE SoftwareEncoder ADD [S]COLUMN[/S] "reusable" bit NOT NULL DEFAULT 1
GO
INSERT INTO Setting (tag, value) VALUE(S) ('softwareEncoderReuseLimit', '0')
GO
And when
Code:
UPDATE Version SET versionNumber = 58
GO
is executed, it's missing a hard return to put GO on the next line.