Skip to content

Fix for issue #69... Support embedded quotes in string literal#70

Closed
mbilodeau6 wants to merge 3 commits intozzzprojects:masterfrom
mbilodeau6:master
Closed

Fix for issue #69... Support embedded quotes in string literal#70
mbilodeau6 wants to merge 3 commits intozzzprojects:masterfrom
mbilodeau6:master

Conversation

@mbilodeau6
Copy link
Copy Markdown

Changed the parser to recognize if an character is escaped in a string literal. In particular, it won't try to end a string literal on an escaped quote. With this change the library will now support something like .Where("Property1 == "This \"is\" a test."")

@StefH
Copy link
Copy Markdown

StefH commented Mar 31, 2017

Thanks.

I've implemented you changes in my project (https://github.com/StefH/System.Linq.Dynamic.Core).

@JonathanMagnan
Copy link
Copy Markdown
Member

Hello,

This pull will be closed since this repo is no longer maintained.

We recommend you to move to System.Linq.Dynamic.Core instead. If the bug still exists in this repo, you can create an issue and link to this pull or create a new pull and we will look at it.

Best Regards,

Jon


Performance Libraries
context.BulkInsert(list, options => options.BatchSize = 1000);
Entity Framework ExtensionsEntity Framework ClassicBulk OperationsDapper Plus

Runtime Evaluation
Eval.Execute("x + y", new {x = 1, y = 2}); // return 3
C# Eval FunctionSQL Eval Function

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants