Skip to content

Conversation

@alikon
Copy link

@alikon alikon commented Mar 8, 2015

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

as reported joomla-extensions#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
@alikon alikon mentioned this pull request Mar 9, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants