duckdb 1.4.2.dev29__cp311-cp311-macosx_10_9_x86_64.whl → 1.4.2.dev38__cp311-cp311-macosx_10_9_x86_64.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 duckdb might be problematic. Click here for more details.
- _duckdb-stubs/__init__.pyi +1 -1
- _duckdb.cpython-311-darwin.so +0 -0
- {duckdb-1.4.2.dev29.dist-info → duckdb-1.4.2.dev38.dist-info}/METADATA +1 -1
- {duckdb-1.4.2.dev29.dist-info → duckdb-1.4.2.dev38.dist-info}/RECORD +6 -6
- {duckdb-1.4.2.dev29.dist-info → duckdb-1.4.2.dev38.dist-info}/WHEEL +0 -0
- {duckdb-1.4.2.dev29.dist-info → duckdb-1.4.2.dev38.dist-info}/licenses/LICENSE +0 -0
_duckdb-stubs/__init__.pyi
CHANGED
|
@@ -1048,7 +1048,7 @@ def commit(*, connection: DuckDBPyConnection | None = None) -> DuckDBPyConnectio
|
|
|
1048
1048
|
def connect(
|
|
1049
1049
|
database: str | pathlib.Path = ":memory:",
|
|
1050
1050
|
read_only: bool = False,
|
|
1051
|
-
config: dict[str, str] | None = None,
|
|
1051
|
+
config: dict[str, str | bool | int | float | list[str]] | None = None,
|
|
1052
1052
|
) -> DuckDBPyConnection: ...
|
|
1053
1053
|
def create_function(
|
|
1054
1054
|
name: str,
|
_duckdb.cpython-311-darwin.so
CHANGED
|
Binary file
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
_duckdb.cpython-311-darwin.so,sha256=
|
|
2
|
-
duckdb-1.4.2.
|
|
3
|
-
duckdb-1.4.2.
|
|
4
|
-
duckdb-1.4.2.
|
|
5
|
-
duckdb-1.4.2.
|
|
1
|
+
_duckdb.cpython-311-darwin.so,sha256=t5TMgESWkH4oV3yUNA3imvxCkERnbXOfMdsdMix2P98,45459880
|
|
2
|
+
duckdb-1.4.2.dev38.dist-info/RECORD,,
|
|
3
|
+
duckdb-1.4.2.dev38.dist-info/WHEEL,sha256=5z1XYTeR-PtLsp2QR7eYP5gwDGEAwAKuJdBbb4ulh7Q,142
|
|
4
|
+
duckdb-1.4.2.dev38.dist-info/METADATA,sha256=Wpn-Zyhs_Hd_fssGEioFyv5kCtypuH5UYoV7SN2p-8k,4309
|
|
5
|
+
duckdb-1.4.2.dev38.dist-info/licenses/LICENSE,sha256=fhf9MSSfqHXLOxxeBcbD6Zt1UJ9qKATKF2wheDTeHcs,1072
|
|
6
6
|
duckdb/polars_io.py,sha256=rOY2k5SKDvFQfxgTdkngi70CY8HRaPk-NE3u4vzY-YE,10996
|
|
7
7
|
duckdb/_version.py,sha256=YED0DUA67R3YQhz3hY_0QA_goTaWK2HE2epopxDxrIc,844
|
|
8
8
|
duckdb/_dbapi_type_object.py,sha256=NW-m3YcpJwwpQ4UC9lj68eioUB1NbdmgaaQID6v9ecU,6980
|
|
@@ -47,6 +47,6 @@ duckdb/functional/__init__.py,sha256=-WAPwJvoxdk2xQipz6unr8MwMyalnQ2aOUfMLhAPBw0
|
|
|
47
47
|
duckdb/func/__init__.py,sha256=oisXanDpKYjBG-tS1AMGVtodDGqKZspYbCLX5YlbWLQ,203
|
|
48
48
|
_duckdb-stubs/_func.pyi,sha256=1_39vmTVZZep_vSNVWVRBwLlz3YUk42yQeAvfZQXk1M,2086
|
|
49
49
|
_duckdb-stubs/_sqltypes.pyi,sha256=zJD-frBluEE2PrZccsHr9TjkTuWcCQLPe9FoG0YpKMI,2165
|
|
50
|
-
_duckdb-stubs/__init__.pyi,sha256=
|
|
50
|
+
_duckdb-stubs/__init__.pyi,sha256=FK65kdSHH3BkSU_NbyY-wEdeTM5srDgm2EwAsP41I1g,63579
|
|
51
51
|
adbc_driver_duckdb/dbapi.py,sha256=Jg6JWpy2WUoew8XN-LU5BW7_RFDJQKmhaOYD7uPY6xo,3461
|
|
52
52
|
adbc_driver_duckdb/__init__.py,sha256=VrYFEkN5Ej1vG7QljohZtclAwD4QK-ctUhznFTftvgk,1846
|
|
File without changes
|
|
File without changes
|