Thanks Michael for your suggestion.
On Wednesday, February 4, 2015 at 8:09:15 PM UTC+5:30, Michael Bayer wrote:
>
> your tables already exist so stick with BigInteger.Doesn’t make much
> difference on the client side.
>
>
>
> Anurag Vaishwade > wrote:
>
> > Hello Everyone,
> >
your tables already exist so stick with BigInteger.Doesn’t make much
difference on the client side.
Anurag Vaishwade wrote:
> Hello Everyone,
> I am facing issues with defining table's primary key column
> as Numeric(18,0).I am connecting to a MSSQL and in database all ta
Hello Everyone,
I am facing issues with defining table's primary key column
as Numeric(18,0).I am connecting to a MSSQL and in database all tables are
defined as Numeric(18,0) for primary key.
So to match with the database table schema I updated Sqlalchemy tables as
Numeric(18,0)