My apologies, it does indeed work as advertised.
The problem turned out to be between the seat and the keyboard :)
thanks for the help.
On Oct 30, 1:54 am, "Michael Bayer" wrote:
> sim wrote:
> > creation_order = Column('creation_order', PGBigInteger, Sequence
> > ('creation_order_seq'))
>
sim wrote:
> creation_order = Column('creation_order', PGBigInteger, Sequence
> ('creation_order_seq'))
this works fine for me and this is covered in test cases too.
from sqlalchemy import *
from sqlalchemy.databases.postgres import PGBigInteger
engine = create_engine('postgres://scott:ti.