Vitaly
Vitaly
Hi, is there something up about tests cancellation?
Datamodel gives System.InvalidProgramException: Common Language Runtime detected an invalid program.
Hi! I've got the same problem when used "InsertAsync". It crashes on one PC of 4. dotnet version is 3.1.8, bulk version is 0.8.2 InvalidProgramException: Common Language Runtime detected an...
Datamodel gives System.InvalidProgramException: Common Language Runtime detected an invalid program.
@neisbut Hi, any progress?
This is expected behavior. I did it to not to decrease performance because of function checking. Alternatively I created another service to validate formula input. Example 1:  Example 2:...
Thank you! - ";;" can be fixed in FormulaChecker - "-(!())" can be fixed it in the function NotAliasFunction and probably in FormulaChecker I should add validation as well... will...
If you share the results, I will be grateful) On the other hand, I'm not sure should I validate functions or not. For example, "UPPER()" will throw as well, I...
Hi guys, any progress? :)