33
0
mirror of https://github.com/joomla-extensions/patchtester.git synced 2024-11-13 00:36:31 +00:00
patchtester/administrator/components/com_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
..
backups Add a readme to backups folder 2012-06-12 15:02:05 -05:00
install/sql Remove the rating column (Fix #41) 2014-10-17 03:10:42 -04:00
language Update fr-FR.com_patchtester.ini 2015-02-28 13:55:32 -04:00
PatchTester PostgreSQL - error apply/revert a patch 2015-03-08 09:39:11 +01:00
access.xml Formatting and fixes 2012-06-12 13:42:45 -05:00
config.xml Refactoring & Features 2014-05-02 15:24:33 -05:00
patchtester.php Copyright 2015 2015-02-22 16:29:43 -05:00
patchtester.xml Version bump 2015-02-22 20:56:27 -05:00
script.php Copyright 2015 2015-02-22 16:29:43 -05:00