On Fri, 2003-04-25 at 00:00, Peter Wilkinson wrote:
> Hi,
> I've been doing some work with SQLObject with debug turned on and
> noticed a lot more querying of the database going on than I expected.
First things first, what version are you using?
> Also I've been looking at adding support for an Interbase/Firebird
> connection, has anyone else done any work on this?
Someone mentioned it some time ago, but nothing came of it. Basic
support should be quite easy to add. Introspection is a bit more
difficult, but you can leave that out to start with. If you look at
PostgresConnection that should give you an idea. Ignore addColumn,
delColumn, columnsFromSchema, and guessClass to begin with.
Ian
|