forked from elkuku/patchtester
-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
patchtester gives error (after fetch data) when using postgresql #175
Comments
@alikon any suggestions? |
alikon
added a commit
to alikon/patchtester
that referenced
this issue
Nov 6, 2016
…la-extensions#175 bigint field "pull_id" doesn't like LIKE operator
there is a mysql dialect query, should be fixed with #176 |
mbabker
added a commit
that referenced
this issue
Nov 6, 2016
Postgresql - bigint field "pull_id" doesn't like LIKE operator - #175
Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Steps to reproduce the issue
Joomla 3.7.0-dev with Postgresql
Install Patchtester 3.0.0 Beta
Go to Component Patchtester
Fetch data (if you get this far)
Expected result
Modal view Window after fetching data
Actual result
An error has occurred.
0 ERROR: operator does not exist: bigint ~~ unknown LINE 4: WHERE a.pull_id LIKE '%8825%' ^ HINT: No operator matches the given name and argument type(s). You might need to add explicit type casts.
System information (as much as possible)
See attachment.
Additional comments
Using ScotchBox 2.5 on Vagrant.
systeminfo-2016-11-04T15-26-18+00-00.txt
The text was updated successfully, but these errors were encountered: