Uploaded image for project: 'MariaDB Connector/J'
  1. MariaDB Connector/J
  2. CONJ-800

implement Statement setEscapeProcessing to avoid escape

    XMLWordPrintable

Details

    Description

      Escaping can be a real source of slowdown for very large query.

      JDBC permit a solution with statement.setEscapeProcessing, to indicate to avoid escaping (to be called prior to execution).

      This task is to implement this method.

      example of use :

      try (Statement stmt = connection.createStatement()) {
        statement.setEscapeProcessing(false);
        statement.execute(myVeryLargeQuery);
      }
      

      Attachments

        Issue Links

          Activity

            People

              diego dupin Diego Dupin
              diego dupin Diego Dupin
              Votes:
              0 Vote for this issue
              Watchers:
              1 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.