python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Cascade delete not working SQLite with 1:1 relationship
I'm trying to set up a 1:1 relationship between two tables Places and People. A person has a home, and when that person is deleted the home should also be deleted. Other tables also use the Places tab...

Dan
Votes: 0
Answers: 1
Django administration Site. 'Delete multiple objects' produces ValidationError
When attempting to delete multiple rows, which have a one to one relationship with two other tables I received the following error:
['“March 21, 2022” value has an invalid date format. It must be in Y...
Zedexodus
Votes: 0
Answers: 1
Safely delete foundationdb directory
I want to delete a foundationDB directory and all it's contents. However, DirectoryLayer::remove states:
Warning: Clients that have already opened the directory might still insert data into its conte...
user1413793
Votes: 0
Answers: 1
LINQ To Entity Framework - Cascade delete - Error
I have two related tables like this :
Users
public partial class Users
{
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2214:DoNotCallOverridableMet...

SilverLight
Votes: 0
Answers: 1