Initial port of the acs-datetime package. All database calls to Oracle-specific functions have been replaced with Tcl procedures. These Tclprocedures should mimic exactly thier Oracle counterparts to reduce thechance of introducing bugs into the system. Future enhancements are likelyforthcoming to increase the robustness of the code.
RAC (Nov 23, 2001): Unfinished port for address-book.The places package needs to be replaced by acs-references. This makes the data model file crash. The *xql files were created but untouched.
Fix for message-edit-3 blowing up. Tested on both PG and Oracle. Thanksgo out to Louis. - Arjun"In digging into the code I found that there is a call tobboard_message_clear_categories which in turn calls db_dml to call astored proc. This doesn't seem to work, but changing the db_dml callto db_exec_plsql seems to have resolved the issue." -- Louis Zirkel
fixed bug when all_items_p is selected, the item_id_list was not set to item_id so only the last item_id would get passed to fulfill-3.tcl. Also added a time check to make sure all parts of the time had two digits. PostgreSQL chokes if it's not formatted exactly (ie. HH:MI:SS). Created a new function called: ec_timeentrywidget_time_check to do the check.
added a proc ec_timeentrywidget_time_check to make sure that the time part of the time stamp has all of the necessary digits for HH:MM:SS. If it doesn't, postgresql complains.