Hi list,

I have problems when upgrading to SQLAlchemy 0.8.0.

I have code like this:

    audit_q =
self.session.query(AuditTable).filter(AuditTable.serial.like('something')).order_by(order_dir)

which was running great with mysql on sqlalchemy > 0.7.4

With 0.8.0 it seams that I never get results when using a filter.
Neither a .like filter nor a condition like "AuditTable.serial==...." works

Any idea on this?

Thanks a lot and kind regards
Cornelius



Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to