File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # WIP
2+
3+ - Temporary disable transient indices #373
4+
15# 1.0.2
26
37- Fixed db diffs with different types of the same attribute #369 #372 thx @darkleaf
Original file line number Diff line number Diff line change 12981298 (raise " Bad transaction data " initial-es " , expected sequential collection"
12991299 {:error :transact/syntax , :tx-data initial-es}))
13001300 (let [initial-report' (-> initial-report
1301- (update :db-after transient))
1301+ #_ (update :db-after transient))
13021302 has-tuples? (not (empty? (-attrs-by (:db-after initial-report) :db.type/tuple )))
13031303 initial-es' (if has-tuples?
13041304 (interleave initial-es (repeat ::flush-tuples ))
13111311 (check-value-tempids )
13121312 (update :tempids assoc :db/current-tx (current-tx report))
13131313 (update :db-after update :max-tx inc)
1314- (update :db-after persistent!))
1314+ #_ (update :db-after persistent!))
13151315
13161316 :let [[entity & entities] es]
13171317
You can’t perform that action at this time.
0 commit comments