• last updated 16 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.
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. … 53 more files in changeset.
Make upgrade script safer by putting the drop table statement inside a function with the insert statement, so if the insert fails, the drop table won't get executed.

Added upgrade script for the needinfo resolution code

    • -0
    • +103
    ./upgrade-0.7d3-0.7d4.sql
  1. … 1 more file in changeset.