Open charlesbaynham opened 3 years ago
The current logic is very fragile: any SELECT can flush the session, causing it to look clean. I shouldn't be using .dirty to detect changes as I am and it's probably causing problems with updates.
.dirty
The current logic is very fragile: any SELECT can flush the session, causing it to look clean. I shouldn't be using
.dirty
to detect changes as I am and it's probably causing problems with updates.