aboutsummaryrefslogtreecommitdiff
path: root/license
diff options
context:
space:
mode:
authorzlg <zlg@zlg.space>2013-02-08 03:51:59 -0600
committerzlg <zlg@zlg.space>2013-02-08 03:51:59 -0600
commit4ab3e04fd11d9476fac12db5f65cdd0d5a7b8772 (patch)
tree721b0933040a011b2bed9f5f74ac47e4ca15dbe1 /license
parentSolve Exercises 1-1 to 1-12 (diff)
downloadknr-4ab3e04fd11d9476fac12db5f65cdd0d5a7b8772.tar.gz
knr-4ab3e04fd11d9476fac12db5f65cdd0d5a7b8772.tar.bz2
knr-4ab3e04fd11d9476fac12db5f65cdd0d5a7b8772.tar.xz
knr-4ab3e04fd11d9476fac12db5f65cdd0d5a7b8772.zip
Fix Exercise 1-12's solution
Printing a newline for each whitespace character was the wrong behavior.
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
w=1'>schema1-to-2.py: Add shebang because I'm a doofuszlg1-0/+2 2023-09-22scripts: Add schema v1->v2 migration scriptzlg2-9/+85 This script adds three columns to the schema, supporting the "Purchased", "Beaten", and "Completed" note headers. They are now converted to a UNIX timestamp and stored in a separate column so queries made against that metadata are easier. The library itself still needs to support all the new columns.