This first manifested as a failure in a Boolean type (compounded by an error in the expression for that boolean), but it turns out that psycopg2 does not know how to convert any numpy types to SQL expressions, and we have to define adapters for that. Turns out to be easy.
This first manifested as a failure in a Boolean type (compounded by an error in the expression for that boolean), but it turns out that
psycopg2
does not know how to convert anynumpy
types to SQL expressions, and we have to define adapters for that. Turns out to be easy.Resolves #23