reflecting enums, [ticket:2510].
when reflecting domains, [ticket:2473]
also in 0.7.7
+ - [bug] removed unnecessary table clause when
+ reflecting enums, [ticket:2510]. Courtesy
+ Gunnlaugur Þór Briem. Also in 0.7.8.
+
- mysql
- [bug] Fixed bug whereby column name inside
of "KEY" clause for autoincrement composite
e.enumlabel as "label"
FROM pg_catalog.pg_type t
LEFT JOIN pg_catalog.pg_namespace n ON n.oid = t.typnamespace
- LEFT JOIN pg_catalog.pg_constraint r ON t.oid = r.contypid
LEFT JOIN pg_catalog.pg_enum e ON t.oid = e.enumtypid
WHERE t.typtype = 'e'
ORDER BY "name", e.oid -- e.oid gives us label order