]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Add ``comment`` attribute to :class:`.Column` ``__repr__`` method.
authorFederico Caselli <cfederico87@gmail.com>
Sat, 11 Apr 2020 18:52:12 +0000 (20:52 +0200)
committerFederico Caselli <cfederico87@gmail.com>
Sat, 11 Apr 2020 18:52:12 +0000 (20:52 +0200)
commitc01fa5fc24ee076097a1f7a755bd3628ff252379
treec8b4357d1461715b11d338a50c8490ac54fac131
parentd56887bcb63808ff6b42e4370ec082a8ef5a41a0
Add ``comment`` attribute to :class:`.Column` ``__repr__`` method.

Fixes #4138

Change-Id: Iad3604ce054aaac36fc93d623ae5058852875d97
doc/build/changelog/unreleased_13/4138.rst [new file with mode: 0644]
lib/sqlalchemy/sql/schema.py
test/sql/test_metadata.py