issues Search Results · repo:snower/TorMySQL language:Python
Filter by
33 results
(69 ms)33 results
insnower/TorMySQL (press backspace or delete to remove)wrkaiser
- 2
- Opened on Jul 16, 2020
- #47
I m using this driver to make a connection in a tornado rest api through a connection pool, everything seemed normal
until I made some test to prove the response of the api in concurrent connections.
...
naujoh
- 1
- Opened on Mar 19, 2019
- #43
My task
I have an old, large project based in Python 2.7 with Tornado framework. To work with MySQL, it initially used
Tornado-MySQL with raw SQL queries, and it worked well, but now I have to deal with ...
AivanF
- 5
- Opened on Nov 23, 2018
- #40
read_timeout = 1, write_timeout= 1, select expression: select sleep(10) from table_name limit 1; thanks
dsseter
- 1
- Opened on Oct 1, 2018
- #39
I have a table:
CREATE TABLE `stores` (
`store_id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`gamespace_id` int(11) NOT NULL,
`store_name` varchar(255) DEFAULT NULL,
`json` json NOT NULL,
PRIMARY ...
0x55AAh
- 4
- Opened on Aug 17, 2018
- #38
目前结果: ((3, flume-ng-core-1.8.0.jar , 821872d04e9c67f87da393bc7ae148ed , guangzu1 ), (4, flume.tar.gz ,
fdf775a93d6097da21c29a6b38c1d575 , guangzu1 )) 变成这样 [{ id : 3, filename : flume-ng-core-1.8.0.jar ...
hgz6536
- Opened on Jul 20, 2018
- #37
The version 0.3.8 gives me this error during login procedure on mysql server.
python_1 | File /data/env/lib/python3.5/site-packages/tormysql/__init__.py , line 27, in module
python_1 ...
vani-or
- 3
- Opened on Jun 27, 2018
- #35
code
with (yield self.pool.Connection()) as conn:
with conn.cursor() as cursor:
rows = yield cursor.execute(sql, tuple(args))
data = cursor.fetchall()
raise Return((rows, ...
tqlihuiqi
- Opened on Jun 26, 2018
- #34

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.