Hello Michael,
> its not clear to me what is actually going wrong in that case. does
> it work if you use a raw psycopg2 script ?
Yes it does, however I figured out the print statement from the other block
was just printing what would be sent to the adapter and not to the database -
that conf
On Nov 12, 2008, at 12:14 PM, Steve Howe wrote:
>
> Hello all,
>
> I'm having trouble using SQLAlchemy 0.50.rc3 and "like" query
> filters with the
> psycopg2 adapter:
>
> class Activity(Base):
> __tablename__ = 'activities'
> id = Column(Integer, primary_key=True, autoincrement=True)
> nam