Merging upstream version 1.10.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
4551c2c19a
commit
7e40561ca0
23 changed files with 298 additions and 99 deletions
|
@ -135,3 +135,10 @@ Token.Toolbar.Arg.Text = nobold
|
|||
[favorite_queries]
|
||||
q_param = select * from test where name=?
|
||||
sh_param = select * from test where id=$1
|
||||
|
||||
# Startup commands
|
||||
# litecli commands or sqlite commands to be executed on startup.
|
||||
# some of them will require you to have a database attached.
|
||||
# they will be executed in the same order as they appear in the list.
|
||||
[startup_commands]
|
||||
commands = "create table startupcommands(a text)", "insert into startupcommands values('abc')"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue