|
|
|
|
|
by lazide
1483 days ago
|
|
Many databases have actual cursor implementations which are transactional. That means you’ll get a consistent view at the point in time you created the cursor. That said, they tend to live only as long as the db connection (with some exceptions), so yeah you need some application work to make it sane. |
|