Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • Tryton Tryton
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 808
    • Issues 808
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 107
    • Merge requests 107
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • Schedules
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • External wiki
    • External wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • TrytonTryton
  • TrytonTryton
  • Issues
  • #2631
Closed
Open
Issue created May 29, 2012 by Ronald Munjoma@ronald

operator does not exist: boolean = integerLINE 1: ...rty_party" WHERE (("party_party"."is_institution" = 1) AND (... ^HINT: No operator mat...

operator does not exist: boolean = integerLINE 1: ...rty_party" WHERE (("party_party"."is_institution" = 1) AND (... ^HINT: No operator matches the given name and argument type(s). You might need to add explicit type casts.

Traceback (most recent call last):
File "/trytond/protocols/jsonrpc.py", line 123, in _marshaled_dispatch
response['result'] = dispatch_method(method, params)
File "/trytond/protocols/jsonrpc.py", line 156, in _dispatch
res = dispatch(*args)
File "/trytond/protocols/dispatcher.py", line 156, in dispatch
res = getattr(obj, method)(*args_without_context, **kargs)
File "/trytond/model/modelsql.py", line 1224, in search
cursor.execute(query_str, tables_args + qu2)
File "/trytond/backend/postgresql/database.py", line 316, in execute
res = self.cursor.execute(sql, params)
ProgrammingError: operator does not exist: boolean = integer
LINE 1: ...rty_party" WHERE (("party_party"."is_institution" = 1) AND (...
^
HINT: No operator matches the given name and argument type(s). You might need to add explicit type casts.

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking