[#5759] Add a comment to the parsingConnection() method

This commit is contained in:
lukaseder 2017-06-30 17:14:30 +02:00
parent 33d29e07e2
commit 5ddf4a7a28

View File

@ -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();