Skip to content
Snippets Groups Projects
Verified Commit c787ab1b authored by Matt's avatar Matt
Browse files

fix: Fix sql query, where table is being selected, which treats first argument...

fix: Fix sql query, where table is being selected, which treats first argument as a where clause, resulting in the column being added to "WHERE" without an operator.

This resulted in:
```
sqlalchemy.exc.ProgrammingError: (psycopg2.errors.DatatypeMismatch) argument of AND must be type boolean, not type character varying
```

Issue #562
parent 60ef2ff3
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment