diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2017-04-27 14:33:54 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2017-04-27 14:33:54 -0400 |
commit | 63ff0140705207198545e3a0d7868a5ba8486e93 (patch) | |
tree | e86b5b0fd75b9b3569681235ee016f0192c661bd /lib/sqlalchemy/sql/default_comparator.py | |
parent | 19d2424e05fadf66044d914b13a405cb212b4100 (diff) | |
download | sqlalchemy-63ff0140705207198545e3a0d7868a5ba8486e93.tar.gz |
- ensure that sqlalchemy.ext is set up for importlater
otherwise, it fails if you import from ext before orm:
from sqlalchemy import *
from sqlalchemy.ext.declarative import declarative_base
from sqlalchemy.orm import *
and then do a lazyload, as the ext.baked importlater is not
initialized.
Change-Id: I24dcbfc9ca9022316da28507772562833e45dd95
Diffstat (limited to 'lib/sqlalchemy/sql/default_comparator.py')
0 files changed, 0 insertions, 0 deletions