Uploaded image for project: 'Couchbase Server'
  1. Couchbase Server
  2. MB-47370

Raise error UDF's present in Transactions SQL statements

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Major
    • 7.0.2, 7.1.0
    • 7.0.0
    • query
    • None
    • Untriaged
    • 1
    • Unknown

    Description

       
      CREATE FUNCTION to_meters(...) { args[0] * 0.3048 };
      begin work;
      SELECT to_meters(1);
              {
                  "code": 17003,
                  "msg": "default:to_meters function is not supported within the transaction"
              }
      rollback;
      
      

      Attachments

        Issue Links

          For Gerrit Dashboard: MB-47370
          # Subject Branch Project Status CR V

          Activity

            People

              pierre.regazzoni Pierre Regazzoni
              Sitaram.Vemulapalli Sitaram Vemulapalli
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes

                  PagerDuty