need table introspection for mysql 3/4

Issue #32 resolved
Mike Bayer repo owner created an issue

right now table introspection on mysql takes the easy way out and duplicated the information_schema method from postgres, but that only works in mysql5 (and barely). someone needs to show me the best way to do it across all mysqls.

Comments (1)

  1. Log in to comment