sql-blocks 1.20250719__tar.gz → 1.20250720__tar.gz
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-1.20250719/sql_blocks.egg-info → sql_blocks-1.20250720}/PKG-INFO +1 -1
- {sql_blocks-1.20250719 → sql_blocks-1.20250720}/pyproject.toml +1 -1
- {sql_blocks-1.20250719 → sql_blocks-1.20250720}/setup.py +1 -1
- {sql_blocks-1.20250719 → sql_blocks-1.20250720}/sql_blocks/sql_blocks.py +1 -1
- {sql_blocks-1.20250719 → sql_blocks-1.20250720/sql_blocks.egg-info}/PKG-INFO +1 -1
- {sql_blocks-1.20250719 → sql_blocks-1.20250720}/LICENSE +0 -0
- {sql_blocks-1.20250719 → sql_blocks-1.20250720}/README.md +0 -0
- {sql_blocks-1.20250719 → sql_blocks-1.20250720}/setup.cfg +0 -0
- {sql_blocks-1.20250719 → sql_blocks-1.20250720}/sql_blocks/__init__.py +0 -0
- {sql_blocks-1.20250719 → sql_blocks-1.20250720}/sql_blocks.egg-info/SOURCES.txt +0 -0
- {sql_blocks-1.20250719 → sql_blocks-1.20250720}/sql_blocks.egg-info/dependency_links.txt +0 -0
- {sql_blocks-1.20250719 → sql_blocks-1.20250720}/sql_blocks.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: sql_blocks
|
3
|
-
Version: 1.
|
3
|
+
Version: 1.20250720
|
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
|
@@ -2241,7 +2241,7 @@ class CTEFactory:
|
|
2241
2241
|
if suffix:
|
2242
2242
|
self.main = detect( self.replace_wildcards(''.join(suffix)) )
|
2243
2243
|
elif not self.main:
|
2244
|
-
self.main = Select(self.cte_list[
|
2244
|
+
self.main = Select(self.cte_list[-1].table_name)
|
2245
2245
|
self.main.break_lines = False
|
2246
2246
|
|
2247
2247
|
def build_ctes(self, script: str):
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: sql_blocks
|
3
|
-
Version: 1.
|
3
|
+
Version: 1.20250720
|
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
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|