Fixed formatting

Grisha Kruglov 2018-07-06 16:16:13 -04:00
parent 67fe669fd4
commit 166922f74a

@ -121,6 +121,7 @@ SELECT e, a, v, value_type_tag, RETRACTED, EXACT_MATCH, rowid, v, value_type_tag
FROM datoms FROM datoms
WHERE e = :e OR (v = :e AND value_type_tag = REF) WHERE e = :e OR (v = :e AND value_type_tag = REF)
``` ```
It would be possible to generalize the search step above to do this search as part of the main search, but it's likely to be less efficient. It would be possible to generalize the search step above to do this search as part of the main search, but it's likely to be less efficient.
## Updating the transactions and datoms tables ## Updating the transactions and datoms tables