Opened 16 years ago

Last modified 4 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 gregboone, 13 years ago

Owner: changed from gregboone to romicadascalescu

comment:2 by jng, 4 months ago

Milestone: 3.4.04.2.0
Note: See TracTickets for help on using tickets.