Release notes for re-motion version 1.13.43

List of Issues

Bugfixes

New Features

Details

[COMMONS-2146] Linq: Conditions with boolean properties in a where clause do not work anymore

Component/s: Data.Linq
Issue Type: Bug
Resolution: Fixed
Status: Closed


These are all the variants that lead to SqlExceptions:
where e.BooleanProperty == true
where !e.BooleanProperty
where e.Int32Property == 2147483647 && !e.BooleanProperty
where e.Int32Property == -2147483647 && e.BooleanProperty
where e.Int32Property == -2147483647 && e.BooleanProperty == true
where e.Int32Property == 2147483647 && e.BooleanProperty == false

=> fixed in Acta Nova branch

[COMMONS-2156] Release notes for re-linq build

Component/s: Data.Linq
Issue Type: New Feature
Resolution: Fixed
Status: Closed


(no description)