ContextLab / ContextLab/brainfit-task
Remove MySQL warning printout
- Dominant language
- JavaScript
- Stars
- 2
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Since we need to use an older version of MySQL (v5.7) for compatibility with this experiment, we get an annoying message popup when first starting the PsiTurk experiment server (it doesnt effect the functionality and is more of a nuisance than anything...)
/usr/local/lib/python2.7/dist-packages/sqlalchemy/dialects/mysql/base.py:2014: Warning: '@@tx_isolation' is deprecated and will be removed in a future release. Please use '@@transaction_isolation' instead
cursor.execute('SELECT @@tx_isolation')
/usr/local/lib/python2.7/dist-packages/sqlalchemy/dialects/mysql/base.py:2014: Warning: '@@tx_isolation' is deprecated and will be removed in a future release. Please use '@@transaction_isolation' instead
cursor.execute('SELECT @@tx_isolation')
/usr/local/lib/python2.7/dist-packages/sqlalchemy/dialects/mysql/base.py:2014: Warning: '@@tx_isolation' is deprecated and will be removed in a future release. Please use '@@transaction_isolation' instead
cursor.execute('SELECT @@tx_isolation')
/usr/local/lib/python2.7/dist-packages/sqlalchemy/dialects/mysql/base.py:2014: Warning: '@@tx_isolation' is deprecated and will be removed in a future release. Please use '@@transaction_isolation' instead
cursor.execute('SELECT @@tx_isolation')
/usr/local/lib/python2.7/dist-packages/sqlalchemy/dialects/mysql/base.py:2014: Warning: '@@tx_isolation' is deprecated and will be removed in a future release. Please use '@@transaction_isolation' instead
cursor.execute('SELECT @@tx_isolation')
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.