[sqlalchemy] autoloading with known columns

2011-02-02 Thread A.M.
Hello, I am using autoload to load some of my application metadata for views, however, since some information cannot be extracted from the view (such as the primary key) and because one UserDefinedType I am using cannot be recognized using reflection, I am passing certain column information

Re: [sqlalchemy] autoloading with known columns

2011-02-02 Thread Michael Bayer
On Feb 2, 2011, at 4:50 PM, A.M. wrote: Hello, I am using autoload to load some of my application metadata for views, however, since some information cannot be extracted from the view (such as the primary key) and because one UserDefinedType I am using cannot be recognized using