Open nopparatc opened 4 years ago
@nopparat-chomchoei: I think this is related to issues with using bindparam
that I uncovered in #79.
ran into the same issue today. Is the best workaround for this to do a for-loop in a transaction and update them all inidividually?
+1
+1
+1
+1
Hi, I am exploring the databases module and found this issue. Following examples how to update record using 'bindparam' on sqlalchemy.org website [here] and found this message
This is the code that I used.