paradoxdriver icon indicating copy to clipboard operation
paradoxdriver copied to clipboard

Paradox JDBC type 4 Driver

Results 2 paradoxdriver issues
Sort by recently updated
recently updated
newest added

**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...

bug

When I perform an UPDATE, an error is always returned, for example: UPDATE table SET field_a = 'S' WHERE field_b = 'A03'; ERROR: operation not supported. [SQL state = 1007]...

enhancement