[Firebird-devel] Is it necessary that gbak uses read-write transaction?

2021-11-21 Thread Ivan Přenosil
or could it be changed to read-only in FB4? I. Firebird-Devel mailing list, web interface at https://lists.sourceforge.net/lists/listinfo/firebird-devel

Re: [Firebird-devel] Is it necessary that gbak uses read-write transaction?

2021-11-21 Thread Dimitry Sibiryakov
Ivan Přenosil wrote 21.11.2021 14:22: or could it be changed to read-only in FB4? It is meaningless. Read-write transaction has no differences from read-only until it perform an actual write. And no, it cannot be "read-only read committed" for the consistency sake. -- WBR, SD. Firebi

Re: [Firebird-devel] Is it necessary that gbak uses read-write transaction?

2021-11-21 Thread Alex Peshkoff via Firebird-devel
On 11/21/21 4:26 PM, Dimitry Sibiryakov wrote: Ivan Přenosil wrote 21.11.2021 14:22: or could it be changed to read-only in FB4?   It is meaningless. Read-write transaction has no differences from read-only until it perform an actual write.   And no, it cannot be "read-only read committed" fo