Re: [Interest] transaction modes in QtSql

2020-04-14 Thread alexander golks
Am Tue, 14 Apr 2020 09:01:19 + schrieb Hamish Moffatt : > Some database engines allow you to set properties of a database > transaction, like read only versus read/write, isolation level etc. > > It looks like in Postgres you would use an SQL command line like 'start > transaction

[Interest] transaction modes in QtSql

2020-04-14 Thread Hamish Moffatt
Some database engines allow you to set properties of a database transaction, like read only versus read/write, isolation level etc. It looks like in Postgres you would use an SQL command line like 'start transaction isolation level repeatable read;'. In Firebird/Interbase, you have to parse