when reflecting domains, [ticket:2473]
also in 0.7.7
performance of bind/result processing.
[ticket:2441]
+ - [bug] removed unnecessary table clause
+ when reflecting domains, [ticket:2473]
+ also in 0.7.7
+
- mysql
- [bug] Fixed bug whereby column name inside
of "KEY" clause for autoincrement composite
n.nspname as "schema"
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
WHERE t.typtype = 'd'
"""