• last updated 11 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Merged 4.6.4d1 (unreleased) to HEAD. This marks the end of the life of the oacs-4-6 branch.

  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 ...

merge of 4.6.3b1 to HEAD

  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 ...

  1. … 14 more files in changeset.
adjusted wf_ticket to inherit from acs_object instead of null

use of drop_package to drop all functions created

Add default creation_date handling when passing null or 0 as value for that

Start postgres port

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