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

SQL: have the drivers (JDBC/ODBC) respond with ISO8601 formatted dates #36756

Closed
astefan opened this issue Dec 18, 2018 · 2 comments
Closed

SQL: have the drivers (JDBC/ODBC) respond with ISO8601 formatted dates #36756

astefan opened this issue Dec 18, 2018 · 2 comments

Comments

@astefan
Copy link
Contributor

astefan commented Dec 18, 2018

The SQL protocol, as it stands now, makes a difference between the drivers' responses and REST/CLI responses when it comes to date fields: for JDBC/ODBC these are returned as millis since epoch, while for the rest of request types they are returned as ISO8601 formatted Strings.
We should return ISO8601 formatted String for the drivers, as well.

@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-search

@astefan
Copy link
Contributor Author

astefan commented Dec 20, 2018

master (7.0.0): d31eaf7
6.x (6.7.0): f233452
6.6 (6.6.0): 236adc8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants