Re: [SQLObject] Regression in SQLObject 0.8.0 using MySQL

2007-03-06 Thread Oleg Broytmann
On Tue, Mar 06, 2007 at 12:40:53PM +0100, Markus Gritsch wrote: > On 3/3/07, Oleg Broytmann <[EMAIL PROTECTED]> wrote: > >On Sat, Mar 03, 2007 at 01:06:37PM +0300, Oleg Broytmann wrote: > >>I am going to release 0.8.1b1 with the fix (removed UNSIGNED from ID > >for > >> MySQL). Please test it

Re: [SQLObject] Regression in SQLObject 0.8.0 using MySQL

2007-03-06 Thread Markus Gritsch
On 3/3/07, Oleg Broytmann <[EMAIL PROTECTED]> wrote: > On Sat, Mar 03, 2007 at 01:06:37PM +0300, Oleg Broytmann wrote: > >I am going to release 0.8.1b1 with the fix (removed UNSIGNED from ID for > > MySQL). Please test it when it will be uploaded and announced. > > http://cheeseshop.python.org/

Re: [SQLObject] Regression in SQLObject 0.8.0 using MySQL

2007-03-03 Thread Oleg Broytmann
On Sat, Mar 03, 2007 at 01:06:37PM +0300, Oleg Broytmann wrote: >I am going to release 0.8.1b1 with the fix (removed UNSIGNED from ID for > MySQL). Please test it when it will be uploaded and announced. http://cheeseshop.python.org/pypi/SQLObject/0.8.1b1 Oleg. -- Oleg Broytmann

Re: [SQLObject] Regression in SQLObject 0.8.0 using MySQL

2007-03-03 Thread Oleg Broytmann
On Sat, Mar 03, 2007 at 12:53:54PM +0300, Oleg Broytmann wrote: >Can you set the debugging flag > > sqlhub.processConnection = connectionForURI('mysql://[EMAIL > PROTECTED]/test?debug=1') > >and show the entire output? Sorry, I was too slow to return to the bug report and too fast to

Re: [SQLObject] Regression in SQLObject 0.8.0 using MySQL

2007-03-03 Thread Oleg Broytmann
Hello! On Sat, Feb 24, 2007 at 12:44:42AM +0100, Dr. Markus Gritsch wrote: > the following simple script fails to run when using SQLObject 0.8.0. > It works fine when using SQLObject 0.7.3. > > --- > > from sqlobject import * > > sqlhub.processConnection = connectionForURI('mysql://[EMAIL PROTE

Re: [SQLObject] Regression in SQLObject 0.8.0 using MySQL

2007-02-24 Thread Oleg Broytmann
On Sat, Feb 24, 2007 at 05:41:19PM +0100, paul k?lle wrote: > IMO the real solution (tm) would be to change ForeignKey() (and probably > others) to match the type of the referrenced column. Otherwise the id > code using UNSIGNED INT has to be reverted. Not sure what it buys you > anyway... The

Re: [SQLObject] Regression in SQLObject 0.8.0 using MySQL

2007-02-24 Thread Dan Pascu
paul kölle wrote: > IMO the real solution (tm) would be to change ForeignKey() (and probably > others) to match the type of the referrenced column. Otherwise the id > code using UNSIGNED INT has to be reverted. Not sure what it buys you > anyway... > it doubles the range of possible ids (it als

Re: [SQLObject] Regression in SQLObject 0.8.0 using MySQL

2007-02-24 Thread paul kölle
Dr. Markus Gritsch schrieb: > On 2/24/07, paul kölle <[EMAIL PROTECTED]> wrote: >> Dr. Markus Gritsch schrieb: >> > Hi, >> > >> > the following simple script fails to run when using SQLObject 0.8.0. >> > It works fine when using SQLObject 0.7.3. >> > >> > --- >> > >> > from sqlobject import * >> >

Re: [SQLObject] Regression in SQLObject 0.8.0 using MySQL

2007-02-23 Thread Dr. Markus Gritsch
On 2/24/07, paul kölle <[EMAIL PROTECTED]> wrote: > Dr. Markus Gritsch schrieb: > > Hi, > > > > the following simple script fails to run when using SQLObject 0.8.0. > > It works fine when using SQLObject 0.7.3. > > > > --- > > > > from sqlobject import * > > > > sqlhub.processConnection = connectio

Re: [SQLObject] Regression in SQLObject 0.8.0 using MySQL

2007-02-23 Thread Dr. Markus Gritsch
On 2/24/07, paul kölle <[EMAIL PROTECTED]> wrote: > Dr. Markus Gritsch schrieb: > > Hi, > > > > the following simple script fails to run when using SQLObject 0.8.0. > > It works fine when using SQLObject 0.7.3. > > > > --- > > > > from sqlobject import * > > > > sqlhub.processConnection = connectio

Re: [SQLObject] Regression in SQLObject 0.8.0 using MySQL

2007-02-23 Thread paul kölle
Dr. Markus Gritsch schrieb: > Hi, > > the following simple script fails to run when using SQLObject 0.8.0. > It works fine when using SQLObject 0.7.3. > > --- > > from sqlobject import * > > sqlhub.processConnection = connectionForURI('mysql://[EMAIL PROTECTED]/test') Can you please turn on deb