sql-blocks 1.25.516999999999__py3-none-any.whl → 1.25.517999999999__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_blocks/sql_blocks.py +1 -1
- {sql_blocks-1.25.516999999999.dist-info → sql_blocks-1.25.517999999999.dist-info}/METADATA +1 -1
- sql_blocks-1.25.517999999999.dist-info/RECORD +7 -0
- sql_blocks-1.25.516999999999.dist-info/RECORD +0 -7
- {sql_blocks-1.25.516999999999.dist-info → sql_blocks-1.25.517999999999.dist-info}/LICENSE +0 -0
- {sql_blocks-1.25.516999999999.dist-info → sql_blocks-1.25.517999999999.dist-info}/WHEEL +0 -0
- {sql_blocks-1.25.516999999999.dist-info → sql_blocks-1.25.517999999999.dist-info}/top_level.txt +0 -0
sql_blocks/sql_blocks.py
CHANGED
@@ -1149,7 +1149,7 @@ class PandasLanguage(DataAnalysisLanguage):
|
|
1149
1149
|
)
|
1150
1150
|
common_fields = self.split_agg_fields(values)
|
1151
1151
|
if common_fields:
|
1152
|
-
return '[[
|
1152
|
+
return '[[{}\n]]'.format(
|
1153
1153
|
','.join(line_field_fmt(fld) for fld in common_fields)
|
1154
1154
|
)
|
1155
1155
|
return ''
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: sql_blocks
|
3
|
-
Version: 1.25.
|
3
|
+
Version: 1.25.517999999999
|
4
4
|
Summary: Allows you to create objects for parts of SQL query commands. Also to combine these objects by joining them, adding or removing parts...
|
5
5
|
Home-page: https://github.com/julio-cascalles/sql_blocks
|
6
6
|
Author: Júlio Cascalles
|
@@ -0,0 +1,7 @@
|
|
1
|
+
sql_blocks/__init__.py,sha256=5ItzGCyqqa6kwY8wvF9kapyHsAiWJ7KEXCcC-OtdXKg,37
|
2
|
+
sql_blocks/sql_blocks.py,sha256=hk1wSGny-vY7k4nO94zLsCmM1C2Curi5Cv7hVqa1mUw,69100
|
3
|
+
sql_blocks-1.25.517999999999.dist-info/LICENSE,sha256=6kbiFSfobTZ7beWiKnHpN902HgBx-Jzgcme0SvKqhKY,1091
|
4
|
+
sql_blocks-1.25.517999999999.dist-info/METADATA,sha256=w2m3bbhDdnCeTqnrzeloyAmBuXX5nkwWqwlPBoPh0ac,22235
|
5
|
+
sql_blocks-1.25.517999999999.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
6
|
+
sql_blocks-1.25.517999999999.dist-info/top_level.txt,sha256=57AbUvUjYNy4m1EqDaU3WHeP-uyIAfV0n8GAUp1a1YQ,11
|
7
|
+
sql_blocks-1.25.517999999999.dist-info/RECORD,,
|
@@ -1,7 +0,0 @@
|
|
1
|
-
sql_blocks/__init__.py,sha256=5ItzGCyqqa6kwY8wvF9kapyHsAiWJ7KEXCcC-OtdXKg,37
|
2
|
-
sql_blocks/sql_blocks.py,sha256=kM3hBe1P9qDZOORqoX9tTS80EMtEFpBxtOEo8miLEd4,69102
|
3
|
-
sql_blocks-1.25.516999999999.dist-info/LICENSE,sha256=6kbiFSfobTZ7beWiKnHpN902HgBx-Jzgcme0SvKqhKY,1091
|
4
|
-
sql_blocks-1.25.516999999999.dist-info/METADATA,sha256=CHRNGYWScyUPpE2GbRriFkMoELDb8WYNGGEVLlnxa38,22235
|
5
|
-
sql_blocks-1.25.516999999999.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
6
|
-
sql_blocks-1.25.516999999999.dist-info/top_level.txt,sha256=57AbUvUjYNy4m1EqDaU3WHeP-uyIAfV0n8GAUp1a1YQ,11
|
7
|
-
sql_blocks-1.25.516999999999.dist-info/RECORD,,
|
File without changes
|
File without changes
|
{sql_blocks-1.25.516999999999.dist-info → sql_blocks-1.25.517999999999.dist-info}/top_level.txt
RENAMED
File without changes
|