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
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'.
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
---
Hello!
I'm pleased to announce the 0.10.0b2 release of SQLObject.
What is SQLObject
=
SQLObject is an object-relational mapper. Your database tables are described
as classes, and rows are instances of those classes. SQLObject is meant to be
easy to use and quick to get started