Re: [SQLObject] createTable() broken for some backends in SQLObject 0.8.0

2007-03-03 Thread Oleg Broytmann
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.

Re: [SQLObject] createTable() broken for some backends in SQLObject 0.8.0

2007-03-03 Thread Markus Gritsch
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

Re: [SQLObject] createTable() broken for some backends in SQLObject 0.8.0

2007-03-03 Thread Oleg Broytmann
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

Re: [SQLObject] createTable() broken for some backends in SQLObject 0.8.0

2007-02-24 Thread Oleg Broytmann
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

[SQLObject] createTable() broken for some backends in SQLObject 0.8.0

2007-02-24 Thread Markus Gritsch
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