Skip to content

issues Search Results · repo:WebwareForPython/DBUtils language:Python

Filter by

42 results
 (78 ms)

42 results

inWebwareForPython/DBUtils (press backspace or delete to remove)

enviroment: mysql8.0 pymysql python3.13 metersphere_db_pool = PooledDB( creator=pymysql, # 使用链接数据库的模块 mincached=2, # 初始化时,链接池中至少创建的链接,0表示不创建 maxcached=10, maxconnections=10, # 连接池允许的最大连接数,0和None表示不限制连接数 ...
  • prettygirl20231
  • 2
  • Opened 
    on Nov 12, 2024
  • #53

DBUtils has a problem, I use pymssql as the database engine, sql server database has a table field length of 2, and there is a record, when I go to update this record, and the length of the write is more ...
  • 421913533yw
  • 12
  • Opened 
    on Oct 28, 2024
  • #52

File /usr/local/lib/python2.7/dist-packages/dbutils/steady_db.py , line 679, in tough_method raise error # re-raise the original error again OperationalError: (1105, unexpected EOF ) one list in ...
  • Kkaboon
  • 1
  • Opened 
    on Sep 4, 2024
  • #51

Hello, first of all, I am not a native English speaker, so my expression may not be clear. I want to determine the role of mincached In the parameter introduction it is like this, mincached: the initial ...
  • cquptzzy
  • 4
  • Opened 
    on Sep 19, 2023
  • #50

% ruff --select=FBT --statistics . 93 FBT003 Boolean positional value in function call 12 FBT002 Boolean default value in function definition - https://beta.ruff.rs/docs/rules/#flake8-boolean-trap-fbt ...
  • cclauss
  • 1
  • Opened 
    on Apr 29, 2023
  • #49

As suggested by @cclauss: setup.py is now deprecated so we should run setuptools-py2cfg and then ini2toml to migrate everything to pyproject.toml. We can then use hatch or pdm as build tool instead of ...
  • Cito
  • Opened 
    on Apr 29, 2023
  • #47

Hi, In some cases it is required to set additional parameters to a connection after it has been created. E.g. for pyodbc things like: con.setdecoding(pyodbc.SQL_WCHAR, encoding= utf-8 ) I don t see any ...
  • toximon
  • 6
  • Opened 
    on Apr 24, 2023
  • #45

Unable to initialize MIPool due to some issue. I have tried installing different versions of dbutils but its the same error. Currently I am using version 3.0.2 image
question
  • Usmaniatech
  • 2
  • Opened 
    on Mar 20, 2023
  • #44

Hi! I just looked for a connection pool manager and came across two similar packages: This one and Databases (https://github.com/encode/databases/). I am wondering if there is any key difference, apart ...
  • david-shiko
  • 1
  • Opened 
    on Jan 29, 2023
  • #43

In current version use_pure argument causes error File /Users/tdv78/Library/Mobile Documents/com~apple~CloudDocs/Programming/progv3/progv3/venv/lib/python3.9/site-packages/mysql/connector/connection_cext.py ...
  • tdv78
  • 6
  • Opened 
    on Jun 5, 2022
  • #41
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! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub