]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
moved "clone" conditional blocks into separate copy_internals() method; was a
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 25 Jun 2007 03:14:01 +0000 (03:14 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 25 Jun 2007 03:14:01 +0000 (03:14 +0000)
commit0e209828b5c6ec77fd73130cbfb70ee583d444f8
tree7254593e312ebb91d06b8c1cff09a5f505660af6
parent952c9e8f6d465c468fea5cf26c7297ace4ba2d93
moved "clone" conditional blocks into separate copy_internals() method; was a
conflation of tasks having them in the same place like that.
lib/sqlalchemy/sql.py
test/sql/generative.py