sector119 wrote: > >> though likely cleaner to pass the exact set of parameters desired. > > How to pass that params if I use bindparam at where() and values(), > but I don't want to update colums that are at where() clause, only at > values() ?
if you are using bindparam() objects, you'd given them all distinct names. > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
