Re: [SQLObject] SQLObject 0.10.0b2

2008-02-19 Thread Markus Gritsch
On 18/02/2008, Oleg Broytmann <[EMAIL PROTECTED]> wrote: > On Sun, Feb 17, 2008 at 07:00:08PM +0100, Markus Gritsch wrote: > > what should one use as the omni-present parameter 'db' in various > > SQLObject 0.10 methods? In version 0.9 I used to call > > query.tablesUsed(), but this does not work

Re: [SQLObject] SQLObject 0.10.0b2

2008-02-18 Thread Oleg Broytmann
On Sun, Feb 17, 2008 at 07:00:08PM +0100, Markus Gritsch wrote: > what should one use as the omni-present parameter 'db' in various > SQLObject 0.10 methods? In version 0.9 I used to call > query.tablesUsed(), but this does not work anymore in 0.10 since > tablesUsed() requires the parameter 'db'.

Re: [SQLObject] SQLObject 0.10.0b2

2008-02-17 Thread Markus Gritsch
Hi, what should one use as the omni-present parameter 'db' in various SQLObject 0.10 methods? In version 0.9 I used to call query.tablesUsed(), but this does not work anymore in 0.10 since tablesUsed() requires the parameter 'db'. Kind regards, Markus ---