sql-athame 0.4.0a2__py3-none-any.whl → 0.4.0a3__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.
sql_athame/dataclasses.py CHANGED
@@ -595,5 +595,7 @@ class ModelBase(Mapping[str, Any]):
595
595
 
596
596
 
597
597
  def chunked(lst, n):
598
+ if type(lst) is not list:
599
+ lst = list(lst)
598
600
  for i in range(0, len(lst), n):
599
601
  yield lst[i : i + n]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: sql-athame
3
- Version: 0.4.0a2
3
+ Version: 0.4.0a3
4
4
  Summary: Python tool for slicing and dicing SQL
5
5
  Home-page: https://github.com/bdowning/sql-athame
6
6
  License: MIT
@@ -1,11 +1,11 @@
1
1
  sql_athame/__init__.py,sha256=rzUQcbzmj3qkPZpL9jI_ALTRv-e1pAV4jSCryWkutlk,130
2
2
  sql_athame/base.py,sha256=fSnHQhh5ULeJ5q32RVUAvpWtF0qoY61B2gEEP59Nrpo,10350
3
- sql_athame/dataclasses.py,sha256=oo1NnUrd-THKVRtTnAK08P4UnFIUBsVJHrOO5tgfi_I,19697
3
+ sql_athame/dataclasses.py,sha256=qMs5xCuYwBjPYOD3EdRR9p4Bc3ZqoRsOmD1urDYVvH0,19751
4
4
  sql_athame/escape.py,sha256=LXExbiYtc407yDU4vPieyY2Pq5nypsJFfBc_2-gsbUg,743
5
5
  sql_athame/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
6
6
  sql_athame/sqlalchemy.py,sha256=c-pCLE11hTh5I19rY1Vp5E7P7lAaj9i-i7ko2L8rlF4,1305
7
7
  sql_athame/types.py,sha256=7P4OyY0ezRlb2UDD9lpdXiLChnhQcBvHWaG_PKy3jmE,412
8
- sql_athame-0.4.0a2.dist-info/LICENSE,sha256=xqV29vPFqITcKifYrGPgVIBjq4fdmLSwY3gRUtDKafg,1076
9
- sql_athame-0.4.0a2.dist-info/METADATA,sha256=_2r7ZYOb5St8muq7EnfoiNEQJA1eskEibMjn7JHkcxI,12845
10
- sql_athame-0.4.0a2.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
11
- sql_athame-0.4.0a2.dist-info/RECORD,,
8
+ sql_athame-0.4.0a3.dist-info/LICENSE,sha256=xqV29vPFqITcKifYrGPgVIBjq4fdmLSwY3gRUtDKafg,1076
9
+ sql_athame-0.4.0a3.dist-info/METADATA,sha256=ww5zr5Vvsn2SDrKZU6Er-xahTj091zKXpGTVv4EarV8,12845
10
+ sql_athame-0.4.0a3.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
11
+ sql_athame-0.4.0a3.dist-info/RECORD,,