-
Notifications
You must be signed in to change notification settings - Fork 153
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
Add divide, multiply, remainder and pow to the Math Operators. #3153
Add divide, multiply, remainder and pow to the Math Operators. #3153
Conversation
🦋 Changeset detectedLatest commit: 905758f The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
You have successfully added a new CodeQL configuration |
Performance ReportNo Performance Changes Show Full Table
Old Schema Generation: 39.574s |
packages/cypher-builder/src/expressions/operations/math.test.ts
Outdated
Show resolved
Hide resolved
Another thing that we should look is at having the unary minus |
Absolutely, we have to address the unary operators and the grouping before 1.x IMO! |
Description
Add
divide
,multiply
,remainder
andpow
to the Math Operators.Complexity
Complexity: Low
Checklist
The following requirements should have been met (depending on the changes in the branch):