[Sqlalchemy-commits] commit/sqlalchemy: 2 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2017-03-17 18:17:14
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/fadb8d61babb/ Changeset: fadb8d61babb Branch: None User: RazerM Date: 2017-03-17 18:02:15+00:00 Summary: Implement comments for tables, columns Added support for SQL comments on :class:`.Table` and :class:`.Column` objects, via the new :paramref:`.Table.comment` and :paramref:`.Column.comment` arguments. The comments are included as part of DDL on table creation, either inline or via an appropriate ALTER statement, and are also reflected back within table reflection, as well as via the :class:`.Inspector`. Supported backends currently include MySQL, Postgresql, and Oracle. Co-authored-by: Mike Bayer <mi...@zz...> Fixes: #1546 Change-Id: Ib90683850805a2b4ee198e420dc294f32f15d35d Affected #: 19 files https://bitbucket.org/zzzeek/sqlalchemy/commits/d96fc5d02a92/ Changeset: d96fc5d02a92 Branch: master User: zzzeek Date: 2017-03-17 18:16:27+00:00 Summary: Merge "Implement comments for tables, columns" Affected #: 19 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |