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
See
sqlline/src/main/java/sqlline/SqlLine.java
Lines 442 to 452 in 2a8c629
$ ./sqlline -e '!tables' && echo $?
Expected: non-zero return code Actual:
$ ./sqlline -e '!tables' && echo return code is $? + java -Xmx1g -Djavax.xml.parsers.DocumentBuilderFactory=com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl -jar build/libs/sqllineClasspath.jar -e '!tables' No current connection sqlline version 1.9.0 return code is 0
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
See
sqlline/src/main/java/sqlline/SqlLine.java
Lines 442 to 452 in 2a8c629
$ ./sqlline -e '!tables' && echo $?
Expected: non-zero return code
Actual:
The text was updated successfully, but these errors were encountered: