wiki.techinc.nl/tests
Tim Starling c5d182eb01 rdbms: Map PostgreSQL boolean values to MySQL-compatible forms
Also fix callers that were checking for t/f.

In CASE and COALESCE expressions, using 't' and 'f' did actually work,
because those literals have an unknown type and the other argument is
boolean, so PG coerces them to boolean. But it seems safer and clearer
to use the strongly typed literals TRUE and FALSE.

Bug: T352229
Change-Id: Ia01b76d3d6d2e048feac8e3118d9faff63a9ac56
2023-11-29 13:31:42 +11:00
..
api-testing build: Upgrade eslint-config-wikimedia from 0.25.0 to 0.26.0 and make pass 2023-11-22 13:25:32 -05:00
common Merge "Introduce and use DynamicPropertyTestHelper" 2023-11-20 03:02:35 +00:00
parser Use DOM to clean up headings for the table of contents (TOC) 2023-11-17 18:27:46 +01:00
phan rdbms: Drop some of class aliases of DatabaseMySQL 2023-10-31 23:18:21 +00:00
phpunit rdbms: Map PostgreSQL boolean values to MySQL-compatible forms 2023-11-29 13:31:42 +11:00
qunit build: Upgrade eslint-config-wikimedia from 0.25.0 to 0.26.0 and make pass 2023-11-22 13:25:32 -05:00
selenium build: Upgrade eslint-config-wikimedia from 0.25.0 to 0.26.0 and make pass 2023-11-22 13:25:32 -05:00
.htaccess