Skip to content

Set function for Record type value #889

Answered by anderson-joyle
cchannon asked this question in Q&A
Discussion options

You must be logged in to vote

According to the documentation, there are 3 implementations of Patch function:

Patch( DataSource, BaseRecord, ChangeRecord1 [, ChangeRecord2, … ]) - Implemented
Patch( DataSource, BaseRecordsTable, ChangeRecordTable1 [, ChangeRecordTable2, … ] ) - Not implemented yet
Patch( Record1, Record2 [, …] ) - The one you are trying to execute. Contains known issues.

The PR mentioned by @jorisdg is actually a very similar fix to this problem but for a different Patch implementation (the first in the list above).
The following code is similar to yours but execute a different implementation (the first in the list above).

var opt = new ParserOptions()
{
    AllowsSideEffects = true,
};

var engine = n…

Replies: 3 comments 12 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
5 replies
@cchannon
Comment options

@MikeStall
Comment options

@cchannon
Comment options

@cchannon
Comment options

@cchannon
Comment options

Comment options

You must be logged in to vote
7 replies
@anderson-joyle
Comment options

@cchannon
Comment options

@cchannon
Comment options

@MikeStall
Comment options

@cchannon
Comment options

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