fsprojects/SQLProvider

Is it possible to pull down a partial row and then update it?

Closed this issue · 1 comments

Hi @Thorium,

This is more of a question than a bug.

I have a table with a large json column.
I want to pull that record and make some updates to the other columns, but I don't want to pull down the json column because it's really big and I don't need to touch it. The problem is that if I select a subset of columns into a projection, then I can no longer update the columns.
Is there a way to do this, or maybe a workaround?

A little bit hack, but yes: #561 (comment)