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

Sqlite: Add translator for Math related functions #10526

Closed
smitpatel opened this issue Dec 9, 2017 · 0 comments
Closed

Sqlite: Add translator for Math related functions #10526

smitpatel opened this issue Dec 9, 2017 · 0 comments
Assignees
Labels
closed-fixed The issue has been fixed and is/will be included in the release indicated by the issue milestone. good first issue This issue should be relatively straightforward to fix. help wanted This issue involves technologies where we are not experts. Expert help would be appreciated. type-enhancement
Milestone

Comments

@smitpatel
Copy link
Member

smitpatel commented Dec 9, 2017

Some examples

CLR SQLite
Math.Max max
Math.Min min
Math.Round round

More can be find by looking at what SqlServer translates or looking at natively supported functions in SQLite.

@ajcvickers ajcvickers added this to the Backlog milestone Dec 11, 2017
@ajcvickers ajcvickers added type-enhancement help wanted This issue involves technologies where we are not experts. Expert help would be appreciated. labels Dec 11, 2017
@bricelam bricelam self-assigned this Dec 11, 2017
@bricelam bricelam added the closed-fixed The issue has been fixed and is/will be included in the release indicated by the issue milestone. label Dec 11, 2017
@bricelam bricelam modified the milestones: Backlog, 2.1.0 Dec 11, 2017
@bricelam bricelam added good first issue This issue should be relatively straightforward to fix. and removed good first issue This issue should be relatively straightforward to fix. labels May 31, 2019
@ajcvickers ajcvickers modified the milestones: 2.1.0-preview1, 2.1.0 Nov 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
closed-fixed The issue has been fixed and is/will be included in the release indicated by the issue milestone. good first issue This issue should be relatively straightforward to fix. help wanted This issue involves technologies where we are not experts. Expert help would be appreciated. type-enhancement
Projects
None yet
Development

No branches or pull requests

3 participants