aboutsummaryrefslogtreecommitdiff
path: root/openrussian-sql.zip
AgeCommit message (Collapse)AuthorFilesLines
2021-04-20openrussian-sql.zip: update as of 2021-04-20Zane van Iperen1-0/+0
2020-02-03updated the database dumpRobin Haberkorn1-0/+0
* the schema didn't change * included a fix for "pered" which failed to format with the new DB * "saliwnij" and "paraf" still cause errors with `make check` since they are stored errounously accented in words.bare
2019-04-18major changes (unfortunately not done systematically)Robin Haberkorn1-0/+0
* keep the openrussian-sql.zip to avoid bitrot (sudden breakage when building the project against a recent DB) * allow lookups against inflections. A special table `bare_inflections` was added to the DB in order to speed this up. * authentic autocompletions taking every parameter into account, using a magic `-C` parameter * language selection via locale or -L<lang> * translation lookup * allow multiple search terms on the command line without escaping * all SQL strings are properly escaped now to avoid (accidental) code insertion * luautf8 is mandatory now and used much more, which is safer than handling Unicode strings with the builtin functions * ignore "disable" database entries * added option -V (verbatim) * more protections against empty fields * print "DERIVED FROM", "AUDIO", "USAGE" and various word relation sections * print word ranking and level (A1-C2...)