Added preventive check for stacked queries support when executing DDL,

DML & co. statements in SQL query and SQL shell. Minor improvements on    
this new feature.
Increased default connection timeout to 30 seconds (needed for vmware
machine not correctly synched).
This commit is contained in:
Bernardo Damele
2008-12-19 20:48:33 +00:00
parent ad228e6947
commit 7e8ac16245
5 changed files with 39 additions and 18 deletions

View File

@@ -109,7 +109,7 @@ def cmdLineParser():
request.add_option("--timeout", dest="timeout", type="float",
help="Seconds to wait before timeout connection "
"(default 10)")
"(default 30)")
# Injection options