summaryrefslogtreecommitdiffstats
path: root/data/table.awk
Commit message (Collapse)AuthorAgeFilesLines
* build: fix awk scripts to work properly when used againts sqlite 3.41.0Dominique Leuenberger2023-02-271-1/+1
| | | | | | | | | | The SQL standard requires double-quotes around identifiers and single-quotes around string literals. For example: "this is a legal SQL column name" 'this is an SQL string literal' With sqlite 3.41.0, this is being enforced on the CLI
* Update table.awkPeng Wu2022-03-141-2/+2
|
* Update table.awkPeng Wu2022-03-101-1/+1
|
* Rename strokes table to phrases tablePeng Wu2022-02-181-9/+12
|
* Rename stroke to tablePeng Wu2022-02-161-0/+29