]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Don't erase reflected comment in _init_existing
authorEloy Felix <eloyfelix@gmail.com>
Tue, 20 Jun 2017 13:29:34 +0000 (09:29 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 20 Jun 2017 13:48:49 +0000 (09:48 -0400)
commitbff001187f5ad7192103d6255158a6c88e848049
tree4cfe9e178d43e53a296523932def18e277cff50e
parent83c1e03c5c74c69facfc371840ffae890f05c338
Don't erase reflected comment in _init_existing

Change-Id: Ie0b78c79367933486528ca0ba686d4a9f16922b1
Pull-request: https://github.com/zzzeek/sqlalchemy/pull/370
lib/sqlalchemy/sql/schema.py
test/engine/test_reflection.py