alexdobre / RDL_Google_Tech

Java for the Google technology code
0 stars 0 forks source link

Orphaned references #93

Closed alexdobre closed 10 years ago

alexdobre commented 10 years ago

When a user deletes a Snip with references. Those references remain in the database and become orphaned.

We do not yet want to get into transactions and rollback on our database so let's do the following:

This should be OK for our prototype.