Forum OpenACS Development: Re: driver support for multi-db db_api

Collapse
Posted by Peter Alberer on
Hmm, seems when running the arg parser of db_list_of_ns_sets there are problems now:

No value specified for argument statement_name
    while executing
"db_list_of_ns_sets__arg_parser"
    (procedure "db_list_of_ns_sets" line 1)
    invoked from within
"db_list_of_ns_sets select_notifications {}"
    (procedure "notification::sweep::sweep_notifications" line 7)
    invoked from within
"notification::sweep::sweep_notifications -interval_id 487 -batched_p 0"
    ("eval" body line 1)
    invoked from within
"eval [concat [list $proc] $args]"
    (procedure "ad_run_scheduled_proc" line 43)
    invoked from within
"ad_run_scheduled_proc {t f 60 notification::sweep::sweep_notifications {-interval_id 487 -batched_p 0} 1048243725 0 t}"

Collapse
Posted by Jeff Davis on
I think I fixed that, can you update and see if it works now.
(the proc had {args ""} but args is special and should not be
defaulted).