Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Investigate a workaround for apps using dot as catalog separator #238

Open
bpintea opened this issue Apr 3, 2020 · 0 comments
Open

Investigate a workaround for apps using dot as catalog separator #238

bpintea opened this issue Apr 3, 2020 · 0 comments

Comments

@bpintea
Copy link
Collaborator

bpintea commented Apr 3, 2020

ODBC offers an info type allowing the client application to query the driver on what catalog separator to use. ES uses : with the . having a special semantic with JSON (nested) docs.
Nevertheless, some applications either don't bother making the proper info call (ex. Alteryx) or disregard the response if they do (ex Crystal Reports).

A workaround could consist of:

  • no longer advertising support for catalogs; and/or
  • rewrite the query to correct the use of the wrong character.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant