kingheat / anarchintosh-projects

Automatically exported from code.google.com/p/anarchintosh-projects
0 stars 0 forks source link

fail on mysql #213

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. connect using mysql
2. fails on creation of cache_data table in db_utils.py line 326

fix:

self.__execute('CREATE TABLE IF NOT EXISTS cache_data (name TEXT, value TEXT, 
PRIMARY KEY(name(250)))')

What version of the product are you using? On what operating system?
latest

Original issue reported on code.google.com by anthony....@gmail.com on 19 Jul 2015 at 1:17