33
0
mirror of https://github.com/joomla-extensions/patchtester.git synced 2025-02-02 20:08:25 +00:00
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
..
2012-06-12 15:02:05 -05:00
2015-02-28 13:55:32 -04:00
2012-06-12 13:42:45 -05:00
2014-05-02 15:24:33 -05:00
2015-02-22 16:29:43 -05:00
2015-02-22 20:56:27 -05:00
2015-02-22 16:29:43 -05:00