| Subject | Re: [firebird-support] Insert ot update statements locks a table and all other instances that try to run same statement are lcoked to | 
|---|---|
| Author | |
| Post date | 2014-09-04T11:53:51Z | 
They all use READ COMMITTED isolation. 
It is an application that runs in JBoss App server so I have single datasource defined that uses READ COMMITTED.
Blocked statements are insert and update. Selects are not blocked.
            It is an application that runs in JBoss App server so I have single datasource defined that uses READ COMMITTED.
Blocked statements are insert and update. Selects are not blocked.