Skip to content
This repository has been archived by the owner on Oct 31, 2020. It is now read-only.

decimal #15

Closed
bricelam opened this issue Apr 23, 2018 · 2 comments
Closed

decimal #15

bricelam opened this issue Apr 23, 2018 · 2 comments

Comments

@bricelam
Copy link
Owner

Working with decimal values in queries could be greatly improved by registering and translating to UDFs

@bricelam
Copy link
Owner Author

Without this, we need to ensure server eval is blocked: dotnet/efcore#10534

@bricelam
Copy link
Owner Author

bricelam commented May 7, 2018

I decided this is a bad idea. Unlike TimeSpan where you just have to convert the value to another primitive value SQLite can perform operations on, decimal would require every operation to have its own UDF.

@bricelam bricelam closed this as completed May 7, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant