On 05/20/2010 09:56 AM, Bryan wrote:
I know this has got to be simple. I am updating "table1" in MySQL. You are not allowed to use expressions as bind params, only
constants. Bind params are not allowed to change the "structure" of the
SQL statement, because part of the reason for bind params in the first
place is the server only has to parse/plan the SQL statement once,
regardless of how many items you put in updateVals. -Conor 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. |
- [sqlalchemy] Updating table w/ bindparam Bryan
- Re: [sqlalchemy] Updating table w/ bindparam Conor
