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

Add more SQL helpers #21

Closed
esentio opened this issue Apr 7, 2018 · 1 comment
Closed

Add more SQL helpers #21

esentio opened this issue Apr 7, 2018 · 1 comment
Labels
feature New feature or request

Comments

@esentio
Copy link
Owner

esentio commented Apr 7, 2018

Add more helpers for SQL functions.

@esentio esentio added the feature New feature or request label Apr 7, 2018
@esentio
Copy link
Owner Author

esentio commented Jul 17, 2020

Since addition of Exp.Raw<T> in #62, there is a simple way how to add chunks of raw SQL to the query. Especially to SELECT clause where it was not possible to use raw SQL before and we had to rely on SQL helpers.

The point of SQL helpers is not to blindly port every SQL function. Function (or SQL expression, ...) represented by the helper should be very common to justify porting it to managed code. Or ideally, helper method should provide an additional value, like for example DateTime.SameDay() method.

Quite certainly, there will be added new useful SQL helpers in the future. But I'm closing this for now.

@esentio esentio closed this as completed Jul 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant