This repository has been archived by the owner on Mar 31, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 49
SQuirrel and JDBC driver SQL date format #6
Comments
Thanks for reporting this issue. We're looking into it. Also, just to confirm, could you post a sample of the date fields from |
Here is the sample of the date fields data.
|
Our own fix for this issue was this patch. Works now ok with SQuirrel and SQLWorkbenchJ
|
I have a similar issue with timestamps in the following format:
with a query like I may have a fix and will send a pull request |
tbrugz
added a commit
to tbrugz/sql-jdbc
that referenced
this issue
May 3, 2019
tbrugz
added a commit
to tbrugz/sql-jdbc
that referenced
this issue
May 16, 2019
qreshi
pushed a commit
that referenced
this issue
May 16, 2019
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Trying to select date fields from ES using JDBC driver and SQuirrel returns errors to the execution logs. All the date fields are seen as
<Error>
within the result set.The select I'm trying to execute is:
select * from kibana_sample_data_logs;
SQuirrel logs:
The text was updated successfully, but these errors were encountered: