Feature #4585
Dbo reentrant queries
Status:
New
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
11/23/2015
Due date:
% Done:
0%
Estimated time:
Description
Hi,
I'd like to request Dbo reentrant feature. It has been ignored since Dbo came out but recently I've been having problems with it so I hope Wt will take this request.
I have a recursive function to query in a hierarchical order. I have to query a ManyToMany collection in each item in the tree, however Dbo throws a runtime exception. It is difficult to preload all the data into a vector as the ManyToMany implementation hides the joining table. However a custom query on the joining table can allow me to work around it.
No data to display