jupyter-duckdb 1.4.109__py3-none-any.whl → 1.4.112__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.
@@ -1,4 +1,5 @@
1
1
  import datetime
2
+ import decimal
2
3
  from datetime import date
3
4
  from typing import Tuple, List, Optional, Any
4
5
 
@@ -19,6 +20,8 @@ class ResultSetComparator:
19
20
  return value.strftime("%Y-%m-%d")
20
21
  if isinstance(value, datetime.time):
21
22
  return value.strftime("%H:%M:%S")
23
+ if isinstance(value, decimal.Decimal):
24
+ return float(value)
22
25
 
23
26
  return value
24
27
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: jupyter-duckdb
3
- Version: 1.4.109
3
+ Version: 1.4.112
4
4
  Summary: a basic wrapper kernel for DuckDB
5
5
  Home-page: https://github.com/erictroebs/jupyter-duckdb
6
6
  Author: Eric Tröbs
@@ -84,7 +84,7 @@ duckdb_kernel/tests/test_dc.py,sha256=E-PppvBU6AuLFpg0M3chFscm-2Kuv2rkz85PL2NCES
84
84
  duckdb_kernel/tests/test_ra.py,sha256=-1SHhD99tZpO_YidW70LNHUHCEwv9-vBQs3-vg7DbRY,83066
85
85
  duckdb_kernel/tests/test_result_comparison.py,sha256=TQVLPKKNyV2k3i4jCfasetPfVfCzgYZr92wxQmlzPnA,3859
86
86
  duckdb_kernel/tests/test_sql.py,sha256=p7UEokoJs2xc-url7xQ4PmWKxtExrDDYnMeoyR1JD0A,1208
87
- duckdb_kernel/util/ResultSetComparator.py,sha256=yNca2DBJu6EaPo11cQSWFrXELdadeFlPw9Q80JgVLYU,2831
87
+ duckdb_kernel/util/ResultSetComparator.py,sha256=AoG4kUjMgyZRga6J4QVRUYyvDYXm1dMDa3VWpC3KYoQ,2925
88
88
  duckdb_kernel/util/SQL.py,sha256=-uRfa0IwEQueZNZ7vkBPczLuvm_87y4_nnMBx3FgqNk,643
89
89
  duckdb_kernel/util/TestError.py,sha256=iwlGHr9j6pFDa2cGxqGyvJ-exrFUtPJjVm_OhHi4n3g,97
90
90
  duckdb_kernel/util/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -98,7 +98,7 @@ duckdb_kernel/visualization/lib/__init__.py,sha256=LYi0YPtn5fXOejbLIqbt_3KzP-Xrw
98
98
  duckdb_kernel/visualization/lib/plotly-3.0.1.min.js,sha256=oy6Be7Eh6eiQFs5M7oXuPxxm9qbJXEtTpfSI93dW16Q,4653932
99
99
  duckdb_kernel/visualization/lib/ra.css,sha256=foz1v69EQ117BDduB9QyHH978PbRs2TG1kBS4VGqZbI,57
100
100
  duckdb_kernel/visualization/lib/ra.js,sha256=VzMRn55ztcd5Kfu2B6gdRPARpi8n-fvs8oNFnfp55Ec,1845
101
- jupyter_duckdb-1.4.109.dist-info/METADATA,sha256=HXebOLrYx4Ry7zsv5295hO1BhWyvM16WedLRff_xjBM,9272
102
- jupyter_duckdb-1.4.109.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
103
- jupyter_duckdb-1.4.109.dist-info/top_level.txt,sha256=KvRRPMnmkQNuhyBsXoPmwyt26LRDp0O-0HN6u0Dm5jA,14
104
- jupyter_duckdb-1.4.109.dist-info/RECORD,,
101
+ jupyter_duckdb-1.4.112.dist-info/METADATA,sha256=-2NZUe3iUZ2BPUIqr9T3GysFpxRyJ5WDQJa7a3pl2Jc,9272
102
+ jupyter_duckdb-1.4.112.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
103
+ jupyter_duckdb-1.4.112.dist-info/top_level.txt,sha256=KvRRPMnmkQNuhyBsXoPmwyt26LRDp0O-0HN6u0Dm5jA,14
104
+ jupyter_duckdb-1.4.112.dist-info/RECORD,,