| Bug #62334 | 'IS NOT NULL' not supported | ||
|---|---|---|---|
| Submitted: | 2 Sep 2011 17:04 | Modified: | 8 Sep 2011 13:37 |
| Reporter: | Helge Weissig | Email Updates: | |
| Status: | Can't repeat | Impact on me: | |
| Category: | Connector / ODBC | Severity: | S2 (Serious) |
| Version: | 5.1.8/revision 984 | OS: | Linux (2.6.18-128.el5 x86_64)) |
| Assigned to: | Bogdan Degtyariov | CPU Architecture: | Any |
[2 Sep 2011 17:04]
Helge Weissig
[8 Sep 2011 8:20]
Bogdan Degtyariov
Hi Helge,
Have you built the ODBC driver rev 984 yourself?
I am asking because it can be sensitive to the version of UnixODBC and MySQL Client library.
Here is the output I get in my SQLPLUS:
SQL> select * from "test62334"@myodbc5 where "dbl" is not null;
test_id string dbl flt
----------------------------------------------
2 second 2
3 3 3
test_id string dbl flt
----------------------------------------------
I used sources from revision 984, UnixODBC 2.2.14 and MySQL Client library 5.5.15.
[8 Sep 2011 13:37]
Helge Weissig
Hi Bogdan, I compiled both the ODBC connector and unixODBC (2.3.0) myself. The mysql client library (5.0.77) was installed from the EL5 distribution.
