mariuz / flamerobin

FlameRobin is a database administration tool for Firebird RDBMS. Our goal is to build a tool that is: lightweight (small footprint, fast execution) cross-platform (Linux, Windows, Mac OS X, FreeBSD) dependent only on other Open Source software
http://flamerobin.org
MIT License
210 stars 64 forks source link

Alter Database Linger value #217

Open arvanus opened 3 years ago

arvanus commented 3 years ago

https://firebirdsql.org/file/documentation/release_notes/html/en/3_0/rnfb30-ddl-enhance.html#rnfb30-ddl-enhance-linger

 ALTER DATABASE SET LINGER TO {seconds};
 ALTER DATABASE DROP LINGER; (or set to 0 seconds) 
arvanus commented 3 years ago

Also, currently Fr loads the linger value just once, if you change it via alter database, you need to disconnect and reconnect from DB

luronumen commented 2 years ago

Hi @arvanus

Could you please retest this issue on FlameRobin 0.9.3.12 and close it if it is no longer reproducible?

Thanks in advance, Luciano