Skip to content

Commit e28edbb

Browse files
fixup! Raise maximal decimal precision from 28 to 29 when .Net is the limiting factor.
1 parent a4278ce commit e28edbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NHibernate.Test/DriverTest/SqlClientDriverFixture.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ public void QueryPlansAreReused()
161161
[Test]
162162
public void DefaultPrecisionScale()
163163
{
164-
const byte defaultPrecision = 28;
164+
const byte defaultPrecision = 29;
165165
const byte defaultScale = 10;
166166
var driver = Sfi.ConnectionProvider.Driver;
167167
try

0 commit comments

Comments
 (0)