RE: Alter boolean column on Oracle

2015-12-10 Thread Ofir Herzas
Thanks Mike. It seems that I'm in the worst case :) I've started using Sqlalchemy before the naming convention feature was introduced and so I didn't use it. A while back when I wanted to port my code to using it, I didn't find an easy way to do it and so I decided not to do it. My application

RE: Alter boolean column on Oracle

2015-12-10 Thread Ofir Herzas
BTW, A little bit off topic but how does the naming convention support character limitations such as the 30 characters max length for the foreign keys in Oracle? Does it provide any hooks? -Original Message- From: sqlalchemy-alembic@googlegroups.com

Re: Alter boolean column on Oracle

2015-12-10 Thread Mike Bayer
On 12/10/2015 08:39 AM, Ofir Herzas wrote: > I'm trying to run an alter_column operation from a Boolean type column > to SmallInteger on Oracle. > > According to the documentation: "...Type changes which are against the > SQLAlchemy “schema” types |Boolean| >

Alter boolean column on Oracle

2015-12-10 Thread Ofir Herzas
I'm trying to run an alter_column operation from a Boolean type column to SmallInteger on Oracle. According to the documentation: "...Type changes which are against the SQLAlchemy “schema” types Boolean and Enum