Files
deb-python-taskflow/taskflow/persistence
Joshua Harlow 4e4bee514f Ensure that mysql traditional mode is enabled
To avoid *silent* truncation of columns in mysql
it is much safer to turn on traditional mode which
behaves in the normal manner.

From the mysql docs:

Make MySQL behave like a "traditional" SQL database system.
A simple description of this mode is "give an error instead
of a warning" when inserting an incorrect value into a column.

Change-Id: Ic62af8514c377d2b8c934449116498855e03d7bd
2013-12-21 11:12:31 -08:00
..