Releases: modeldba/sql-surveyor
Releases · modeldba/sql-surveyor
1.4.1
1.5.0-alpha.0
Initial implementation of:
- Stored procedure execution parsing for PL/SQL
- Control flow statement parsing for PL/SQL
1.4.0
1.3.0
- Adds ability to control how errors are handled while surveying a SQL script. Optionally choose between logging errors or throwing errors (or neither). By default SQL Surveyor will throw errors. These options are specified during SQL Surveyor instance creation (second constructor argument).
- Can now change the SQL dialect for a SQLSurveyor instance that has already been instantiated using the
setDialect
method.
1.2.2
1.2.1
1.2.0
1.1.1
1.1.0
- Add support for column aliases in OutputColumns
- Improve consistency when parsing table names or aliases from output columns
- Attempt to finish parsing if an error occurs
- Fix bug where attempting to retrieve a subquery at a location between two other subqueries (would return the next subquery)