SchemaSync
SchemaSync copied to clipboard
I came across an error
my py version is 2.6 and i installed SchemaSync,but ,when when i run it throw out an error like this below:
Traceback (most recent call last):
File "/usr/bin/schemasync", line 9, in
This is the connections.py: TEXT_TYPES = { FIELD_TYPE.BIT, FIELD_TYPE.BLOB, FIELD_TYPE.LONG_BLOB, FIELD_TYPE.MEDIUM_BLOB, FIELD_TYPE.STRING, FIELD_TYPE.TINY_BLOB, FIELD_TYPE.VAR_STRING, FIELD_TYPE.VARCHAR, FIELD_TYPE.GEOMETRY, }
this is not a dict but a list , Is Schemasync dependent on pymysql?
i accept merge request about fixed this issue. please check it again.