Skip to content

fix(core): simplify trigger name resolution to prevent duplicates#249

Open
FraCata00 wants to merge 2 commits into
AmbitionEng:mainfrom
FraCata00:fix/simplify-trigger-names
Open

fix(core): simplify trigger name resolution to prevent duplicates#249
FraCata00 wants to merge 2 commits into
AmbitionEng:mainfrom
FraCata00:fix/simplify-trigger-names

Conversation

@FraCata00

Copy link
Copy Markdown

Adds an opt-in setting to avoid duplicated trigger names (e.g. update_update) while preserving backward compatibility.

Important

A new settings added PGHISTORY_SIMPLIFY_TRIGGER_NAMES default to False

Closes #165

@FraCata00 FraCata00 force-pushed the fix/simplify-trigger-names branch from 9bedd4b to d62cae8 Compare December 29, 2025 16:27
@FraCata00 FraCata00 marked this pull request as draft December 30, 2025 08:51
@FraCata00 FraCata00 force-pushed the fix/simplify-trigger-names branch from d62cae8 to 8163e63 Compare March 31, 2026 09:17
@FraCata00 FraCata00 marked this pull request as ready for review March 31, 2026 09:18
@FraCata00 FraCata00 force-pushed the fix/simplify-trigger-names branch from 8163e63 to 46c0df5 Compare March 31, 2026 09:22
A new settings added `PGHISTORY_SIMPLIFY_TRIGGER_NAMES` default to False
@FraCata00 FraCata00 force-pushed the fix/simplify-trigger-names branch from 46c0df5 to 9400f02 Compare March 31, 2026 09:28
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.

Default trigger names are bit strange

1 participant