Uploaded image for project: 'Ignite'
  1. Ignite
  2. IGNITE-18658

Sql. Decimal overflow error is not raised in arithmetic operations

    XMLWordPrintableJSON

Details

    Description

      The following test cases are expected to fail

      skipif ignite3
      statement error
      SELECT d+1000000000000000.0 FROM decimals
      
      skipif ignite3
      statement error
      SELECT -1000000000000000.0-d FROM decimals
      
      skipif ignite3
      statement error
      SELECT 2*d FROM decimals 

      There are other examples in decimal_overflow.test

      Attachments

        Activity

          People

            jooger Iurii Gerzhedovich
            mzhuravkov Maksim Zhuravkov
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: