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

#80 added support for escaping pipe control characters #113

Conversation

claytonandersen
Copy link
Contributor

Using an escaped comma or pipe in a value filter causes Sieve to send the escape character in the filter expression. This PR removes the escape character when the filter is built.

@ITDancer13
Copy link
Collaborator

We have the same issue on our side. Thanks for your attempt to fix it 👍

@hasanmanzak
Copy link
Collaborator

@claytonandersen Could you resolve the conflicts? I think there were other changes before this pr yet to be merged.

@ITDancer13
Copy link
Collaborator

@claytonandersen Thanks for your contribution. I've already fixed the comma issue when I merged the changes from my fork. Can you please rebase your branch and change the target to releases/3.0.0

@ITDancer13 ITDancer13 changed the base branch from master to releases/2.5.0 May 15, 2021 06:32
@ITDancer13 ITDancer13 changed the title #80 added support for escaping comma and pipe control characters #80 added support for escaping pipe control characters May 15, 2021
@ITDancer13 ITDancer13 linked an issue May 15, 2021 that may be closed by this pull request
@ITDancer13 ITDancer13 requested a review from hasanmanzak May 15, 2021 08:39
@hasanmanzak hasanmanzak merged commit 2854685 into Biarity:releases/2.5.0 May 15, 2021
@claytonandersen
Copy link
Contributor Author

Hey, looks like this was done, sorry I didn't get back to it until today. The merge looks good though. Thanks @ITDancer13 @hasanmanzak !

ITDancer13 added a commit that referenced this pull request Aug 29, 2021
* Setup release 2.5.0 with automated build and pre-releases

* #80 added support for escaping pipe control characters (#113)

* #80 added support for escaping comma and pipe control characters

* Update SieveModel.cs

Fix build. Accidentally broken by resolving conflicts.

* Migrate UnitTests to xUnit

Co-authored-by: Clayton Andersen <[email protected]>
Co-authored-by: ITDancer13 <[email protected]>
Co-authored-by: ITDancer139 <[email protected]>

* SieveProcessor.Options made protected property (#134)

Mapper assignment in constructor is moved to a null-coalescing member pair (a field and a property)
"IncludeScopes" switch is removed from appSettings.{env}.json files

* Revert to _mapper assignment in constructor. (#140)

* reverting fix (#142)

* Revert to _mapper assignment in constructor.

* reverting fix

* pass filter values as parameters (#112)

make GetClosureOverConstant really work

* Make ApplyFiltering, ApplySorting and ApplyPagination protected virtual #139 (#144)

* stop excluding null values when filtering using notEqual (#114)

* stop excluding null values when filtering using notEqual
* add IgnoreNullsOnNotEqual config field, to enable/disable the new feature

Co-authored-by: AnasZakarneh <[email protected]>

Co-authored-by: Clayton Andersen <[email protected]>
Co-authored-by: Clayton Andersen <[email protected]>
Co-authored-by: ITDancer139 <[email protected]>
Co-authored-by: Hasan Manzak <[email protected]>
Co-authored-by: alicak <[email protected]>
Co-authored-by: AnasZakarneh <[email protected]>
Co-authored-by: AnasZakarneh <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Invalid handling of escaped characters
5 participants