Top "Dirty-data" questions

ObjectContext.Refresh()?

How to update ALL the dirty entities from the data store, and reset their changed values to the original store …

entity-framework refresh reload dirty-data objectstatemanager
What does 'dirty-flag' / 'dirty-values' mean?

I see some variables named 'dirty' in some source code at work and some other code. What does it mean? …

caching computer-architecture dirty-data
What is meant by the term "dirty object"?

I see the term "dirty" or "dirty objects" a lot in programming. What does this mean?

dirty-data
Postgresql warning: "could not flush dirty data: Function not implemented"

I'm trying to create a new database on postgres, by running command: CREATE DATABASE dbname; and I face the error: …

database postgresql windows-subsystem-for-linux dirty-data
Rails save method if no changes

I seem to remember reading somewhere that rails won't commit to the database if no attributes have been changed (presumably …

ruby-on-rails dirty-data