Subject | Re: [firebird-support] Index/Plan/View question |
---|---|
Author | Werner F. Bruhin |
Post date | 2011-11-23T16:19:48Z |
Hi Thomas,
is done based on the SQLAlchemy model (metadata.create_all(fbengine) .
I found how to do the "create index" from Python/SQLalchemy in a way
that it is done only on creation of the db and with whatever collation I
specify.
Werner
> As this is a pure Firebird database issue in respect to collations andThe SQL is generated in the Python code and the database schema/create
> indexes, I guess this is independent of the access technology you use?
> Or does Python/SQLAlchemy generates your mentioned SQL statement behind
> the scene?
>
is done based on the SQLAlchemy model (metadata.create_all(fbengine) .
I found how to do the "create index" from Python/SQLalchemy in a way
that it is done only on creation of the db and with whatever collation I
specify.
Werner