wiki.techinc.nl/tests/phpunit/includes/objectcache
Aaron Schulz cc1bb73490 objectcache: remove "multiPrimaryMode" DB type assertion
Since no mysql-specific queries are required, allow sqlite and
Postgres setups to use "multiPrimaryMode" for easier testing.

Avoid "CASE types text and integer cannot be matched" Postgres
error by making dbEncodeSerialValue() cast the result to a string
so that addQuotes() applies in buildUpsertSetForOverwrite().

Bug: T212129
Change-Id: Ic84a804c272a7070779c8d41d3a33003852d0839
2022-04-21 16:20:39 -07:00
..
ObjectCacheTest.php build: Updating dependencies 2021-07-22 03:36:05 +00:00
SqlBagOStuffIntegrationTest.php Improve ObjectCache integration tests 2022-02-11 10:20:33 +11:00
SqlBagOStuffMultiPrimaryIntegrationTest.php objectcache: remove "multiPrimaryMode" DB type assertion 2022-04-21 16:20:39 -07:00