• last updated 4 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
fix formatting to conform to usual OpenACS style

Moved function call to nvl/coalesce

  1. … 1 more file in changeset.
added missing ;

Speed up survey_response__initial_user_id by turning a function call

into coalesce.

merge of 4.6.3b1 to HEAD

  1. … 18 more files in changeset.
I've changed "timestamp" to "timestamptz" and have begun fixing some

code that used to be legal but as of PG 7.3 is not. You can no longer

subtract an integer from a timestamp but must cast to date, "timestamp"

disappeared (must use "interval" now), "datetime" disappeared ("timestamptz"),

and suchwhat.

Not done but closer than it was before ...

  1. … 14 more files in changeset.
forgot about all of the trigger work-arounds for data-change violation problem that no longer exists. Fixed now.

  1. … 7 more files in changeset.
merge from oacs-4-6

  1. … 26 more files in changeset.
call survey-notifications-init.sql

merge fixes into 4.6 branch

source notifications init file

source notificiations-init.sql file

fix service contract file. unported from oracle.

fix question_delete (change to remove)

fix abstract data type for postgresql, add blob

remove "untested" comment

clean up del/remove functions

error v_section_row used rather than v_question_row bug 1790/patch 495

fix postgresql data model

  1. … 2 more files in changeset.
fix foreign key constraint to refer to cr_revisions instead of cr_items

add "blob" as choice for survey_questions.abstract_data_type check constraint

remove scored survey stuff from drop script, it isn't created so does not

need to be dropped.

fix postgresql create and drop scripts

  1. … 3 more files in changeset.
initial import

    • -0
    • +567
    ./survey-create.sql
    • -0
    • +62
    ./survey-notifications-init.sql
  1. … 167 more files in changeset.