[sqlalchemy] sqlite + timezone oddities

2007-04-12 Thread Arthur Clune
' : datetime.fromtimestamp(23434, TZ)} test_table.insert(d).execute() t = test_table.select(test_table.c.id==2).execute().fetchone() print t.ts -- Arthur Clune Anyone who says they understand TCP/IP, doesn't - Van Jacobsen --~--~-~--~~~---~--~~ You received

[sqlalchemy] select ... having problems

2007-02-23 Thread Arthur Clune
=False), Column(ip_proto, Integer, default=6, nullable=False), Column(src_id, Integer, ForeignKey(ip.id), nullable=False), Column(dst_id, Integer, ForeignKey(ip.id), nullable=False), ) Then I define the obvious mappers. Cheers, Arthur -- Arthur Clune