mysqlengine 0.1.11.9__cp312-cp312-win_amd64.whl → 0.1.12.1__cp312-cp312-win_amd64.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of mysqlengine might be problematic. Click here for more details.

Binary file
mysqlengine/query.py CHANGED
@@ -5388,8 +5388,8 @@ class SelectQuery(SelectShare):
5388
5388
 
5389
5389
  :param cursor: `<type[Cursor]>` The `Cursor` class to use for query execution. Defaults to `DictCursor`.
5390
5390
  - `DictCursor/SSDictCursor`: Fetch result as `<tuple[dict]>`.
5391
- - `DfCursor/SSDfCursor`: Fetch result as `pandas.DataFrame`.
5392
- - `Cursor/SSCursor`: Fetch result as `<tuple[Any]>` (without column names).
5391
+ - `DfCursor/SSDfCursor`: Fetch result as `<pandas.DataFrame>`.
5392
+ - `Cursor/SSCursor`: Fetch result as `<tuple[tuple]>` (without column names).
5393
5393
 
5394
5394
  :param timeout: `<int>` Query execution timeout in seconds. Dafaults to `None`.
5395
5395
  - If set to `None` or `0`, `tables.server.query_timeout` will be used
@@ -5452,8 +5452,8 @@ class SelectQuery(SelectShare):
5452
5452
 
5453
5453
  :param cursor: `<type[Cursor]>` The `Cursor` class to use for query execution. Defaults to `DictCursor`.
5454
5454
  - `DictCursor/SSDictCursor`: Fetch result as `<tuple[dict]>`.
5455
- - `DfCursor/SSDfCursor`: Fetch result as `pandas.DataFrame`.
5456
- - `Cursor/SSCursor`: Fetch result as `<tuple[Any]>` (without column names).
5455
+ - `DfCursor/SSDfCursor`: Fetch result as `<pandas.DataFrame>`.
5456
+ - `Cursor/SSCursor`: Fetch result as `<tuple[tuple]>` (without column names).
5457
5457
 
5458
5458
  :param timeout: `<int>` Query execution timeout in seconds. Dafaults to `None`.
5459
5459
  - If set to `None` or `0`, `tables.server.query_timeout` will be used
@@ -5516,8 +5516,8 @@ class SelectQuery(SelectShare):
5516
5516
 
5517
5517
  :param cursor: `<type[Cursor]>` The `Cursor` class to use for query execution. Defaults to `DictCursor`.
5518
5518
  - `DictCursor/SSDictCursor`: Fetch result as `<tuple[dict]>`.
5519
- - `DfCursor/SSDfCursor`: Fetch result as `pandas.DataFrame`.
5520
- - `Cursor/SSCursor`: Fetch result as `<tuple[Any]>` (without column names).
5519
+ - `DfCursor/SSDfCursor`: Fetch result as `<pandas.DataFrame>`.
5520
+ - `Cursor/SSCursor`: Fetch result as `<tuple[tuple]>` (without column names).
5521
5521
 
5522
5522
  :param timeout: `<int>` Query execution timeout in seconds. Dafaults to `None`.
5523
5523
  - If set to `None` or `0`, `tables.server.query_timeout` will be used
@@ -5581,8 +5581,8 @@ class SelectQuery(SelectShare):
5581
5581
 
5582
5582
  :param cursor: `<type[Cursor]>` The `Cursor` class to use for query execution. Defaults to `DictCursor`.
5583
5583
  - `DictCursor/SSDictCursor`: Fetch result as `<tuple[dict]>`.
5584
- - `DfCursor/SSDfCursor`: Fetch result as `pandas.DataFrame`.
5585
- - `Cursor/SSCursor`: Fetch result as `<tuple[Any]>` (without column names).
5584
+ - `DfCursor/SSDfCursor`: Fetch result as `<pandas.DataFrame>`.
5585
+ - `Cursor/SSCursor`: Fetch result as `<tuple[tuple]>` (without column names).
5586
5586
 
5587
5587
  :param timeout: `<int>` Query execution timeout in seconds. Dafaults to `None`.
5588
5588
  - If set to `None` or `0`, `tables.server.query_timeout` will be used
Binary file
Binary file