ora2pg icon indicating copy to clipboard operation
ora2pg copied to clipboard

Generated export_schema.ps1 contains bash if else

Open robinpringle opened this issue 7 months ago • 0 comments

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="" }

robinpringle avatar Jul 04 '24 02:07 robinpringle