Skip to content

issues Search Results · repo:PyMySQL/Tornado-MySQL language:Python

Filter by

28 results
 (56 ms)

28 results

inPyMySQL/Tornado-MySQL (press backspace or delete to remove)

I have a huge website with Tornado-MySQL which code I haven t modified for almost 2 years because it worked fine all this time. However, a day ago I updated MySQL Server from 5.7 to 8 (because of needs ...
  • AivanF
  • 1
  • Opened 
    on Oct 27, 2018
  • #45

Hi, I encountered a problem when using the connection pool. I see the source code def _get_conn(self): now = self.io_loop.time() # Try to reuse in free pool while self._free_conn: ...
  • mx472756841
  • 4
  • Opened 
    on Jun 28, 2018
  • #44

python3.6 tornado 5.0 runtests Traceback (most recent call last): File E:\work\projects\interview\service\user\venv\lib\site-packages\tornado_mysql\connections.py , line 833, in _read_packet packet_header ...
  • mx472756841
  • 4
  • Opened 
    on Jun 28, 2018
  • #43

In [6]: cur = conn.cursor() AttributeError Traceback (most recent call last) ipython-input-6-4e05e4417f89 in module () ---- 1 cur = conn.cursor()
  • slzzz
  • Opened 
    on Feb 24, 2018
  • #42

I use the POOL to connect to my database, select is worked fine,but the update and insert doing nothing,how can I use commit in the pool, please give me a example,thanks.
  • crackeryk
  • Opened 
    on Sep 28, 2017
  • #41

sql = DROP PROCEDURE IF EXISTS test; CREATE PROCEDURE test() SELECT 1 yield db.execute(sql) The DROP would cause a warning if procedure not existed, but CREATE would succeed. result.warning_count would ...
  • kyle-lu
  • 1
  • Opened 
    on Feb 13, 2017
  • #39

Should be: raise gen.Return(args)
  • kyle-lu
  • 1
  • Opened 
    on Feb 10, 2017
  • #38

Hi, I have been using tornado with tornado-mysql. And we run this stack in high throughput servers on AWS (EC2 and RDS). Till a week back everything was running smoothly, but recently we have been getting ...
  • bspacedevops
  • 3
  • Opened 
    on Sep 10, 2016
  • #37

Tried passing to pool.execute and also via connect_kwargs to the pool constructor. HTTPServerRequest(protocol= http , host= 127.0.0.1:8888 , method= GET , uri= /huddle/news , version= HTTP/1.1 , remote_ip= ...
  • kkoston
  • 6
  • Opened 
    on Jul 19, 2016
  • #36

This library is experimental. Don t use for production unless you can fix problem yourself. I like Tornado-MySQL very much. it is useful. I am concerned about the problem. what is the problem? which condition ...
  • fkdtz
  • 2
  • Opened 
    on May 24, 2016
  • #34
Issue origami icon

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 Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

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 Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub