mirror of
https://github.com/dolthub/dolt.git
synced 2026-05-13 02:18:43 -05:00
aaaaa
This commit is contained in:
@@ -275,7 +275,7 @@ func (s *prollyWriteSession) setWorkingSet(ctx *sql.Context, ws *doltdb.WorkingS
|
||||
// IsDirty indicates if this prollyWriteSession has pending writes
|
||||
func (s *prollyWriteSession) IsDirty() bool {
|
||||
for _, writer := range s.tables {
|
||||
if writer.isDirty {
|
||||
if writer.changes > 0 {
|
||||
return true
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user