more and more fixes

This commit is contained in:
Miroslav Stampar
2010-05-28 14:04:34 +00:00
parent 37590520c4
commit 0f5768cddf
3 changed files with 5 additions and 7 deletions

View File

@@ -340,7 +340,7 @@ lastChar = 0
# SQL statement to be executed.
# Example: SELECT 'foo', 'bar'
query =
query = INSERT INTO users VALUES (9, 'café', 'test')
# Prompt for an interactive SQL shell.
# Valid: True or False