[sqlalchemy] setting MapperProperty lazy attribute after property is created

2011-03-05 Thread Kent
Oracle 8 strikes again. But our client's current legacy application requires it (until we can get them off the app). Anyway, when Oracle 8 is detected, I wish to convert certain mapper properties' lazy attribute from False = 'subquery' because oracle 8 isn't smart enough to run the query

Re: [sqlalchemy] setting MapperProperty lazy attribute after property is created

2011-03-05 Thread Michael Bayer
On Mar 5, 2011, at 10:37 AM, Kent wrote: Oracle 8 strikes again. But our client's current legacy application requires it (until we can get them off the app). Anyway, when Oracle 8 is detected, I wish to convert certain mapper properties' lazy attribute from False = 'subquery' because