Blame


1 72623747 2022-02-04 op # sqliterc
2 72623747 2022-02-04 op
3 72623747 2022-02-04 op SQLite has a configuration file that gets executed every time it is
4 72623747 2022-02-04 op launched.
5 72623747 2022-02-04 op
6 72623747 2022-02-04 op I like to have a different glyph for the NULL value
7 72623747 2022-02-04 op
8 72623747 2022-02-04 op .nullvalue '⊥'
9 72623747 2022-02-04 op
10 72623747 2022-02-04 op and enable the "box" mode
11 72623747 2022-02-04 op
12 72623747 2022-02-04 op .mode box
13 72623747 2022-02-04 op
14 72623747 2022-02-04 op This is pretty new and so it may not work on older version. It draws an
15 72623747 2022-02-04 op ASCII box around the result of queries.