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

Improve value matching to consider types #838

Open
ramnivas opened this issue Jul 2, 2023 · 0 comments
Open

Improve value matching to consider types #838

ramnivas opened this issue Jul 2, 2023 · 0 comments

Comments

@ramnivas
Copy link
Contributor

ramnivas commented Jul 2, 2023

Consider lt_values, gt_values etc in core_resolver::access_resolver. Currently, it assumes the values to be numbers.

We need to consider other types. For example, we should be able to compare timestamps, dates, etc. This will require converting strings (the input/output representation of those types) to those types before comparing.

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

No branches or pull requests

1 participant