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

Add CONVERT function(enabled in Oracle library)

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.38.0
    • 1.39.0
    • core

    Description

      Unlike standard CONVERT function implemented in Calcite:

      convert(string bytea, src_encoding name, dest_encoding name)
      

      Oracle's CONVERT works like:

      convert(string bytea, dest_encoding name[, src_encoding name])
      

      If the 'src_encoding' parameter is not specified, then it uses the default character set.

      Attachments

        Issue Links

          Activity

            People

              VAE ZheHu
              VAE ZheHu
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: