Hi!
Congratulations by this release. I'm try testing
but the update the packages dotlrn and dotlrn Applet have
the "apm_package_vers_ver_uri_un" duplicate.
ERROR: duplicate key violates unique constraint "apm_package_vers_ver_uri_un"
CONTEXT: SQL statement "insert into apm_package_versions (version_id, package_key, version_name, version_uri, summary, description_format, description, release_date, vendor, vendor_uri, auto_mount, installed_p, data_model_loaded_p) values ( $1 , $2 , $3 , $4 , $5 , $6 , $7 , $8 , $9 , $10 , $11 , $12 , $13 )"
PL/pgSQL function "apm_package_version__new" line 37 at SQL statement
SQL:
select apm_package_version__new(
NULL,
'dotlrn',
'2.2.0a1',
'https://openacs.org/repository/download/apm/dotlrn-2.1.3',
'A Course Management System',
'text/html',
'Course Management',
'2005-11-01',
'OpenACS',
'http://openacs.org',
NULL,
't',
't'
);
Database operation "0or1row" failed (exception NSDB, "Query was not a statement returning rows.")
Thanks