XMLWordPrintable

Details

    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

            People

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

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - 5d
                  5d
                  Remaining:
                  Time Spent - 3d 20m Remaining Estimate - 1d 7h 40m
                  1d 7h 40m
                  Logged:
                  Time Spent - 3d 20m Remaining Estimate - 1d 7h 40m
                  3d 20m

                  Git Integration

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