[sqlalchemy] Re: Interned tring

2009-07-03 Thread limscoder
Ok, thanks On Jun 29, 7:39 am, "Michael Bayer" wrote: > I'd use a TypeDecorator around String for that. > > limscoderwrote: > > > What I meant to say was: > > > Is there a way to automatically get interned strings when querying > > objects with String properties? > > > On Jun 28, 2:20 pm,limscod

[sqlalchemy] Re: Interned tring

2009-06-29 Thread Michael Bayer
I'd use a TypeDecorator around String for that. limscoder wrote: > > What I meant to say was: > > Is there a way to automatically get interned strings when querying > objects with String properties? > > On Jun 28, 2:20 pm, limscoder wrote: >> Hi, >> >> Is there a way to automatically get an inte

[sqlalchemy] Re: Interned tring

2009-06-28 Thread limscoder
What I meant to say was: Is there a way to automatically get interned strings when querying objects with String properties? On Jun 28, 2:20 pm, limscoder wrote: > Hi, > > Is there a way to automatically get an interned string for objects > with String --~--~-~--~~~--