v4.3.33
What's Changed
- fix: correct common user syntax for
oracle
multi-tenant database versions by @manderson-it in #377 - chore(docs): Add separate examples for CDB and non-CDB databases. by @wpuziewicz in #379
- chore(docs): Updated documentation to reflect use of flag --allDbs. by @wpuziewicz in #375
- Update docs regarding parameter --vmUserName. by @wpuziewicz in #383
- feat: adds
postgres_fdw
to supported FDW types by @cofin in #384 - feat: adds
is_encrypted
andhas_primary_key
indicator to table details by @cofin in #385 - feat: adds
database_name
toextensions
andtable_details
forpostgres
by @cofin in #386 - fix:
mssql
fix blocked features and handle spaces in database name by @shane-borden in #387 - feat: skip collecting segment data for
oracle
for performance by @wpuziewicz in #389 - feat: Convert Oracle SQL script substitution variables to bind variables by @wpuziewicz in #380
- fix: add missing quotation to
table_details
fields by @cofin in #390 - docs: Updated typo for supported versions by @cofin in #391
- feat: MSSQL remove temp tables and other various improvements by @shane-borden in #393
- feat: Update
oracle
docs, readme and help regardingSTATSPACK
collection. by @wpuziewicz in #394
New Contributors
- @manderson-it made their first contribution in #377
Full Changelog: v4.3.32...v4.3.33