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 related. Thanks.
-- You received this message because you are subscribed to the Google Groups "sqlalchemy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sqlalchemy. For more options, visit https://groups.google.com/d/optout.
