Skip to content

Conversation

@gramian
Copy link
Collaborator

@gramian gramian commented Feb 23, 2023

What does this PR do?

These changes add a SQL square root function sqrt().
Practically, this is function is based on the abs() function. Furthermore, square roots of negative numbers return null, to avoid an error.

Motivation

I think, this function is useful as it is one of the very few math functions
in the Enterprise Java Beans Query Language (EJB-QL).

Checklist

  • I have run the build using mvn clean package command
  • My unit tests cover both failure and success scenarios

@lvca lvca merged commit e8f512f into ArcadeData:main Mar 1, 2023
@lvca lvca self-requested a review March 1, 2023 02:19
@lvca lvca added this to the 23.2.1 milestone Mar 1, 2023
@lvca lvca added the enhancement New feature or request label Mar 1, 2023
@gramian gramian deleted the sqrt branch April 7, 2023 09:26
mergify bot added a commit that referenced this pull request Oct 5, 2025
Bumps [docker/login-action](https://github.com/docker/login-action) from 3.5.0 to 3.6.0.
Release notes

*Sourced from [docker/login-action's releases](https://github.com/docker/login-action/releases).*

> v3.6.0
> ------
>
> * Add `registry-auth` input for raw authentication to registries by [`@​crazy-max`](https://github.com/crazy-max) in [docker/login-action#887](https://github.com/docker/login-action/pull/887)
> * Bump `@​aws-sdk/client-ecr` to 3.890.0 in [docker/login-action#882](https://github.com/docker/login-action/pull/882) [docker/login-action#890](https://github.com/docker/login-action/pull/890)
> * Bump `@​aws-sdk/client-ecr-public` to 3.890.0 in [docker/login-action#882](https://github.com/docker/login-action/pull/882) [docker/login-action#890](https://github.com/docker/login-action/pull/890)
> * Bump `@​docker/actions-toolkit` from 0.62.1 to 0.63.0 in [docker/login-action#883](https://github.com/docker/login-action/pull/883)
> * Bump brace-expansion from 1.1.11 to 1.1.12 in [docker/login-action#880](https://github.com/docker/login-action/pull/880)
> * Bump undici from 5.28.4 to 5.29.0 in [docker/login-action#879](https://github.com/docker/login-action/pull/879)
> * Bump tmp from 0.2.3 to 0.2.4 in [docker/login-action#881](https://github.com/docker/login-action/pull/881)
>
> **Full Changelog**: <docker/login-action@v3.5.0...v3.6.0>


Commits

* [`5e57cd1`](docker/login-action@5e57cd1) Merge pull request [#890](https://github.com/docker/login-action/issues/890) from docker/dependabot/npm\_and\_yarn/aws-sdk-dependenc...
* [`97e3143`](docker/login-action@97e3143) chore: update generated content
* [`3a0796b`](docker/login-action@3a0796b) build(deps): bump the aws-sdk-dependencies group with 2 updates
* [`5b7b28b`](docker/login-action@5b7b28b) Merge pull request [#882](https://github.com/docker/login-action/issues/882) from docker/dependabot/npm\_and\_yarn/aws-sdk-dependenc...
* [`abc9fb3`](docker/login-action@abc9fb3) chore: update generated content
* [`d468688`](docker/login-action@d468688) build(deps): bump the aws-sdk-dependencies group with 2 updates
* [`a99b2f8`](docker/login-action@a99b2f8) Merge pull request [#883](https://github.com/docker/login-action/issues/883) from docker/dependabot/npm\_and\_yarn/docker/actions-to...
* [`0d7fae8`](docker/login-action@0d7fae8) chore: update generated content
* [`9832253`](docker/login-action@9832253) build(deps): bump `@​docker/actions-toolkit` from 0.62.1 to 0.63.0
* [`09e05bb`](docker/login-action@09e05bb) Merge pull request [#881](https://github.com/docker/login-action/issues/881) from docker/dependabot/npm\_and\_yarn/tmp-0.2.4
* Additional commits viewable in [compare view](docker/login-action@184bdaa...5e57cd1)
  
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\_score?dependency-name=docker/login-action&package-manager=github\_actions&previous-version=3.5.0&new-version=3.6.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
  
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show  ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
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 this pull request may close these issues.

2 participants