Re: [sqlalchemy] Re: SQL expression object expected, got object of type instead

2020-02-14 Thread Mark Wilkins
at runs the query? I'm wondering whether > the thing that you are comparing against my_table.c.name is not > actually a simple string. > > Simon > > On Wed, Feb 12, 2020 at 11:01 PM Mark Wilkins > wrote: > > > > Some additional code incase its relevent: >

Re: [sqlalchemy] Re: SQL expression object expected, got object of type instead

2020-02-14 Thread Mark Wilkins
Simon > > On Wed, Feb 12, 2020 at 11:01 PM Mark Wilkins > wrote: > > > > Some additional code incase its relevent: > > > > # Get DB connection > > engine = setup_env_db_engine(debug=True) > > connection = engine.connect() > >