sqlExport: transactions table primary key is causing data loss #2
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No Assignees
1 Participants
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: CMS/memberPlumbing#2
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Timestamp, unsuprisingly, is not a valid key for that table, but I'm pretty sure nothing is. Maybe just declare the whole table as a key? (but we can't because non-fixed length fields cannot be keys)
Fixed for real in e49a894e45