createissue with sudo failing
Closed
createissue with sudo failing
Created by: ccurvey
when trying to create an issue with the api call to createissue and supplying a value for sudo, I'm getting a stack trace within gitlab. the nexus of the problem is:
ActiveRecord::StatementInvalid (PG::Error: ERROR: operator does not exist: character varying = integer
LINE 1: SELECT "users".* FROM "users" WHERE (username = 27 OR id =...
The problems is that it is trying to compare a varchar column with an integer value.
(I'm using a PostgreSQL 9.2 database)
Created by: Razer6
It's been at least 2 weeks (and a new release) since we heard from you. I'm closing this issue but if you still experience this problem, please open a new issue (but also reference the old issue(s)). Make sure to also include the necessary debugging information conforming to the issue tracker guidelines found in our contributing guidelines.
By Administrator on 2014-01-10T23:28:10 (imported from GitLab project)