On Jan 14, 2008, at 12:12 PM, Alexandre Conrad wrote:
> Mike, > > Michael Bayer wrote: >> a certain id_channel. otherwise im still having trouble wrapping my >> head around what youre trying to do there. > > Enough guessing, here's the full test case with description of what > I'm > trying to do. :) > > Although, I wasn't able to make it run with sqlite, so it's running a > under a "foo" table with MySQL. (another hidden bug, I'm getting > (IntegrityError) medias.id may not be NULL). thats not hidden. SQLite cannot autoincrement primary key columns if the table contains a composite primary key which is the case here. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sqlalchemy" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sqlalchemy?hl=en -~----------~----~----~----~------~----~------~--~---
