mysql reflection should use only show create table

Issue #612 resolved
jek created an issue

Pull reflection information from a single SHOW CREATE TABLE

Generally expand roundtrip-ability of freaky option parsing, currently limited to the storage engine.

was "use information_schema for mysql reflection"

Comments (6)

  1. Mike Bayer repo owner

    we used to do this with postgres. it was a disaster, information_schema was incomplete, overly complicated, extremely slow, and each DB vendor implements it differently anyway. i dont see any advantages to having MySQL do it.

  2. Log in to comment