Released version 3.0.6
- Helpers: Fix
dumpSql()
for bool parameters (#251) - SqlPreprocessor: recoginzes (SELECT) UNION (SELECT) as parameteric command #248
- SqlPreprocessor: correctly escapes scalars when parameters are not used
- ConnectionPanel: uses capturing
- Revert "ConnectionPanel: params are useless for EXPLAIN"
- SqlPreprocessor: multi-insert accepts Row objects #247
- ResultSet: muted warnings
- Row: compatibility with operator ??
For the details you can have a look at the diff.