On Sat, Mar 03, 2007 at 01:52:24PM +0100, Markus Gritsch wrote:
> >with Firebird or MaxDB?
>
> No, I have neither. I just saw it while skimming through the source files.
Ok. I asked because there is anohter problem with
MaxdbConnection.createTable(), and I'd like to test it and debug.
Oleg.
On 3/3/07, Oleg Broytmann <[EMAIL PROTECTED]> wrote:
> On Sat, Feb 24, 2007 at 01:17:20PM +0100, Markus Gritsch wrote:
> > since SQLobject 0.8.0 the methods createTable() and createTableSQL()
> > in dbconnection.py changed their interface regarding the return
> > values. From looking at the source
On Sat, Feb 24, 2007 at 01:17:20PM +0100, Markus Gritsch wrote:
> since SQLobject 0.8.0 the methods createTable() and createTableSQL()
> in dbconnection.py changed their interface regarding the return
> values. From looking at the source code the backends
> firebirdconnection.py and maxdbconnectio
On Sat, Feb 24, 2007 at 01:17:20PM +0100, Markus Gritsch wrote:
> since SQLobject 0.8.0 the methods createTable() and createTableSQL()
> in dbconnection.py changed their interface regarding the return
> values. From looking at the source code the backends
> firebirdconnection.py and maxdbconnectio
Hi,
since SQLobject 0.8.0 the methods createTable() and createTableSQL()
in dbconnection.py changed their interface regarding the return
values. From looking at the source code the backends
firebirdconnection.py and maxdbconnection.py overwrite createTable(),
but still use the interface used in S