• last updated 13 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Oracle9i porting changes

- Changed procedure names from delete to del

- Changed view declaration to use actual column names

- Changed "rel_constraints_violated_one" and "rel_constraints_violated_two"

(http://openacs.org/forums/message-view?message_id=81045)

  1. … 275 more files in changeset.
Merged 4.6.4d1 (unreleased) to HEAD. This marks the end of the life of the oacs-4-6 branch.

    • -2
    • +2
    ./postgresql/wf-ticket-tracker-create.sql
  1. … 816 more files in changeset.
Wow, fixed a bug that's been here since 4.5! "number" is not a PG

datatype, switched to integer ...

    • -2
    • +2
    ./postgresql/wf-ticket-tracker-create.sql
merge of 4.6.3b1 to HEAD

    • -3
    • +3
    ./postgresql/wf-ticket-tracker-create.sql
  1. … 29 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 ...

    • -3
    • +3
    ./postgresql/wf-ticket-tracker-create.sql
  1. … 14 more files in changeset.
adjusted wf_ticket to inherit from acs_object instead of null

    • -1
    • +1
    ./postgresql/wf-ticket-tracker-create.sql
use of drop_package to drop all functions created

    • -1
    • +3
    ./postgresql/wf-ticket-tracker-drop.sql
Add default creation_date handling when passing null or 0 as value for that

    • -0
    • +7
    ./postgresql/wf-ticket-tracker-create.sql
Start postgres port

    • -0
    • +149
    ./postgresql/ticket-workflow-create.sql
    • -0
    • +103
    ./postgresql/wf-ticket-tracker-create.sql
    • -0
    • +9
    ./postgresql/wf-ticket-tracker-drop.sql

Forgot to define binary files before importing, so .gifs were messed up.

  1. … 2476 more files in changeset.
Initial revision

    • -0
    • +126
    ./oracle/ticket-workflow-create.sql
    • -0
    • +117
    ./oracle/tony@sfsun.sf.arsdigita.com
    • -0
    • +121
    ./oracle/wf-ticket-tracker-create.sql
    • -0
    • +11
    ./oracle/wf-ticket-tracker-drop.sql
  1. … 2476 more files in changeset.