firebird icon indicating copy to clipboard operation
firebird copied to clipboard

[FR] add disconnect command in isql

Open basid-irk opened this issue 1 year ago • 2 comments

Currently no way close connection without leave isql - only exit and quit command exist. Will usefull add disconnect command with parameters:

  • commit [transaction]
  • rollback [trasaction]
  • [no ]reset [settings]

with "no reset commit" as default.

basid-irk avatar Aug 25 '24 07:08 basid-irk

ISQL without connection is useless. Establishing a new connection automatically close the old one.

aafemt avatar Aug 25 '24 09:08 aafemt

It may make sense as isql has shell command which may work with the local file after it's disconnected inside a script.

asfernandes avatar Aug 25 '24 12:08 asfernandes