[sqlalchemy] Reflection of table/columns comments

2015-12-15 Thread Lele Gaifax
Hi all, I'd like to investigate a possible "special" usage/abuse of comments on schema objects, available for example under PostgreSQL. In many applications, I use the "info" slot of table's columns to store visual settings, mainly a "label" and an "hint", something like class

Re: [sqlalchemy] Reflection of table/columns comments

2015-12-15 Thread Mike Bayer
On 12/15/2015 07:46 AM, Lele Gaifax wrote: > Hi all, > > I'd like to investigate a possible "special" usage/abuse of comments on schema > objects, available for example under PostgreSQL. > > In many applications, I use the "info" slot of table's columns to store visual > settings, mainly a