Ciro Santilli
OurBigBook.com
$£
Sponsor
中国
独裁统治 China Dictatorship 新疆改造中心、六四事件、法轮功、郝海东、709大抓捕、2015巴拿马文件 邓家贵、低端人口、西藏骚乱
SQLite isolation levels
...
Type of database
Relational database
Relational database management system
SQL
SQL implementation
SQLite
OurBigBook.com
Tags:
SQL transaction isolation level
Words: 27
www.sqlite.org/pragma.html#pragma_read_uncommitted
mentions:
____
The default isolation level for SQLite is SERIALIZABLE
____
It does not appear possible to achieve the other two levels besides SERIALIZABLE and READ UNCOMMITED
www.sqlite.org/isolation.html
Ancestors
(13)
SQLite
SQL implementation
SQL
Relational database management system
Relational database
Type of database
Database
Software
Computer
Information technology
Area of technology
Technology
Home
Incoming links
(1)
SQL transaction isolation level