reydb 1.1.27__py3-none-any.whl → 1.1.28__py3-none-any.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.
reydb/rdb.py
CHANGED
@@ -9,17 +9,15 @@
|
|
9
9
|
"""
|
10
10
|
|
11
11
|
|
12
|
-
from typing import Any, Literal,
|
12
|
+
from typing import Any, Literal, overload
|
13
13
|
from collections.abc import Iterable, Generator
|
14
14
|
from enum import EnumType
|
15
15
|
from urllib.parse import quote as urllib_quote
|
16
16
|
from sqlalchemy import create_engine as sqlalchemy_create_engine, text as sqlalchemy_text
|
17
17
|
from sqlalchemy.engine.base import Engine, Connection
|
18
|
-
from sqlalchemy.engine.cursor import CursorResult
|
19
18
|
from sqlalchemy.engine.url import URL
|
20
19
|
from sqlalchemy.sql.elements import TextClause
|
21
20
|
from sqlalchemy.exc import OperationalError
|
22
|
-
from pandas import DataFrame
|
23
21
|
from reykit.rbase import throw, is_iterable, get_first_notnone
|
24
22
|
from reykit.rdata import Generator, to_json
|
25
23
|
from reykit.rmonkey import monkey_sqlalchemy_result_more_fetch, monkey_sqlalchemy_row_index_field
|
@@ -3,12 +3,12 @@ reydb/rall.py,sha256=i6-ph2cahhTTF17DjUYf6KX3DNxhEvy6iedlSeF4ibI,341
|
|
3
3
|
reydb/rbase.py,sha256=HMhxr7_TyzAusrv5dcc1hf3PmxGWj7m63kKcr5Ikbf4,312
|
4
4
|
reydb/rbuild.py,sha256=LiYGOMZFnZi-aVGfWpKT2aEHks4ygbEubweB0-fczfQ,32344
|
5
5
|
reydb/rconn.py,sha256=XmT4IizNYxCNi1zl88HCgHwkLcWMRWWBcDLwuvjV6aE,6542
|
6
|
-
reydb/rdb.py,sha256=
|
6
|
+
reydb/rdb.py,sha256=fAWwiFgHinOCHnalzh3IdFTrmFhnvjThm_WPoYG45dw,60878
|
7
7
|
reydb/rexec.py,sha256=ezYqSxW6PvvILugnlWtq-BoxfBHAec9f2P5mgIp_heA,8910
|
8
8
|
reydb/rfile.py,sha256=zZ9fbnwi4BpJbreRpOujwvE9J_rR_JWkH_5vbWPvKF4,13816
|
9
9
|
reydb/rinfo.py,sha256=p8_nlOHWqnJCD0NRgbsxqnM2VKTDNO9jj4vwgd1HvG0,14267
|
10
10
|
reydb/rparam.py,sha256=d8Ijn86ieYlWsHjAwIjrVujynfgKtMF1E-q41wGtd9Y,6855
|
11
|
-
reydb-1.1.
|
12
|
-
reydb-1.1.
|
13
|
-
reydb-1.1.
|
14
|
-
reydb-1.1.
|
11
|
+
reydb-1.1.28.dist-info/METADATA,sha256=6wDADfjrQBPNtwAxMIIVOQG9_bi3PVe3g4PmDdc_MJM,1550
|
12
|
+
reydb-1.1.28.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
13
|
+
reydb-1.1.28.dist-info/licenses/LICENSE,sha256=UYLPqp7BvPiH8yEZduJqmmyEl6hlM3lKrFIefiD4rvk,1059
|
14
|
+
reydb-1.1.28.dist-info/RECORD,,
|
File without changes
|
File without changes
|