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 sqlalchemy+unsubscr...@googlegroups.com.
To post to this group, send email to sqlalchemy@googlegroups.com.
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