Details

    • Sub-task
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • None
    • 0.8.0
    • Expression, SQL Parser

    Description

      Timestamp literal represents timestamp constant. It has the following bnf grammar.

      <timestamp literal>    ::=   TIMESTAMP <timestamp string>
      <timestamp string>    ::=   <quote> <unquoted timestamp string> <quote>
      <unquoted timestamp string>    ::=   <unquoted date string> <space> <unquoted time string>
      <unquoted date string>    ::=   <date value>
      <unquoted time string>    ::=   <time value> [ <time zone interval> ]
      <date value>    ::=   <years value> <minus sign> <months value> <minus sign> <days value>
      <time value>    ::=   <hours value> <colon> <minutes value> <colon> <seconds value>
      <time zone interval>    ::=   <sign> <hours value> <colon> <minutes value>
      

      Attachments

        1. TAJO-437.patch
          436 kB
          Hyunsik Choi
        2. TAJO-437_3.patch
          47 kB
          Hyunsik Choi
        3. TAJO-437_2.patch
          439 kB
          Hyunsik Choi

        Activity

          People

            hyunsik Hyunsik Choi
            hyunsik Hyunsik Choi
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: