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 4ac1463aedf9e4fdb7a898d4b02c2f199148b70a (commit)
from 8223b12914d5c0bfb07443d5f3eb3d510b83907b (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/4ac1463aedf9e4fdb7a898d4b02c2f199148b70a
commit 4ac1463aedf9e4fdb7a898d4b02c2f199148b70a
Author: Oleg Broytman <ph...@ph...>
Date: Wed Mar 4 16:08:12 2015 +0300
Force charset for MySQL to be utf8
Default charset for MySQL is latin-1.
diff --git a/tox.ini b/tox.ini
index a949dff..4497785 100644
--- a/tox.ini
+++ b/tox.ini
@@ -71,7 +71,7 @@ commands =
[testenv:py34-mysqlclient]
commands =
mysql -e 'create database sqlobject_test;'
- py.test -D mysql://root:@localhost/sqlobject_test
+ py.test -D mysql://root:@localhost/sqlobject_test?charset=utf8
mysql -e 'drop database sqlobject_test;'
[testenv:py27-flake8]
-----------------------------------------------------------------------
Summary of changes:
tox.ini | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
SQLObject development repository
|