pgsync 6.2.0__tar.gz → 7.0.0__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.
Files changed (75) hide show
  1. {pgsync-6.2.0 → pgsync-7.0.0}/PKG-INFO +3 -3
  2. {pgsync-6.2.0 → pgsync-7.0.0}/pgsync/__init__.py +1 -1
  3. {pgsync-6.2.0 → pgsync-7.0.0}/pgsync/trigger.py +1 -1
  4. {pgsync-6.2.0 → pgsync-7.0.0}/pgsync.egg-info/PKG-INFO +3 -3
  5. {pgsync-6.2.0 → pgsync-7.0.0}/pgsync.egg-info/requires.txt +2 -2
  6. {pgsync-6.2.0 → pgsync-7.0.0}/AUTHORS.rst +0 -0
  7. {pgsync-6.2.0 → pgsync-7.0.0}/CONTRIBUTING.rst +0 -0
  8. {pgsync-6.2.0 → pgsync-7.0.0}/HISTORY.rst +0 -0
  9. {pgsync-6.2.0 → pgsync-7.0.0}/LICENSE +0 -0
  10. {pgsync-6.2.0 → pgsync-7.0.0}/MANIFEST.in +0 -0
  11. {pgsync-6.2.0 → pgsync-7.0.0}/README.md +0 -0
  12. {pgsync-6.2.0 → pgsync-7.0.0}/README.rst +0 -0
  13. {pgsync-6.2.0 → pgsync-7.0.0}/bin/bootstrap +0 -0
  14. {pgsync-6.2.0 → pgsync-7.0.0}/bin/parallel_sync +0 -0
  15. {pgsync-6.2.0 → pgsync-7.0.0}/bin/pgsync +0 -0
  16. {pgsync-6.2.0 → pgsync-7.0.0}/docs/Makefile +0 -0
  17. {pgsync-6.2.0 → pgsync-7.0.0}/docs/authors.rst +0 -0
  18. {pgsync-6.2.0 → pgsync-7.0.0}/docs/changelog.rst +0 -0
  19. {pgsync-6.2.0 → pgsync-7.0.0}/docs/conf.py +0 -0
  20. {pgsync-6.2.0 → pgsync-7.0.0}/docs/contributing.rst +0 -0
  21. {pgsync-6.2.0 → pgsync-7.0.0}/docs/history.rst +0 -0
  22. {pgsync-6.2.0 → pgsync-7.0.0}/docs/index.rst +0 -0
  23. {pgsync-6.2.0 → pgsync-7.0.0}/docs/installation.rst +0 -0
  24. {pgsync-6.2.0 → pgsync-7.0.0}/docs/logo.png +0 -0
  25. {pgsync-6.2.0 → pgsync-7.0.0}/docs/make.bat +0 -0
  26. {pgsync-6.2.0 → pgsync-7.0.0}/docs/readme.rst +0 -0
  27. {pgsync-6.2.0 → pgsync-7.0.0}/docs/usage.rst +0 -0
  28. {pgsync-6.2.0 → pgsync-7.0.0}/pgsync/base.py +0 -0
  29. {pgsync-6.2.0 → pgsync-7.0.0}/pgsync/constants.py +0 -0
  30. {pgsync-6.2.0 → pgsync-7.0.0}/pgsync/exc.py +0 -0
  31. {pgsync-6.2.0 → pgsync-7.0.0}/pgsync/helper.py +0 -0
  32. {pgsync-6.2.0 → pgsync-7.0.0}/pgsync/node.py +0 -0
  33. {pgsync-6.2.0 → pgsync-7.0.0}/pgsync/plugin.py +0 -0
  34. {pgsync-6.2.0 → pgsync-7.0.0}/pgsync/querybuilder.py +0 -0
  35. {pgsync-6.2.0 → pgsync-7.0.0}/pgsync/redisqueue.py +0 -0
  36. {pgsync-6.2.0 → pgsync-7.0.0}/pgsync/search_client.py +0 -0
  37. {pgsync-6.2.0 → pgsync-7.0.0}/pgsync/settings.py +0 -0
  38. {pgsync-6.2.0 → pgsync-7.0.0}/pgsync/singleton.py +0 -0
  39. {pgsync-6.2.0 → pgsync-7.0.0}/pgsync/sync.py +0 -0
  40. {pgsync-6.2.0 → pgsync-7.0.0}/pgsync/transform.py +0 -0
  41. {pgsync-6.2.0 → pgsync-7.0.0}/pgsync/urls.py +0 -0
  42. {pgsync-6.2.0 → pgsync-7.0.0}/pgsync/utils.py +0 -0
  43. {pgsync-6.2.0 → pgsync-7.0.0}/pgsync/view.py +0 -0
  44. {pgsync-6.2.0 → pgsync-7.0.0}/pgsync.egg-info/SOURCES.txt +0 -0
  45. {pgsync-6.2.0 → pgsync-7.0.0}/pgsync.egg-info/dependency_links.txt +0 -0
  46. {pgsync-6.2.0 → pgsync-7.0.0}/pgsync.egg-info/not-zip-safe +0 -0
  47. {pgsync-6.2.0 → pgsync-7.0.0}/pgsync.egg-info/top_level.txt +0 -0
  48. {pgsync-6.2.0 → pgsync-7.0.0}/pyproject.toml +0 -0
  49. {pgsync-6.2.0 → pgsync-7.0.0}/setup.cfg +0 -0
  50. {pgsync-6.2.0 → pgsync-7.0.0}/setup.py +0 -0
  51. {pgsync-6.2.0 → pgsync-7.0.0}/tests/__init__.py +0 -0
  52. {pgsync-6.2.0 → pgsync-7.0.0}/tests/conftest.py +0 -0
  53. {pgsync-6.2.0 → pgsync-7.0.0}/tests/fixtures/schema.json +0 -0
  54. {pgsync-6.2.0 → pgsync-7.0.0}/tests/test_base.py +0 -0
  55. {pgsync-6.2.0 → pgsync-7.0.0}/tests/test_constants.py +0 -0
  56. {pgsync-6.2.0 → pgsync-7.0.0}/tests/test_env_vars.py +0 -0
  57. {pgsync-6.2.0 → pgsync-7.0.0}/tests/test_helper.py +0 -0
  58. {pgsync-6.2.0 → pgsync-7.0.0}/tests/test_log_handlers.py +0 -0
  59. {pgsync-6.2.0 → pgsync-7.0.0}/tests/test_node.py +0 -0
  60. {pgsync-6.2.0 → pgsync-7.0.0}/tests/test_query_builder.py +0 -0
  61. {pgsync-6.2.0 → pgsync-7.0.0}/tests/test_redisqueue.py +0 -0
  62. {pgsync-6.2.0 → pgsync-7.0.0}/tests/test_search_client.py +0 -0
  63. {pgsync-6.2.0 → pgsync-7.0.0}/tests/test_settings.py +0 -0
  64. {pgsync-6.2.0 → pgsync-7.0.0}/tests/test_sync.py +0 -0
  65. {pgsync-6.2.0 → pgsync-7.0.0}/tests/test_sync_nested_children.py +0 -0
  66. {pgsync-6.2.0 → pgsync-7.0.0}/tests/test_sync_root.py +0 -0
  67. {pgsync-6.2.0 → pgsync-7.0.0}/tests/test_sync_single_child_fk_on_child.py +0 -0
  68. {pgsync-6.2.0 → pgsync-7.0.0}/tests/test_sync_single_child_fk_on_parent.py +0 -0
  69. {pgsync-6.2.0 → pgsync-7.0.0}/tests/test_transform.py +0 -0
  70. {pgsync-6.2.0 → pgsync-7.0.0}/tests/test_trigger.py +0 -0
  71. {pgsync-6.2.0 → pgsync-7.0.0}/tests/test_unique_behaviour.py +0 -0
  72. {pgsync-6.2.0 → pgsync-7.0.0}/tests/test_urls.py +0 -0
  73. {pgsync-6.2.0 → pgsync-7.0.0}/tests/test_utils.py +0 -0
  74. {pgsync-6.2.0 → pgsync-7.0.0}/tests/test_view.py +0 -0
  75. {pgsync-6.2.0 → pgsync-7.0.0}/tests/testing_utils.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pgsync
