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

Make null keyword editable #30

Open
cyilcode opened this issue Mar 4, 2019 · 0 comments
Open

Make null keyword editable #30

cyilcode opened this issue Mar 4, 2019 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@cyilcode
Copy link
Contributor

cyilcode commented Mar 4, 2019

Currently, DynamicQueryAttribute converts null keyword into actual null searches. However, this might be a blocking issue for some users that uses string keyword null in their datasets.

For example this:
?o=Equals&p=MyProperty&v=null

will be converted as:
SELECT * FROM MyTable where MyProperty is null

however the actualy user intention might be
SELECT * FROM MyTable where MyProperty = 'null'

Solution:

Make null conversion keyword an editable option in DynamicQueryBuilderSettings object.

@cyilcode cyilcode added the enhancement New feature or request label Mar 4, 2019
@cyilcode cyilcode self-assigned this Mar 4, 2019
@SYOM29 SYOM29 linked a pull request Nov 25, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant