-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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 DbDecimal object #1547
base: main
Are you sure you want to change the base?
Add DbDecimal object #1547
Conversation
…n with the same parameter types regardless of the actual size of the data.
Can I get some input from some of the core contributors on this? Perhaps @mgravell or @NickCraver? |
We will look when we have a moment. Sorry for delay, but we have lots of
things on the go, and sadly this isn't our day job.
…On Mon, 12 Oct 2020, 19:11 Barry Stahl, ***@***.***> wrote:
Can I get some input from some of the core contributors on this? Perhaps
@mgravell <https://github.com/mgravell> or @NickCraver
<https://github.com/NickCraver>?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1547 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAEHMFN62OWWSGPX6DZTITSKNBD3ANCNFSM4R3GLP5Q>
.
|
While I really hope this item is eventually merged into the codebase, I understand and appreciate that working on this project is a labor of love and not anyone's paying job. That said, my DBAs have been extremely patient in tolerating the lack of consistency in Decimal data-types and the impacts to their tooling and processes. As such I need to move forward with a work-around of some type. It seems to me that my options are the following:
If anyone has any recommendations or concerns with any of these choices I would appreciate the feedback. Again, I am well aware of the demands that OSS creators have on their time and I don't want this in any way to be seen as a negative toward the project or its maintainers. This project has been and continues to be an important and valuable one to me and my company. |
This simplifies the syntax that allows queries to run with the same parameter types regardless of the actual size of the data as described in issue #1536.