Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generated export_schema.ps1 contains bash if else #1797

Closed
robinpringle opened this issue Jul 4, 2024 · 1 comment
Closed

Generated export_schema.ps1 contains bash if else #1797

robinpringle opened this issue Jul 4, 2024 · 1 comment

Comments

@robinpringle
Copy link

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

@darold
Copy link
Owner

darold commented Aug 10, 2024

Commit 16b24ea fixes this issue.

@darold darold closed this as completed Aug 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants