-
Notifications
You must be signed in to change notification settings - Fork 122
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
path flag of generator not working #426
Comments
What's the full command you ran? |
Correction: it seems on windows/vscode terminal the "./" infront of the .gen folder is the problem. when using . path the entire path is not used. jet -dsn=postgresql://postgres:postgres@localhost:5432/webDev?sslmode=disable -schema=public -path=./test //broken |
That's interesting, the relative path with |
Yes, tested with powershell, also omited relative path. The debug output of the generator also completly omits the relative path: |
That's when the path is
I agree, but then again path handling in Windows is a bit different. Can you please try with this command and let me know? |
yes, if the path is relative it seems to get completly ignored and omited.
same behavior, path omited |
Interesting, |
Describe the bug
whatever i write into the path flag for the jet generator has no influence on the destination path. When using the example path ./gen, the resulting files still just get generated into my workspace root with this structure: "DBName/schemaName/..."
there is no .gen folder created. When i create that first or try a different naming, still it is not copyied inside there nor a folder is created. it just cares about the database name and schema name for the path of generation.
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: