1
1
mirror of https://github.com/tstack/lnav.git synced 2024-09-11 13:05:51 +03:00
lnav/test/datafile_simple.6
Timothy Stack 3128dc772c [sqlite] Major improvements to the sqlite integration.
This is a checkpoint of the improvements to the sqlite integration.  The
data_parser stuff should be much better now and I've tried to improve
other parts of the user experience as well.
2013-05-24 07:55:56 -07:00

10 lines
405 B
Groff

qualified:name: foo=1 bar=2
key 16:19 ^-^ foo
num 20:21 ^ 1
val 20:21 ^ 1
pair 16:21 ^---^ foo=1
key 22:25 ^-^ bar
num 26:27 ^ 2
val 26:27 ^ 2
pair 22:27 ^---^ bar=2