]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
- restore _render_server_default_for_compare() to compare.py using
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 20 Sep 2014 17:53:11 +0000 (13:53 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 20 Sep 2014 17:53:11 +0000 (13:53 -0400)
commiteea8dfcfc208b05aa57faea17233224da0382678
treeac6c92770a57cff5892e7f7b73548dadd671c716
parent5700b385aac8fbb2c56704c048be847d6a4832fa
- restore _render_server_default_for_compare() to compare.py using
the method previously used in _render_server_default() in render;
these two functions become more specific to compare vs. render now
so are separated out
alembic/autogenerate/compare.py
tests/test_postgresql.py