ContextLab / ContextLab/brainfit-task

Remove MySQL warning printout

Open
#27 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.