This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "SQLObject development repository".
The branch, master has been updated
via f031a362564a27da8523eb749c5e7e5f7cedaae4 (commit)
from 5c542af37b33efdf56c17f6c5c6ad2c272388943 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://sourceforge.net/p/sqlobject/sqlobject/ci/f031a362564a27da8523eb749c5e7e5f7cedaae4
commit f031a362564a27da8523eb749c5e7e5f7cedaae4
Author: Oleg Broytman <ph...@ph...>
Date: Thu Jul 23 04:17:06 2015 +0300
Fix a flake8 warning
diff --git a/sqlobject/tests/dbtest.py b/sqlobject/tests/dbtest.py
index df8fded..2778db7 100644
--- a/sqlobject/tests/dbtest.py
+++ b/sqlobject/tests/dbtest.py
@@ -78,6 +78,7 @@ def setupClass(soClasses, force=False):
installOrClear(soClasses, force=force)
return soClasses
+
def speedupSQLiteConnection(connection):
connection.query("PRAGMA synchronous=OFF")
connection.query("PRAGMA count_changes=OFF")
-----------------------------------------------------------------------
Summary of changes:
sqlobject/tests/dbtest.py | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
hooks/post-receive
--
SQLObject development repository
|