11:42 PM, jgruber wrote:
>
> > I'm using SQLAlchemy 7.8 with sqlite3.
> >
> > I have a Column setup in my schema of type Text, defined as follows:
> >
> > marker_data = Column(Text(length=None, convert_unicode=False,
> assert_unicode=None), nullabl
I'm using SQLAlchemy 7.8 with sqlite3.
I have a Column setup in my schema of type Text, defined as follows:
marker_data = Column(Text(length=None, convert_unicode=False,
assert_unicode=None), nullable=False, unique=True)
I create my object and I see the SQL generated just fine. I have an