Changes between Version 1 and Version 2 of Ticket #29291, comment 6


Ignore:
Timestamp:
Feb 16, 2019, 6:55:06 AM (6 years ago)
Author:
Can Sarıgöl

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #29291, comment 6

    v1 v2  
    1 as I can see, the problem is when we try to give the direct conditions to dbnull objects . If your columns is nullable, you have to manage it when you use in select or where clauses. q1 query might be changed like this:
     1as I can see, the problem is when we try to give the direct conditions to dbnull objects . If the column is nullable, you have to manage it when you use in select or where clauses. q1 query might be changed like this:
    22
    33
Back to Top