Uploaded image for project: 'Calcite'
  1. Calcite
  2. CALCITE-3063

Babel parse should parse PostgreSQL posix regular expressions

    XMLWordPrintableJSON

Details

    Description

      Quoting from the referenced link below, posix operators are:

      Operator Description Example
      ~ Matches regular expression, case sensitive 'thomas' ~ '.thomas.'
      ~* Matches regular expression, case insensitive 'thomas' ~* '.Thomas.'
      !~ Does not match regular expression, case sensitive 'thomas' !~ '.Thomas.'
      !~* Does not match regular expression, case insensitive 'thomas' !~* '.vadim.'

       

      Reference: https://www.postgresql.org/docs/11/functions-matching.html#FUNCTIONS-POSIX-REGEXP

      Attachments

        Issue Links

          Activity

            People

              mgelbana Mohamed Mohsen
              mgelbana Mohamed Mohsen
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0h
                  0h
                  Logged:
                  Time Spent - 1h
                  1h