]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
- Some deep-in-the-weeds fixes to try to get "server default" comparison
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 23 Jun 2014 17:49:44 +0000 (13:49 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 23 Jun 2014 17:49:44 +0000 (13:49 -0400)
commitde24f3e1b1a2264845779267d1fe3f406fc2cbf4
tree27b28902cc8fa1aaae48f22f0d7ca8d9c2f127e7
parent42b109c414aca7b1cf9069c1e1168a20dea3b343
- Some deep-in-the-weeds fixes to try to get "server default" comparison
working better across platforms and expressions, in particular on
the Postgresql backend, mostly dealing with quoting/not quoting of various
expressions at the appropriate time and on a per-backend basis.
Repaired and tested support for such defaults as Postgresql interval
and array defaults.
fixes #212
alembic/autogenerate/compare.py
alembic/autogenerate/render.py
alembic/ddl/postgresql.py
alembic/ddl/sqlite.py
docs/build/changelog.rst
tests/test_postgresql.py