Re: Cache DB backend

2009-08-02 Thread Leo Soto M.
On Sun, Aug 2, 2009 at 11:41 AM, Fraser Nevett wrote: [...] > I won't spend any time on refactoring, but I have opened a ticket > (#11623) and created a patch to ensure the table names get properly > quoted in the SQL (which I think is a good idea, even if actually > using the

Re: Cache DB backend

2009-08-02 Thread Fraser Nevett
On Aug 2, 2:48 pm, Russell Keith-Magee wrote: > On Sat, Aug 1, 2009 at 6:06 PM, Fraser  Nevett wrote: > > > I was looking at the database cache backend and noticed a number of of > > things that might be worth improving... > > >  * The

Re: Cache DB backend

2009-08-02 Thread Russell Keith-Magee
On Sat, Aug 1, 2009 at 6:06 PM, Fraser Nevett wrote: > > I was looking at the database cache backend and noticed a number of of > things that might be worth improving... > >  * The "createcachetable" management command manually constructs and > executes SQL to create the

Cache DB backend

2009-08-01 Thread Fraser Nevett
I was looking at the database cache backend and noticed a number of of things that might be worth improving... * The "createcachetable" management command manually constructs and executes SQL to create the table. This is seems a bit undesirable as we already have a well-established and