After upgrading from 4.0.16 to 4.0.18 any field that had a zero length has been destroyed. Specifically I had some double fields that had "4" and now have "2.055313086699586e-320". I also had some some datetime fields that have 0 length that now have "0000-00-00 00:00:00" where there were...
Why does this not work?
select * from Menus where 'g' IN (Menus.menuSecurity)
Explanation: Menus.menuSecurity contains an nvarchar field with this data - a,b,c,d,e,f,g,h
I get 0 results. If I remove everything except the letter g I get a result of 1 record as expected.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.