[CONJ-819] Syntax error: Encountered \"<\" Created: 2020-08-14 Updated: 2020-11-17 Resolved: 2020-11-17 |
|
| Status: | Closed |
| Project: | MariaDB Connector/J |
| Component/s: | Other |
| Affects Version/s: | 2.6.2 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Daniel Mack | Assignee: | Diego Dupin |
| Resolution: | Incomplete | Votes: | 0 |
| Labels: | None | ||
| Environment: |
OS. Suse Linux Enterprise Server 12.2 |
||
| Description |
|
Hello, we are trying to execute this query: then we are getting this error message: We tried different mysql as well as mariadb connectors, but with the same result. Greetings Daniel |
| Comments |
| Comment by Diego Dupin [ 2020-08-17 ] | |||||||||||
|
testing with some snippet like :
doesn't seem to cause any issues. Parameters like ":source_host" are not handle by driver. Driver use question mark as parameter. Could you add option `dumpQueriesOnException=true` on connection string / log network with tools like Wireshark to see exactly what command is received by driver ? | |||||||||||
| Comment by Diego Dupin [ 2020-11-17 ] | |||||||||||
|
closing since no answer since more than 3 months |