31
0
mirror of https://github.com/joomla-extensions/patchtester.git synced 2024-09-20 16:59:02 +00:00
patchtester/administrator/components/com_patchtester/PatchTester
Nicola Galgano ae836de99c PostgreSQL - error apply/revert a patch
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
2015-03-08 09:39:11 +01:00
..
Controller Apply patch returns false positive (Fix #69) 2015-02-23 08:50:13 -05:00
Model PostgreSQL - error apply/revert a patch 2015-03-08 09:39:11 +01:00
Table Copyright 2015 2015-02-22 16:29:43 -05:00
View JText missing global namespace reference (Fix #67) 2015-02-23 08:19:38 -05:00
Helper.php Copyright 2015 2015-02-22 16:29:43 -05:00