In the description for NpgsqlRange's UpperBoundInfinite and LowerBoundInfinite properties, they claim to return true if the range's respective bound is infinite or unbounded, but reading either of these properties from a value returned from a database with its respective bound set to infinity will actually return false.
A minimal example is provided here.
In the description for
NpgsqlRange'sUpperBoundInfiniteandLowerBoundInfiniteproperties, they claim to returntrueif the range's respective bound is infinite or unbounded, but reading either of these properties from a value returned from a database with its respective bound set toinfinitywill actually returnfalse.A minimal example is provided here.