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: protocol returns ISO 8601 String formatted dates instead of Long for JDBC/ODBC requests #36800

Merged
merged 3 commits into from Dec 19, 2018

Commits on Dec 18, 2018

  1. Change the way the protocol returns date fields from Long values in case

    of JDBC/ODBC, to ISO 8601 with millis String.
    astefan committed Dec 18, 2018
    Copy the full SHA
    05dd32f View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2018

  1. Adressing comments

    astefan committed Dec 19, 2018
    Copy the full SHA
    d812fc7 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    9d38eb7 View commit details
    Browse the repository at this point in the history