Make get_or_create less braindead. Instead of looking for a 100% identical...
Make get_or_create less braindead. Instead of looking for a 100% identical match, it looks for one with matching keys/indices. If those match, the old record is returned. Caveat: Returned record not guaranteed to 100% match the entered parameters - only the keys. Could be bad if not accounted for
Please register or sign in to comment