Uploaded image for project: 'Tajo (Retired)'
  1. Tajo (Retired)
  2. TAJO-1419

Tsql session command doesn't work

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 0.10.1
    • SQL Shell
    • None

    Description

      See the title.
      You can reproduce the bug as follows:

      default> select current_date, current_time();
      ?current_date,  ?current_time_1
      -------------------------------
      2015-03-19,  14:55:39.533999
      (1 rows, 0.043 sec, 0 B selected)
      default>
      default> \set timezone GMT+1
      default> select current_date, current_time();
      ?current_date,  ?current_time_1
      -------------------------------
      2015-03-19,  14:55:55.532
      (1 rows, 0.005 sec, 0 B selected)
      default>
      default> SET TIME ZONE 'GMT+1';
      OK
      default> select current_date, current_time();
      ?current_date,  ?current_time_1
      -------------------------------
      2015-03-19,  06:56:33.213
      (1 rows, 0.005 sec, 0 B selected)
      

      Attachments

        Activity

          People

            charsyam DaeMyung Kang
            jihoonson Jihoon Son
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: