Combinations of settings that are not valid for capturing SQL statements

If you use any of these combinations of settings, pureQuery throws an exception.
Table 1. Combinations of settings that are not valid
captureMode executionMode capturedOnly allowDynamicSQL enableDynamicSQLReplacement
ON pureQuery ignores this value in this combination. pureQuery ignores this value in this combination. pureQuery ignores this value in this combination. TRUE
ON pureQuery ignores this value in this combination. TRUE pureQuery ignores this value in this combination. pureQuery ignores this value in this combination.
ON STATIC pureQuery ignores this value in this combination. FALSE pureQuery ignores this value in this combination.

Feedback