SQL_Latin1_General_CP1_CS_Al

SQL_Latin1_General_CP1_CS_Al

Raymon Akbar -
回帖数:2
Testers的头像

Debug info: SQLState: 42000<br>
Error Code: 448<br>
Message: [Microsoft][ODBC Driver 17 for SQL Server][SQL Server]Invalid collation 'SQL_Latin1_General_CP1_CS_Al'.<br>

SELECT id FROM mdl_user WHERE LEN(password) = 32 AND password COLLATE SQL_Latin1_General_CP1_CS_Al NOT LIKE N'$2y$%' ESCAPE '\'
[array (
0 => '$2y$%',
)]
Error code: dmlreadexception

Hi,
Is there any solution to this issue?

回复Raymon Akbar

Re: SQL_Latin1_General_CP1_CS_Al

Raymon Akbar -
Testers的头像
Found this tracker: https://tracker.moodle.org/browse/MDL-80483 it seems the issue is still there. #cmiiw