Kanboard-Prod/tests
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
..
configs Rewrite integration tests to run with Docker containers 2016-06-25 14:34:46 -04:00
configtest Kanboard now requires PHP >= 7.2 since other versions are deprecated 2020-01-14 12:02:31 -08:00
integration Rename default branch from master to main 2022-08-11 21:57:19 -07:00
units fix(test): searching with trailing space returns data on MSSQL 2023-02-20 19:23:53 -08:00
.htaccess .htaccess: Add compatibility for apache 2.4 2015-10-05 22:46:30 +02:00
Dockerfile Run integration tests on Github Actions 2020-06-13 15:14:24 -07:00
integration.mysql.xml Run integration tests on Github Actions 2020-06-13 15:14:24 -07:00
integration.postgres.xml Run integration tests on Github Actions 2020-06-13 15:14:24 -07:00
integration.sqlite.xml Run integration tests on Github Actions 2020-06-13 15:14:24 -07:00
units.mssql.xml tests: configure unit tests to run on MSSQL [odbc/dblib] 2022-10-29 21:11:15 -07:00
units.mysql.xml Add automatic action to send a task by email 2015-06-20 10:48:47 -04:00
units.postgres.xml Setup GitHub Actions 2020-04-04 17:31:52 -07:00
units.sqlite.xml Add automatic action to send a task by email 2015-06-20 10:48:47 -04:00