Skip to content

v1.7.0

tagged this 30 Jan 11:54
Adds a new Symfony console command similar to Doctrine's dbal:run-sql
that allows executing SQL statements directly against the AS400 database.

Features:
- Auto-detects SELECT queries and fetches results
- Uses transactions for modification queries (INSERT/UPDATE/DELETE)
- Table-formatted output by default
- --raw option for tab-separated output (useful for piping)
- --force-fetch option to force result fetching
Assets 2
Loading