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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/10 support ibm style filtering #14

Merged
merged 18 commits into from
Jun 3, 2022

Conversation

michael-dean-haynie
Copy link
Collaborator

  • Added IBM-style filter parsing
  • Refactored MongoDB-style filter parsing so that output is same for both styles
  • Tons of tests 馃憤
  • Re-organized and formatted (prettier)

Readme still needs more info about filter styles and how to use the output.
I want to add that along with the ORM examples to avoid as much re-work as possible.

@michael-dean-haynie
Copy link
Collaborator Author

I'm looking in to test failures.

Node does not support Array.prototype.at() until v16.6.0
@michael-dean-haynie
Copy link
Collaborator Author

michael-dean-haynie commented Jun 1, 2022

Fixed CI test failures.
Failures on 12.x and 14.x node versions were due to Array.prototype.at() usage, which isn't supported by node until v16.6.0.

Not that it would solve this problem, but I think we should probably update the CI to use 14.x, 16.x and 18.x versions which are currently in use. I'll add an issue for that.

@michael-dean-haynie michael-dean-haynie merged commit 338967f into main Jun 3, 2022
@michael-dean-haynie michael-dean-haynie deleted the feature/10-support-ibm-style-filtering branch June 10, 2022 16:37
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.

None yet

2 participants