FirebirdSQL / firebird

Firebird server, client and tools
https://firebirdsql.org
1.26k stars 217 forks source link

[FR] add disconnect command in isql #8229

Open basid-irk opened 2 months ago

basid-irk commented 2 months ago

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

with "no reset commit" as default.

aafemt commented 2 months ago

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

asfernandes commented 2 months ago

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