Query should raise exceptions for non-ClauseElements passed

Issue #535 resolved
Former user created an issue

Query methods do not complain if boolean or other non-clause elements values are passed as positional arguments

for instance: MappedClass.query().filter_by( MappedClass.column_name=='foo' )

should raise an exception, letting the programmer know he forgot a .c

Comments (1)

  1. Log in to comment