Commit Diff


commit - 37301a13742d2b90bff01ed06f2a70934b701188
commit + 72623747dfdab9dfc86c888124cfaf21920b1ddb
blob - 5df4424b908c751491896343a8633d7077442712
blob + 840bc09fabe9389a97c862cc8467bc31cdcb80f8
--- gen
+++ gen
@@ -40,6 +40,7 @@ rm -f Makefile.local
 pair .profile		profile.lp
 pair .kshrc		kshrc.lp
 pair lib/profile	rc.lp
+pair .sqliterc		sqliterc.lp
 
 conv index		index.lp
 for file in $files; do
blob - /dev/null
blob + 71ca4322b648eee1968a82a5ed554fb28279a26e (mode 644)
--- /dev/null
+++ sqliterc.lp
@@ -0,0 +1,15 @@
+# sqliterc
+
+SQLite has a configuration file that gets executed every time it is
+launched.
+
+I like to have a different glyph for the NULL value
+
+	.nullvalue '⊥'
+
+and enable the "box" mode
+
+	.mode box
+
+This is pretty new and so it may not work on older version.  It draws an
+ASCII box around the result of queries.