[CONPY-177] It looks like returning a connection to ConnectionPool does not work properly. Created: 2021-11-23 Updated: 2021-12-04 |
|
| Status: | Open |
| Project: | MariaDB Connector/Python |
| Component/s: | Connection Pooling |
| Affects Version/s: | 1.0.8 |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Critical |
| Reporter: | Mariusz | Assignee: | Georg Richter |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Attachments: |
|
| Python Version: | Python 3.6.8 |
| Description |
|
Hey, Like in subject - returning a connection to ConnectionPool does not work properly. Traceback (most recent call last): Here is full code: 'innodb_version', '5.6.39-83.1' Can you advise? Thanks, |
| Comments |
| Comment by Georg Richter [ 2021-11-23 ] |
|
Jira.mariadb.org is a bug ticket system for MariaDB software and not a photo gallery. |
| Comment by Mariusz [ 2021-11-24 ] |
|
Hello Georg Richter, You can find all info as a text. Thank you, |
| Comment by Georg Richter [ 2021-11-25 ] |
|
Are you sure that your code really works? port = "" should produce an error, since it has to be an integer value. |
| Comment by Mariusz [ 2021-11-25 ] |
|
Hey! I replaced the configuration part, because I have it done locally on internal libraries - my error here with the port. However, locally I have it done correctly - as an integer. Funny thing - I installed a completely clean version of python 3.9 today. I also installed mariadb version 1.0.8 with pip. x= pool.get_connection() To be honest - it is really strange Do you have any ideas what might be wrong? Thanks, |
| Comment by Georg Richter [ 2021-12-04 ] |
|
I'm not able to repeat the problem. Running the attached conpy_177.py script: {{Testing with |