Compare commits

..

7 commits

Author SHA1 Message Date
rxu
e0edf5ce3d
Merge bb33c287c7 into e3b837f1b7 2025-07-22 01:59:34 +00:00
rxu
bb33c287c7
[ticket/17524] Fix tests
PHPBB-17524
2025-07-22 08:53:43 +07:00
rxu
48209e49b4
[ticket/17524] Try not to hit MSSQL index key length limitations
900 bytes for a clustered index. 1,700 bytes for a nonclustered index.
For SQL Server 2014 (12.x) and earlier, all versions supported 900 bytes
for all index types.

PHPBB-17524
2025-07-22 08:53:43 +07:00
rxu
fe992579e3
[ticket/17524] Add test assertions
PHPBB-17524
2025-07-22 08:53:42 +07:00
rxu
1fcf03bac8
[ticket/17524] Add index migrator tests
PHPBB-17524
2025-07-22 08:53:41 +07:00
rxu
fa058c14df
[ticket/17524] Add index data getter to db tools
PHPBB-17524
2025-07-22 08:53:41 +07:00
rxu
3e8dfd0502
[ticket/17524] Add possibility to use index key length in migrations
PHPBB-17524
2025-07-22 08:53:26 +07:00

Diff content is not available