Skip to content

Conversation

1st1
Copy link
Member

@1st1 1st1 commented Aug 22, 2025

  • Save/sync executor attempted to commit changes to pydantic objects even when there was an exception inside its context manager

  • Sync was writing changes to pydantic objects while the transaction was still open

  • Fix sync() to update single links properly and handle the case when a linked object is replaced with a different one

  • Drop BlockingClient.save_debug method, it's quite outdated and must be broken

* Save/sync executor attempted to commit changes to pydantic objects
  even when there was an exception inside its context manager

* Sync was writing changes to pydantic objects while the transaction was
  still open

* Fix sync() to update single links properly and handle the case when a
  linked object is replaced with a different one

* Drop BlockingClient.__save_debug__ method, it's quite outdated and
  must be broken
@1st1 1st1 force-pushed the hello_darkness_my_old_friend branch from bac5d1b to 1dc77a6 Compare August 22, 2025 02:20
@1st1 1st1 merged commit e58987d into master Aug 25, 2025
42 checks passed
@1st1 1st1 deleted the hello_darkness_my_old_friend branch August 25, 2025 18:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants