TQLS script SHA error
Hello, when loading any .tqls I'm getting the following error: error:
The command that is running is as follows:
This is on TypeDB CE 3.5.1
7 Replies
hmmm weird! that's a new feature i just added looks like it's not working as expected š¤ lemme test it out quickly @AM
@AM ok im struggling to reproduce this - can you echo out what $arg is in the execution command?
Do you have multiple
sources in your repro? I ran into that too.lemme check
ohh the newline isn't being respected gotchu
arg is "_main.tqls" which does have multiple sources within a schema
got it
ill pick this up tomorrow or thursday!
@dmitrii you can review the fix here https://github.com/typedb/typedb-console/pull/310
GitHub
Fix optional argument parsing and add tests by flyingsilverfin Ā· P...
Usage and product changes
We fix a reported error where optional arguments (such as the sha for a source command) would cause errors when not present in a script. In particular, the next script lin...
@AM check out the latest TypeDB release and let me know if it works :
š