This is a migrated thread and some comments may be shown as answers.

Question about isolation level of driver and OA. Sqlite.

1 Answer 76 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Jose Mejia
Top achievements
Rank 1
Jose Mejia asked on 23 Apr 2012, 05:19 PM
Hello.

I'm a little bit confused about priorities of isolation levels, I have following trace log:
 driver.con.connect          3  enlist=false;data source=some db location;foreign keys=ON;pooling=True;max pool size=100;synchronous=Full;default isolation level=ReadCommitted;default timeout=30;cache size=20000
 driver.con.begin            3 Serializable

What isolation level will be used -- specified in conn string for driver or one in OA model?

Thanks in advence.

1 Answer, 1 is accepted

Sort by
0
Accepted
Ady
Telerik team
answered on 26 Apr 2012, 01:41 PM
Hi Jose,

The setting specified in the model settings is used. What you see in the log is just the specified connection string.

Do get back in case you need further assistance.

All the best,
Ady
the Telerik team
Follow @OpenAccessORM Twitter channel to get first the latest updates on new releases, tips and tricks and sneak peeks at our product labs!
Tags
General Discussions
Asked by
Jose Mejia
Top achievements
Rank 1
Answers by
Ady
Telerik team
Share this question
or