ora2pg
ora2pg copied to clipboard
Generated export_schema.ps1 contains bash if else
When generating a new project the resulting powershell export script contains an if else more akin to bash. It should be: if ($etype -eq "TABLE") { $blob_to_lo="" } else { $blob_to_lo="" }