• last updated 5 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
file upgrade-0.2-0.3.sql was initially added on branch oacs-4-6.

    • -0
    • +0
    ./upgrade/upgrade-0.2-0.3.sql
file upgrade-0.1a-0.2.sql was initially added on branch oacs-4-6.

    • -0
    • +0
    ./upgrade/upgrade-0.1a-0.2.sql
  1. … 1 more file in changeset.
modified query column to be of type clob for oracle and type text for

postgresql.

  1. … 3 more files in changeset.
merge of 4.6.3b1 to HEAD

  1. … 75 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. … 52 more files in changeset.
Merge of all changes from oacs-4-6 to HEAD. All changes up to tag jcd-merge-2

on oacs-4-6 are included.

  1. … 76 more files in changeset.
acs_function_args should have been define_function_args

define arguments for package_instantiate_object, and fix a couple other minor issues bug 1788/patch 504 Ken Kennedy

fixing postgres port

  1. … 5 more files in changeset.
initial version of a simple bulk mail service that supports variable interpolation

  1. … 18 more files in changeset.
Initial revision

    • -0
    • +56
    ./bulk-mail-create.sql
    • -0
    • +25
    ./bulk-mail-drop.sql
    • -0
    • +85
    ./bulk-mail-package-create.sql
    • -0
    • +9
    ./bulk-mail-package-drop.sql
    • -0
    • +18
    ./bulk-mail-views-create.sql
    • -0
    • +9
    ./bulk-mail-views-drop.sql
  1. … 27 more files in changeset.