-
Notifications
You must be signed in to change notification settings - Fork 936
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
NH-3787 - Decimal truncation in Linq ternary expression #1335
Comments
fredericDelaporte
added a commit
to fredericDelaporte/nhibernate-core
that referenced
this issue
Nov 27, 2017
With #1196, the default scale is now exec sp_executesql N'
select testentity0_.Id as id1_0_, testentity0_.UsePreviousRate as usepreviousrate2_0_,
testentity0_.PreviousRate as previousrate3_0_, testentity0_.Rate as rate4_0_
from TestEntity testentity0_
where cast(case
when testentity0_.UsePreviousRate=1 then testentity0_.PreviousRate
else testentity0_.Rate end
as DECIMAL(28, 10))=@p0',
N'@p0 decimal(18,13)',@p0=12345.1234567890123 |
fredericDelaporte
added a commit
to fredericDelaporte/nhibernate-core
that referenced
this issue
Nov 27, 2017
fredericDelaporte
added a commit
to fredericDelaporte/nhibernate-core
that referenced
this issue
Nov 30, 2017
fredericDelaporte
added a commit
to fredericDelaporte/nhibernate-core
that referenced
this issue
Nov 30, 2017
fredericDelaporte
added a commit
that referenced
this issue
Dec 7, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Erik jansson created an issue — 6th May 2015, 10:10:01:
Erik jansson added a comment — 2nd October 2017, 8:34:07:
Frédéric Delaporte added a comment — 2nd October 2017, 16:36:44:
Frédéric Delaporte added a comment — 2nd October 2017, 17:25:11:
The text was updated successfully, but these errors were encountered: