Well, nevermind, kinda dumb question. Managed to create other types myself.

Kind regards,
Richard.

On 11/05/2013 02:29 PM, Richard Gerd Kuesters wrote:
Hi all!

A simple question about enum < http://docs.sqlalchemy.org/en/rel_0_9/core/types.html#sqlalchemy.types.Enum>. In there, it says:

"native_enum -- Use the database's native ENUM type when available. Defaults to True. When False, uses VARCHAR + check constraint for all backends."

Wouldn't be possible to have the type, like a Integer, with the same behaviour like VARCHAR + check constraint?


Kind regards,
Richard. --
You received this message because you are subscribed to the Google Groups "sqlalchemy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sqlalchemy.
For more options, visit https://groups.google.com/groups/opt_out.

--
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sqlalchemy.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to