Uploaded image for project: 'Chemistry (Retired)'
  1. Chemistry (Retired)
  2. CMIS-160

Implement decimal literals in CMISQL parser

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • None
    • chemistry-old
    • None

    Description

      We must implement the missing:
      <signed numeric literal> ::= !! As defined by SQL-92 grammar.
      That is:
      <signed numeric literal> ::= [ <sign> ] <unsigned numeric literal>
      <unsigned numeric literal> ::= <exact numeric literal> | <approximate numeric literal>
      <exact numeric literal> ::= <unsigned integer> [ <period> [ <unsigned integer> ] ] | <period> <unsigned integer>
      <sign> ::= <plus sign> | <minus sign>
      <approximate numeric literal> ::= <mantissa> E <exponent>
      <mantissa> ::= <exact numeric literal>
      <exponent> ::= <signed integer>
      <signed integer> ::= [ <sign> ] <unsigned integer>
      <unsigned integer> ::= <digit>...

      Attachments

        Activity

          People

            fguillaume Florent Guillaume
            fguillaume Florent Guillaume
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: