Adding upstream version 1.30.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
f9065f1bef
commit
f38abee4bc
11 changed files with 125 additions and 17 deletions
14
test/myclirc
14
test/myclirc
|
@ -151,11 +151,25 @@ output.null = "#808080"
|
|||
# sql.whitespace = ''
|
||||
|
||||
# Favorite queries.
|
||||
# You can add your favorite queries here. They will be available in the
|
||||
# REPL when you type `\f` or `\f <query_name>`.
|
||||
[favorite_queries]
|
||||
check = 'select "✔"'
|
||||
foo_args = 'SELECT $1, "$2", "$3"'
|
||||
# example = "SELECT * FROM example_table WHERE id = 1"
|
||||
|
||||
# Initial commands to execute when connecting to any database.
|
||||
[init-commands]
|
||||
# read_only = "SET SESSION TRANSACTION READ ONLY"
|
||||
global_limit = "set sql_select_limit=9999"
|
||||
|
||||
|
||||
# Use the -d option to reference a DSN.
|
||||
# Special characters in passwords and other strings can be escaped with URL encoding.
|
||||
[alias_dsn]
|
||||
# example_dsn = mysql://[user[:password]@][host][:port][/dbname]
|
||||
|
||||
# Initial commands to execute when connecting to a DSN alias.
|
||||
[alias_dsn.init-commands]
|
||||
# Define one or more SQL statements per alias (semicolon-separated).
|
||||
# example_dsn = "SET sql_select_limit=1000; SET time_zone='+00:00'"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue