Originally Posted by
CA Jack
What happens is, in the old "delete breeder" and "delete owner" way of doing things, it simply vaporized the breeder/owner.
In doing so, the SQL query in the dog ID (associated with that deleted breeder/owner) "couldn't find" the now-deleted breeder/owner as part of the DOG ID, and so reported the dog as "deleted" too ...
In manually-changing the breeder of 7494 from the deleted breeder to 1 (unknown), the SQL query can now "find" the breeder and display the dog.
2 Things have been upgraded: 1) when we delete breeders/owners in our new feature set, it is automatically flushing any dogs the deleted breeder/owner is associated with to having UNK breeders/owners, so the dogs will still display, and 2) my brother is going to run a MySQL script on Monday that will automatically change all of the old-deletes from "vaporized" to having breeders/owners back to UNKNOWN status, so all associated dogs will display.
Jack