We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
dot
Example:
Having a directory / file called .inspect in the working directory leads to the following error when executing .inspect in the interactive prompt
.inspect
If there's a directory:
> .inspect Error: ResolveQueryAndArgsFromSQLString failed: error opening file '.inspect': read ./.inspect: is a directory
Tries to execute the contents if it's a file:
> .inspect Error: syntax error at or near "blah" (SQLSTATE 42601)
The text was updated successfully, but these errors were encountered:
c3d21d4
binaek
When branches are created from issues, their pull requests are automatically linked.
Example:
Having a directory / file called
.inspect
in the working directory leads to the following error when executing.inspect
in the interactive promptIf there's a directory:
Tries to execute the contents if it's a file:
The text was updated successfully, but these errors were encountered: