Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -215,10 +215,10 @@ static PreparedQuery generateVersionQuery() {
}

/**
* Generate a SELECT query to find any entities that have a given realm & parent and that may with
* a given location. The check is performed without consideration for the scheme, so a path on one
* storage type may give a false positive for overlapping with another storage type. This should
* be combined with a check using `StorageLocation`.
* Generate a SELECT query to find any entities that have a given realm & parent and that may
* overlap with a given location. The check is performed without consideration for the scheme, so
* a path on one storage type may give a false positive for overlapping with another storage type.
* This should be combined with a check using `StorageLocation`.
*
* @param realmId A realm to search within
* @param catalogId A catalog entity to search within
Expand Down
Loading