Home
The Toolkit for Online Communities
13561 Community Members, 0 members online, 1961 visitors today
Log In Register

Forum OpenACS Development: site_node.get_tree_sortkey missing in acs-kernel (Oracle)

OpenACS Home : Forums : OpenACS Development : site_node.get_tree_sortkey missing in acs-kernel (Oracle)

Icon of Envelope Request notifications

I have found today that site_node.get_tree_sortkey function is missing in site-nodes-create.sql for Oracle.

In fact, the create table site_nodes also miss the tree_sortkey field.

Should this be included for next release? If so, I think I can make the upgrade, and fix the create sql procs.

+
Posted by Dave Bauer on
This function should not be needed on Oracle as it supported hierarchal queries natively using Connect By.