Index: openacs-4/packages/acs-subsite/tcl/package-procs.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-subsite/tcl/package-procs.xql,v diff -u -r1.3 -r1.4 --- openacs-4/packages/acs-subsite/tcl/package-procs.xql 3 Aug 2001 21:09:20 -0000 1.3 +++ openacs-4/packages/acs-subsite/tcl/package-procs.xql 30 Nov 2002 17:22:03 -0000 1.4 @@ -1,103 +1,111 @@ - - + + - select t.table_name as table, t.id_column as column - from acs_object_types t - where t.object_type = :object_type - - - + select t.table_name as table, t.id_column as column + from acs_object_types t + where t.object_type = :object_type + + + - - - + + + - select t.package_name - from acs_object_types t - where t.object_type = :object_type - - - + select t.package_name + from acs_object_types t + where t.object_type = :object_type + + + - - - + + + - select t.table_name, t.id_column, lower(t.package_name) as package_name, t.supertype - from acs_object_types t - where t.object_type = :object_type - - - + select t.table_name, t.id_column, lower(t.package_name) as package_name, t.supertype + from acs_object_types t + where t.object_type = :object_type + + + - - - + + + - select t.table_name, t.id_column, lower(t.package_name) as package_name, t.supertype - from acs_object_types t - where t.object_type = :object_type - - - + select t.table_name, t.id_column, lower(t.package_name) as package_name, t.supertype + from acs_object_types t + where t.object_type = :object_type + + + - - - + + + - select t.table_name, t.id_column, lower(t.package_name) as package_name, t.supertype - from acs_object_types t - where t.object_type = :object_type - - - + select t.table_name, t.id_column, lower(t.package_name) as package_name, t.supertype + from acs_object_types t + where t.object_type = :object_type + + + - - - + + + - select t.table_name, t.id_column, lower(t.package_name) as package_name, t.supertype - from acs_object_types t - where t.object_type = :object_type - - - + select t.table_name, t.id_column, lower(t.package_name) as package_name, t.supertype + from acs_object_types t + where t.object_type = :object_type + + + - - - + + + - select t.table_name, t.id_column, lower(t.package_name) as package_name, t.supertype - from acs_object_types t - where t.object_type = :object_type - - - + select t.table_name, t.id_column, lower(t.package_name) as package_name, t.supertype + from acs_object_types t + where t.object_type = :object_type + + + - - - + + + - select t.package_name - from acs_object_types t - where t.object_type = :object_type - - - + select t.package_name + from acs_object_types t + where t.object_type = :object_type + + + - - - + + + - select t.table_name, t.id_column - from acs_object_types t - where t.object_type = :object_type - - - + select t.table_name, t.id_column + from acs_object_types t + where t.object_type = :object_type + + + - + + + select t.package_name + from acs_object_types t + where t.object_type = :object_type + + + +