Closed alfonsodg closed 10 years ago
From richar...@gmail.com on August 12, 2009 21:32:26
sqlite does not support cascade deletions - see this thread: http://groups.google.com/group/web2py/browse_thread/thread/a5a2da933c62f5f0 To take account of this, the DAL could add sqlite triggers for sqlite to do the equivalent. (See Yarko's post for explanation.)
Original issue: http://code.google.com/p/web2py/issues/detail?id=50
From massimod...@gmail.com on August 13, 2009 08:27:29
Do you know hot to do it?
Status: Started
From richar...@gmail.com on August 13, 2009 16:50:03
sorry no idea - Yarko suggested this solution
From massimod...@gmail.com on September 11, 2009 06:14:22
fixed in trunk
Status: Fixed
From richar...@gmail.com on August 12, 2009 21:32:26
sqlite does not support cascade deletions - see this thread: http://groups.google.com/group/web2py/browse_thread/thread/a5a2da933c62f5f0 To take account of this, the DAL could add sqlite triggers for sqlite to do the equivalent. (See Yarko's post for explanation.)
Original issue: http://code.google.com/p/web2py/issues/detail?id=50