[BUGFIX] Add parameter types to database writes in functional tests
When writing to database tables with BLOB type columns declare the field type for the query parameters in functional tests. This is required for databases that use a different encoding/transport protocol for BLOB fields. Resolves: #79453 Releases: master Change-Id: I1371bb192abaec841be982a1b228cc6b7e6d1cbf Reviewed-on: https://review.typo3.org/51395 Reviewed-by:Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Manuel Selbach <manuel_selbach@yahoo.de> Tested-by:
Manuel Selbach <manuel_selbach@yahoo.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
Please register or sign in to comment