Commit 583cfa66 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent f319974a
...@@ -50,6 +50,7 @@ type Connection struct { ...@@ -50,6 +50,7 @@ type Connection struct {
txn transaction.Transaction // opened under this txn; nil if idle in DB pool. txn transaction.Transaction // opened under this txn; nil if idle in DB pool.
at Tid // current view of database; stable inside a transaction. at Tid // current view of database; stable inside a transaction.
// XXX document it is only a cache - i.e. this is only partial mapping, not for whole db
// {} oid -> obj // {} oid -> obj
// //
// rationale: // rationale:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment