Skip to content

Can you filter a column only in one direction? #780

Answered by Mimetis
symbiogenesis asked this question in Q&A
Discussion options

You must be logged in to vote

Removing the value on the OnTableChangesSelecting will not help, because it will delete the value on the client, I think.
I think using interceptor may help, but we can find another solution, maybe.

Something I would try is to use 2 scopes:

  • 1st scope (let's say scope name "all") that contains all your tables and the table containing the blob has all columns without the blob column.
    This scope is Bidirectional (this is the default value).
    You will have all the rows, without the blob, and even if a conflict occurs or whatever, the blob on the client will never been touched.
    Be sure the blob column allows null

  • Then I will do a 2nd scope with only the table with the blob, with all columns…

Replies: 5 comments 5 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by symbiogenesis
Comment options

You must be logged in to vote
4 replies
@Mimetis
Comment options

@Mimetis
Comment options

@symbiogenesis
Comment options

@Mimetis
Comment options

Comment options

You must be logged in to vote
1 reply
@Mimetis
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants