Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
wants to merge 3 commits into from

Conversation

mbilodeau6
Copy link

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

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
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