/usr/local/lib/python2.7/dist-packages/pymysql/cursors.py:134: Warning: Out of range value for column 'timestamp_ms' at row 5
result = self._query(query)
This happens with MySQL upon trades data collection (multiple exchanges), but may not be observed with sqlite (insufficient comparison data). Definitely happens with MySQL. Looks like something does not work well with MySQL table schema.
/usr/local/lib/python2.7/dist-packages/pymysql/cursors.py:134: Warning: Out of range value for column 'timestamp_ms' at row 5 result = self._query(query)
This happens with MySQL upon trades data collection (multiple exchanges), but may not be observed with sqlite (insufficient comparison data). Definitely happens with MySQL. Looks like something does not work well with MySQL table schema.