[MDEV-21074] NOT LIKE filter request not working Created: 2019-11-18 Updated: 2019-11-19 Resolved: 2019-11-19 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - Connect |
| Affects Version/s: | 10.3.13 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Sergei Tihonov | Assignee: | Olivier Bertrand |
| Resolution: | Duplicate | Votes: | 0 |
| Labels: | None | ||
| Environment: |
RedHat 8 |
||
| Issue Links: |
|
||||||||
| Description |
|
Hello!
There is nothing in the results, but if I make a similar request in Oracle, everything is displayed After talking with our Oracle database specialists and intercepting the request, we noticed that query incoming in Oracle from JDBC by Connect Engine is not NOT LIKE, but just LIKE Although it is worth noting that even if I send a request like LIKE through Connect Engine - Then the result request appears. There is a feeling that the Connect Engine somehow does not work correctly with a filter like NOT LIKE, on the Oracle side, an error occurs rather than a NOT exception |
| Comments |
| Comment by Sergei Tihonov [ 2019-11-18 ] |
|
Ooohh I'm sorry, I found already created issue about this problem ( |