sqlalchemy.exc.StatementError: (sqlalchemy.exc.InvalidRequestError) A value is required for bind parameter 'person_person_id' [SQL: u'UPDATE person SET person_id=?, name=? WHERE person.person_id = ?'] [parameters: [{'person_id': 1, 'name': u'Jim'}]]
Am I missing something, or is this a bug? Or just not an intended use-case of bulk_updating_mappings? Setting the name of the column to "id" seems to work, as does setting the name column to have a distinct name.
mike bayer
unread,
Nov 10, 2016, 10:33:09 AM11/10/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sqlal...@googlegroups.com
this is a bug and the good news is that using the column names is not a
workaround, so nobody would be doing that either.