Fixed formatting
parent
67fe669fd4
commit
166922f74a
1 changed files with 7 additions and 6 deletions
|
@ -121,6 +121,7 @@ SELECT e, a, v, value_type_tag, RETRACTED, EXACT_MATCH, rowid, v, value_type_tag
|
|||
FROM datoms
|
||||
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.
|
||||
|
||||
## Updating the transactions and datoms tables
|
||||
|
|
Loading…
Reference in a new issue