Skip to content

Commit

Permalink
align examples used in USAGE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xrotwang committed Jun 26, 2024
1 parent 2dd3ecc commit f017890
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,8 @@ WHERE
Let's break this down:

1. The outermost `SELECT` pulls together related rows from `LanguageTable` and `ContributionTable` for
the language Yopno, specified by its Glottocode `yopn1238`.
the language Yopno, specified by its Glottocode `yopn1238`. The many-to-many relation between `LanguageTable`
and `ContributionTable` is mediated through the association table `LanguageTable_ContributionTable`.
2. Since the `Glottocodes` member in `ContributionTable.Properties` is array-valued, we need to create
individual rows for each Glottocode using [json_each](https://www.sqlite.org/json1.html#jeach). These
rows are then joined to each row of `ContributionTable`.
Expand Down
Binary file modified etc/browser_index.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified etc/browser_leaf.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f017890

Please sign in to comment.