alfonsodg / demo-web2py

Apache License 2.0
0 stars 0 forks source link

sqlite cascade support #49

Closed alfonsodg closed 10 years ago

alfonsodg commented 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

alfonsodg commented 10 years ago

From massimod...@gmail.com on August 13, 2009 08:27:29

Do you know hot to do it?

Status: Started

alfonsodg commented 10 years ago

From richar...@gmail.com on August 13, 2009 16:50:03

sorry no idea - Yarko suggested this solution

alfonsodg commented 10 years ago

From massimod...@gmail.com on September 11, 2009 06:14:22

fixed in trunk

Status: Fixed