mirror of
https://github.com/joomla-extensions/patchtester.git
synced 2024-11-13 00:36:31 +00:00
ae836de99c
as reported #47 you are unable to apply a patch on postgresql the issue arise cause we are using LIKE on a bigint field ```pull_id``` ``` WHERE ("a"."title" LIKE '%6263%') OR ("a"."pull_id" LIKE '%6263%') ``` we need to use ``` = ``` instead |
||
---|---|---|
.. | ||
backups | ||
install/sql | ||
language | ||
PatchTester | ||
access.xml | ||
config.xml | ||
patchtester.php | ||
patchtester.xml | ||
script.php |