Skip to content

Commit

Permalink
[#5759] Add a comment to the parsingConnection() method
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaseder committed Jun 30, 2017
1 parent 33d29e0 commit 5ddf4a7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion jOOQ/src/main/java/org/jooq/DSLContext.java
Expand Up @@ -198,7 +198,11 @@ public interface DSLContext extends Scope , AutoCloseable {
* has been obtained from {@link ConnectionProvider#acquire()} and must be
* released by calling {@link Connection#close()}.
* <p>
* This is experimental functionality.
* This is experimental functionality. While this works well for static
* {@link Statement} executions, bind variables and their position
* calculation might cause issues when the generated SQL output involves
* more complex SQL transformation. See also <a href=
* "https://github.com/jOOQ/jOOQ/issues/5759">https://github.com/jOOQ/jOOQ/issues/5759</a>.
*/
Connection parsingConnection();

Expand Down

0 comments on commit 5ddf4a7

Please sign in to comment.