summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndreas Baumann <Andreas.Baumann@eurospider.com>2010-09-03 16:20:08 +0200
committerAndreas Baumann <Andreas.Baumann@eurospider.com>2010-09-03 16:20:08 +0200
commita33fbbf643a52938063779a35167757a2426446e (patch)
tree90021b0701d82613125854bc5b12ccc7e1dc3e12 /src
parentc14099ce9433cf59fc0488267d9e0e64f92fba77 (diff)
downloadsqlitexx-a33fbbf643a52938063779a35167757a2426446e.tar.gz
sqlitexx-a33fbbf643a52938063779a35167757a2426446e.tar.bz2
more testing
Diffstat (limited to 'src')
-rw-r--r--src/result.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/result.cpp b/src/result.cpp
index 0994f47..f855a0a 100644
--- a/src/result.cpp
+++ b/src/result.cpp
@@ -95,7 +95,7 @@ TRY_AGAIN_STEP:
/* don't fail if the sqlite file is locked by another writer, try again later */
case SQLITE_BUSY:
- sqlitexx_port_sleep( 1 );
+// sqlitexx_port_sleep( 1 );
goto TRY_AGAIN_STEP;
default: {