Subject | how to auto quit a non-interactive session ? |
---|---|
Author | Miguel Rozsas |
Post date | 2018-06-26T19:11:55Z |
Hi there !
I am running firebird client (isql-fb from
firebird-2.5.7.27050..0-1.el7.x86_64 package) on a CentOS 7 computer.
Is there any way to auto quit in a non-interactive session, like this:
echo "show tables;" | /usr/bin/isql-fb -user whatever -pas whatever
machine:dbalias
The problem with the above is the connection is not closed and the end of
sql statement and it is still waiting a quit which never comes.
The alternative which is addind explicity a "quit;" at end it is not
practical and not natural, as it should close the connection as everything
else does...
echo "show tables; quit;" | /usr/bin/isql-fb ....
Please, try to understand that I issue commands like that all the time and
I have lots of bash scripts that need to be ported to this new machine just
to add a quit in every sql statement....very annoying...
--
Ápice Sistemas de Energia Ltda
PABX: (19) 3754-5000
Visite nosso website:
www.apice.com.br <http://www.apice.com.br>
Esta
mensagem eletrônica pode
conter informações privilegiadas e/ou
confidenciais, portanto fica o seu
receptor notificado de que qualquer
disseminação, distribuição ou cópia
não autorizada é estritamente
proibida. Se você entende que recebeu esta
mensagem indevidamente ou por
engano, por favor informe este fato ao
remetente e a apague de seu
computador.
[Non-text portions of this message have been removed]
I am running firebird client (isql-fb from
firebird-2.5.7.27050..0-1.el7.x86_64 package) on a CentOS 7 computer.
Is there any way to auto quit in a non-interactive session, like this:
echo "show tables;" | /usr/bin/isql-fb -user whatever -pas whatever
machine:dbalias
The problem with the above is the connection is not closed and the end of
sql statement and it is still waiting a quit which never comes.
The alternative which is addind explicity a "quit;" at end it is not
practical and not natural, as it should close the connection as everything
else does...
echo "show tables; quit;" | /usr/bin/isql-fb ....
Please, try to understand that I issue commands like that all the time and
I have lots of bash scripts that need to be ported to this new machine just
to add a quit in every sql statement....very annoying...
--
Ápice Sistemas de Energia Ltda
PABX: (19) 3754-5000
Visite nosso website:
www.apice.com.br <http://www.apice.com.br>
Esta
mensagem eletrônica pode
conter informações privilegiadas e/ou
confidenciais, portanto fica o seu
receptor notificado de que qualquer
disseminação, distribuição ou cópia
não autorizada é estritamente
proibida. Se você entende que recebeu esta
mensagem indevidamente ou por
engano, por favor informe este fato ao
remetente e a apague de seu
computador.
[Non-text portions of this message have been removed]