Skip to content

Commit

Permalink
Add get_server_info to db_pool.py (#324)
Browse files Browse the repository at this point in the history
Django uses this for example.
  • Loading branch information
ernstp committed Feb 16, 2024
1 parent dfcc939 commit 06ec630
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eventlet/db_pool.py
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,7 @@ def __repr__(self):
'errno',
'error',
'errorhandler',
'get_server_info',
'insert_id',
'literal',
'ping',
Expand Down

0 comments on commit 06ec630

Please sign in to comment.