Re: [sqlalchemy] dealing with column comments

2015-01-10 Thread Michael Bayer
we have a long-standing ticket to support database comments but none of that is implemented right now. Bao Niu wrote: > I wonder if there is a method/inspector in SQLAlchemy that allows me to > set/access column comments residing in sqlite database schema? I know I can > access it through PR

[sqlalchemy] dealing with column comments

2015-01-10 Thread Bao Niu
I wonder if there is a method/inspector in SQLAlchemy that allows me to set/access column comments residing in sqlite database schema? I know I can access it through PRAGMA table_info, I just wonder if I can do this directly in SA? I've searched the documentation but didn't find anything relate