mirror of
https://github.com/tstack/lnav
synced 2024-11-08 01:10:29 +00:00
b5e19ef3b0
Add missing SQLite JSON functions to the help Fix some DB UI issues
3 lines
338 B
Plaintext
3 lines
338 B
Plaintext
Row 0:
|
|
Column parse_url('https://example.com/sea%26rch?flag&flag2&=def&flag3=abc+def#frag1%20space'): {"scheme":"https","username":null,"password":null,"host":"example.com","port":null,"path":"/sea&rch","query":"flag&flag2&=def&flag3=abc+def","parameters":{"flag":null,"flag2":null,"":"def","flag3":"abc def"},"fragment":"frag1 space"}
|