Minor layout adjustments

This commit is contained in:
Bernardo Damele
2010-10-15 15:37:15 +00:00
parent c9f0c75030
commit e7c8be1d45
3 changed files with 21 additions and 7 deletions

View File

@@ -358,6 +358,13 @@ query =
# Valid: True or False
sqlShell = False
# Check existence of common tables.
# Valid: True or False
cExists = False
# Check existence of user specified tables.
# Valid: text file containing one table name per line
tableFile =
# These options can be used to create custom user-defined functions.
[User-defined function]
@@ -485,6 +492,10 @@ batch = False
# Valid: True or False
cleanup = False
# Replicate dumped data into a sqlite3 database.
# Valid: True or False
replicate = False
# Verbosity level.
# Valid: integer between 0 and 5
# 0: Show only warning and error messages