[FIXED] Unable to update multiple columns - possible bug

Hello Anvil team,

I might be missing something obvious, but for some reason this app is unable to update two columns at the same time.

Edit: It seems that one of the columns is being overwritten unexpectedly. For example:

app_tables.my_row.update(col1=some_blob_media_1, col2=some_blob_media_2)

updates col1 with some_blob_media_2.

https://anvil.works/build#clone:DXJDFGAUE4XEMOHI=DV7RE6WHS5UXHJCQ5NRLR3MY

This was discovered while trying to move data from some text columns into a Blob Media column here by @aldo.ercolani

It is possible that my brain is failing me here.

Many thanks for reporting this, I can reproduce it. Definitely a bug, not something you’re doing wrong.

This is now fixed, as mentioned in: Database query performance.