You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fixup! Support evaluation of Random.Next and NextDouble on db side
Remove invalid floor registration for decimal input: it converts
it to integer, which breaks with an invalid cast
NHibernate.Test.NHSpecificTest.GH0831.ByCodeFixture.CanHandleFloor
using IQuery.List<Decimal>. (Well, it would also be broken with a
non-casting floor, due to SQLite having a broken decimal support.
But it is still invalid as floor should not change the value type.)
This causes Random.Next to be unsupported for SQLite. Random.Double
stays supported.
0 commit comments