aboutsummaryrefslogtreecommitdiff
path: root/testdata/test.sqlite3
Commit message (Collapse)AuthorAgeFilesLines
* Drop the languages and language_cases tablesMiquel Sabaté Solà2026-01-141-0/+0
| | | | | | | They were never used, and now they have also been wiped out from the test database just in case. Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
* testdata: update test databaseMiquel Sabaté Solà2026-01-131-0/+0
| | | | Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
* Provide initial implementation for word inflectionMiquel Sabaté Solà2025-10-271-0/+0
Word inflection for nouns, adjectives has been added so it can be initially be used in commands like 'words show'. Word categories which have no inflections (e.g. adverbs, conjunctions, et al) are skipped. Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>