Files
Kanboard-Prod/tests/units
Joe Nahmias 87e9a770c8 fix(test): searching with trailing space returns data on MSSQL
Microsoft SQL Server automatically pads the shorter of two strings of
unequal length with spaces prior to comparisons. Thus, searching for
username = 'test ' (unexpectedly) matches a row where username = 'test'.

Since kanboard does not rely on this behavior or its absence, simply
remove the test as unecessary to avoid this differing result amongst the
various database backends.

Ref: https://support.microsoft.com/en-us/topic/inf-how-sql-server-compares-strings-with-trailing-spaces-b62b1a2d-27d3-4260-216d-a605719003b0
2023-02-20 19:23:53 -08:00
..
2022-02-05 11:49:03 -08:00
2022-02-05 11:49:03 -08:00
2020-02-29 16:34:38 -08:00
2017-10-19 16:26:15 -07:00
2019-08-27 20:28:58 -07:00
2022-02-05 11:49:03 -08:00
2022-02-05 11:49:03 -08:00
2022-02-05 11:49:03 -08:00
2017-04-08 13:58:25 -04:00
2020-10-04 10:42:01 -07:00