Opened 17 years ago
Last modified 11 months ago
#340 new defect
SDF Provider defect : Not in and not like has wrong behavior with null values
Reported by: | bscott | Owned by: | romicadascalescu |
---|---|---|---|
Priority: | major | Milestone: | 4.2.0 |
Component: | SDF Provider | Version: | 3.2.0 |
Severity: | 3 | Keywords: | |
Cc: | External ID: |
Description
In Oracle,SqlServer,PostGIS,Access and MySql i have this sample table
MYKEY MYSTRCOLUMN 1 aa 2 in row 2 MyStrColumn is null
When we execute these sql statement
Select MYKEY from MYTABLEwhere MYSTRCOLUMN not in ('aa')
or
Select * from MyTable where MyStrColumn not like ('%aa')
it returns no row
With Sdf provider it returns row 2
Change History (2)
comment:1 by , 14 years ago
Owner: | changed from | to
---|
comment:2 by , 11 months ago
Milestone: | 3.4.0 → 4.2.0 |
---|
Note:
See TracTickets
for help on using tickets.