Boolean like Enum for all other

Issue #1589 resolved
Former user created an issue

"Enum type now works using VARCHAR + CHECK constraint for all other" Now SA uses SMALLINT without CHECK to create Boolean columns in dialects not having native BOOLEAN type. I suggest using CHECK (value IN (0,1)) for Boolean too "for all others".

Comments (2)

  1. Log in to comment