I've got two questions I hope are fairly straight forward: 1) I'd like to construct an insert, but specify "on duplicate key update" (obviously mysql). I've checked out out the manual covering explicit text, but I'm not sure how to add it to the end of the statement. Is that even the right way to do it?
2) For debugging purposes, I can easily see the text of a statement I've constructed, but it only contains "%s" tags for where my literals go. Where can I find the bind parameters so I can print them out, also? I can see them if the statement throws an exception, but I've been poring over the attributes of the select, the whereclause and the booleanexpression and can't find the RHS of my comparisons. Thanks for the help, e. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
