Details

    • 10.2.2-3, 10.2.2-1, 10.2.2-2, 10.2.2-4, 10.1.18

    Description

      Add support for Oracle-style EXECUTE IMMEDIATE statement.

      This is used to execute a sql-statement stored in a string or variable, with possible arguments.

      Examples:

      EXECUTE IMMEDIATE 'SELECT 1' 
      

      This is a shorthand for:

      prepare stmt from "select 1";
      execute stmt;
      deallocate prepare stmt;
      

      Attachments

        Issue Links

          Activity

            Review done. Code looks good, asked to add one comment to one place before pushing

            monty Michael Widenius added a comment - Review done. Code looks good, asked to add one comment to one place before pushing

            Why does it have fix version 10.3.0 if it's been already pushed?

            elenst Elena Stepanova added a comment - Why does it have fix version 10.3.0 if it's been already pushed?

            Originally this was planned for 10.3.0, but then we decided to backport it to 10.2. I forgot to update "Fix version" after backporting.

            Added 10.2.3 to the "Fix version" list. Thanks for noticing this!

            bar Alexander Barkov added a comment - Originally this was planned for 10.3.0, but then we decided to backport it to 10.2. I forgot to update "Fix version" after backporting. Added 10.2.3 to the "Fix version" list. Thanks for noticing this!

            People

              bar Alexander Barkov
              bar Alexander Barkov
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Git Integration

                  Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.