[sqlalchemy] Re: [patch] max() arg is an empty sequence while trying to reflect bugzilla table

2007-09-06 Thread Marcin Kasperski
Michael Bayer [EMAIL PROTECTED] writes: hey Marcin - Seems like Jason Kirtland is out today. Any chance you could add a simple test case to test/dialect/mysql.py for this ? Seems he already did this ;-) And he also improved my patch, in the meantime I discovered that while my patch was

[sqlalchemy] Re: [patch] max() arg is an empty sequence while trying to reflect bugzilla table

2007-09-06 Thread jason kirtland
Marcin wrote: Seems he already did this ;-) And he also improved my patch, in the meantime I discovered that while my patch was sufficient to avoid the failure, internally enum values were not correctly extracted (noticed this while inspecting in the debugger, not sure whether it is of any

[sqlalchemy] Re: [patch] max() arg is an empty sequence while trying to reflect bugzilla table

2007-09-05 Thread Michael Bayer
hey Marcin - Seems like Jason Kirtland is out today. Any chance you could add a simple test case to test/dialect/mysql.py for this ? It might go quite nicely into test_type_reflection(). We generally like to add unit tests at the same time bugs like these are fixed. - mike On Sep 5,

[sqlalchemy] Re: [patch] max() arg is an empty sequence while trying to reflect bugzilla table

2007-09-05 Thread jason kirtland
Marcin Kasperski wrote: Attached patch seems to resolve both problems. Thanks, this is fixed in r3464. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups sqlalchemy group. To post to this group, send email to