paradoxdriver icon indicating copy to clipboard operation
paradoxdriver copied to clipboard

Escape processing

Open leonhad opened this issue 3 months ago • 0 comments

Describe the bug The driver is not respecting escape processing.

To Reproduce Steps to reproduce the behavior:

  1. Set setEscapeProcessing(true) in Statement.
  2. Use a SQL with escaping.
  3. The result SQL can not be escaped.

Expected behavior The result SQL can not be escaped..

leonhad avatar May 05 '24 15:05 leonhad