[sqlalchemy] Re: Mapping serial(auto increment) Postgres to bigserial

2007-10-02 Thread Ants Aasma
On Oct 2, 10:06 am, voltron [EMAIL PROTECTED] wrote: How does one specify that the auto incrementing field should map to big serial and not serial? Use the sqlalchemy.databases.postgres.PGBigInteger datatype for that field. --~--~-~--~~~---~--~~ You received

[sqlalchemy] Re: Mapping serial(auto increment) Postgres to bigserial

2007-10-02 Thread voltron
Thanks On Oct 2, 3:54 pm, Ants Aasma [EMAIL PROTECTED] wrote: On Oct 2, 10:06 am, voltron [EMAIL PROTECTED] wrote: How does one specify that the auto incrementing field should map to big serial and not serial? Use the sqlalchemy.databases.postgres.PGBigInteger datatype for that field.