Branch: refs/heads/rrwo/updatable_key-config
Home: https://github.com/perl5-dbi/dbi
Commit: b8af7aea45a181876972f0ad4db1cdb2f33719c3
https://github.com/perl5-dbi/dbi/commit/b8af7aea45a181876972f0ad4db1cdb2f33719c3
Author: Robert Rothenberg <[email protected]>
Date: 2026-08-07 (Fri, 07 Aug 2026)
Changed paths:
M ChangeLog
M lib/DBD/DBM.pm
Log Message:
-----------
feature: Add option to disallow UPDATE to overwrite an existing primary-key
row
This adds a dbm_updatable_key attribute, with the following values:
- 0 = no change, default behavior as is
- 1 = warn on duplicate key but continue as usual
- 2 = croak on duplicate key
To unsubscribe from these emails, change your notification settings at
https://github.com/perl5-dbi/dbi/settings/notifications