OperationalError: (1292, "Truncated incorrect DOUBLE value: '9aba77bf39374ddb8d9052c50c988b49'")

----------------------------------------------------------------------
Ran 2 tests in 5.509s

FAILED (errors=1)
Destroying test database...
[dcramer@David-Cramers-MacBook:~/Development/iplatform/iplatform] mysql -uroot -p
Enter password: 
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 10
Server version: 5.0.86 Source distribution

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

mysql> show variables like 'sql_mode';
+---------------+-------------------+
| Variable_name | Value             |
+---------------+-------------------+
| sql_mode      | STRICT_ALL_TABLES | 
+---------------+-------------------+
1 row in set (0.00 sec)