Petr Kobalíèek wrote: > > So, I can use that way in inserting one row, but can't when inserting > multiple rows ? It is correct ?
you can only use string keys as the arguments to the execute() method. this applies to one row or many. columns as keys can be used for the values argument/generative method on an insert() or update() construct. to be quite honest there was never an intention for columns as keys to not work properly when sent as keys as parameters to .execute(), there just seems to be a lack of testing in this case, so feel free to file a ticket for this. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
