unable to delete from MPE_TABLES #134

Closed
opened 2024-12-31 11:08:00 +00:00 by allan · 0 comments
Owner

The POST_EDIT_HOOK for MPE_TABLES forces an uppercase of the primary key values

This is problematic when using DC to delete from MPE_TABLES in cases where records (with lowcase PK) have been added outside of Data Controller

Fix: remove the upcase for the PK cols where _____DELETE__THIS__RECORD_____='Yes'

The POST_EDIT_HOOK for MPE_TABLES forces an uppercase of the primary key values This is problematic when using DC to delete from MPE_TABLES in cases where records (with lowcase PK) have been added outside of Data Controller Fix: remove the upcase for the PK cols where `_____DELETE__THIS__RECORD_____='Yes'`
allan self-assigned this 2024-12-31 11:08:05 +00:00
allan closed this issue 2024-12-31 15:26:22 +00:00
Sign in to join this conversation.
No Milestone
No project
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: dc/dc#134
No description provided.