yeref 0.29.5__tar.gz → 0.29.7__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: yeref
3
- Version: 0.29.5
3
+ Version: 0.29.7
4
4
  Summary: desc-f
5
5
  Author: john smith
6
6
  Dynamic: author
@@ -2,7 +2,7 @@ from setuptools import setup
2
2
 
3
3
  setup(
4
4
  name='yeref',
5
- version='0.29.5',
5
+ version='0.29.7',
6
6
  description='desc-f',
7
7
  author='john smith',
8
8
  packages=['yeref'],
@@ -2578,6 +2578,7 @@ async def db_select_pg(sql, param=None, db_pool=None, db_config=None):
2578
2578
  elif "<= NOW()" in sql: pass
2579
2579
  elif "SELECT CHANNEL_TID, CHANNEL_LZ FROM" in sql: pass
2580
2580
  elif "SELECT GROUPP_TID, GROUPP_LZ FROM" in sql: pass
2581
+ elif "SELECT GROUPP_TID, OWNER_TID, GROUPP_LC, GROUPP_LZ, GROUPP_CDIALOG FROM" in sql: pass
2581
2582
  else:
2582
2583
  logger.info(log_ % f"SQL: {sql}, PARAM: {param}")
2583
2584
  else:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: yeref
3
- Version: 0.29.5
3
+ Version: 0.29.7
4
4
  Summary: desc-f
5
5
  Author: john smith
6
6
  Dynamic: author
File without changes
File without changes
File without changes
File without changes
File without changes