• last updated 16 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
The parent_id = was too restrictive. Even if there are multiple folders with the same name, the combination will weed the other ones out.

  1. … 1 more file in changeset.
Previous commit was fixing the wrong cause. Now I use two folders to make sure I'm trying to fetch the correct item. This should be done (in the long run) using a connect by / tree view.

  1. … 2 more files in changeset.
Detected cases where we might have more than one item_id in the subselect. Fixed. Furthermore fixed Oracle Limit 1 problem by using rownum=1

  1. … 1 more file in changeset.
Fixed problem with limit 1 in Oracle

  1. … 2 more files in changeset.