Quantcast
Channel: Issues for Drupal core
Viewing all articles
Browse latest Browse all 301855

field_sql_storage.module, field_sql_storage_field_storage_write() doesn't use transactions

$
0
0

Since the procedure of adding new items involves deleting all of the previously loaded ones, I wonder why aren't we using transactions here ?
It may happen that something fails after delete and before insert, and we are left with naught.

Is it done so for compatibility with other database drivers ?


Viewing all articles
Browse latest Browse all 301855

Trending Articles