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: Fix display size for DATE/DATETIME #40669

Merged
merged 4 commits into from
Apr 3, 2019

Commits on Mar 30, 2019

  1. SQL: Fix displa size for DATE/DATETIME

    A full format for a DATETIME would be:
    `2019-03-30T10:20:30.123456789+10:00` (example when asking for
    `current_timestamp(9)`) which is 35 chars long.
    
    For DATE a full format would be: `2019-03-30T00:00:00.000+10:00`
    which is 29 chars long.
    matriv committed Mar 30, 2019
    Configuration menu
    Copy the full SHA
    c4b10b6 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2019

  1. Remove 6 digits from precision.

    Currently we only display down to millis.
    matriv committed Apr 1, 2019
    Configuration menu
    Copy the full SHA
    86b7423 View commit details
    Browse the repository at this point in the history
  2. Fix test

    matriv committed Apr 1, 2019
    Configuration menu
    Copy the full SHA
    06b36eb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    18c0d45 View commit details
    Browse the repository at this point in the history