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
2016-03-07 12:06:57 +01:00
2015-10-19 21:32:18 -04:00
2022-09-04 22:13:36 -07:00
2022-02-09 20:08:29 -08:00
2022-02-09 20:08:29 -08:00
2015-10-19 21:05:41 -04:00
2016-05-29 20:12:02 -04:00
2022-09-04 13:51:07 -07:00
2014-01-25 14:56:02 -05:00
2021-06-05 14:59:12 -07:00
2020-05-20 18:10:53 -07:00
2016-06-29 22:21:59 -04:00

Kanboard

Kanboard is project management software that focuses on the Kanban methodology.

This application is feature complete. Pull Requests for NEW features and fixes are accepted as long as the guidelines are followed.

Credits

Description
No description provided
Readme 86 MiB
Languages
PHP 97.6%
JavaScript 1.5%
CSS 0.8%