Re: [sqlalchemy] Status of column comment support (mainly interested in MySQL)

2014-10-28 Thread Michael Bayer
if you want to make a simple pull request that just adds a keyword argument “comments” to Column and Table (including some basic tests, probably in test/sql/test_compiler.py for now), we can add that in. The more elaborate stuff with __doc__ and declarative, I definitely don’t think __doc__

[sqlalchemy] Status of column comment support (mainly interested in MySQL)

2014-10-27 Thread Jacek Szpot
Hey list, What's the state of support for column comments? I was only able to dig out one mention of this — from 2009 [1] — and the docs only seem to mention this in the description of the `Column.doc` attribute. [2] I'd be interested in helping out with this one, if possible. Just let me