re-document global_connect and have metadata argument to Table be optional

Issue #193 resolved
Mike Bayer repo owner created an issue

this functionality got lost in 0.2.0; construct a Table with no metadata or engine and it gets added to "sqlalchemy.schema.default_metadata". global_connect() connects the metadata. also add docs to metadata.txt for this.

Comments (3)

  1. Log in to comment