3
- Version: 6.2.0
3
+ Version: 7.0.0
4
4
  Summary: Postgres/MySQL/MariaDB to Elasticsearch/OpenSearch sync
5
5
  Home-page: https://github.com/toluaina/pgsync
6
6
  Author: Tolu Aina
@@ -33,8 +33,8 @@ License-File: LICENSE
33
33
  License-File: AUTHORS.rst
34
34
  Requires-Dist: async-timeout==5.0.1
35
35
  Requires-Dist: backports-datetime-fromisoformat==2.0.3
36
- Requires-Dist: boto3==1.42.1
37
- Requires-Dist: botocore==1.42.1
36
+ Requires-Dist: boto3==1.42.2
37
+ Requires-Dist: botocore==1.42.2
38
38
  Requires-Dist: certifi==2025.11.12
39
39
  Requires-Dist: charset-normalizer==3.4.4
40
40
  Requires-Dist: click==8.1.8
@@ -2,4 +2,4 @@
2
2
 
3
3
  __author__ = "Tolu Aina"
4
4
  __email__ = "tolu@pgsync.com"
5
- __version__ = "6.2.0"
5
+ __version__ = "7.0.0"
@@ -27,7 +27,7 @@ BEGIN
27
27
 
28
28
  IF TG_OP = 'DELETE' THEN
29
29
 
30
- SELECT primary_keys INTO _primary_keys
30
+ SELECT primary_keys, indices INTO _primary_keys, _indices
31
31
  FROM {MATERIALIZED_VIEW}
32
32
  WHERE table_name = TG_TABLE_NAME;
33
33
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pgsync
3
- Version: 6.2.0
3
+ Version: 7.0.0
4
4
  Summary: Postgres/MySQL/MariaDB to Elasticsearch/OpenSearch sync
5
5
  Home-page: https://github.com/toluaina/pgsync
6
6
  Author: Tolu Aina
@@ -33,8 +33,8 @@ License-File: LICENSE
33
33
  License-File: AUTHORS.rst
34
34
  Requires-Dist: async-timeout==5.0.1
35
35
  Requires-Dist: backports-datetime-fromisoformat==2.0.3
36
- Requires-Dist: boto3==1.42.1
37
- Requires-Dist: botocore==1.42.1
36
+ Requires-Dist: boto3==1.42.2
37
+ Requires-Dist: botocore==1.42.2
38
38
  Requires-Dist: certifi==2025.11.12
39
39
  Requires-Dist: charset-normalizer==3.4.4
40
40
  Requires-Dist: click==8.1.8
@@ -1,7 +1,7 @@
1
1
  async-timeout==5.0.1
2
2
  backports-datetime-fromisoformat==2.0.3
3
- boto3==1.42.1
4
- botocore==1.42.1
3
+ boto3==1.42.2
4
+ botocore==1.42.2
5
5
  certifi==2025.11.12
6
6
  charset-normalizer==3.4.4
7
7
  click==8.1.8
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes