• last updated 7 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
merged changes from the oacs-5-9 branch and resolved conflicts

  1. … 7834 more files in changeset.
Fix spelling errors

  1. … 49 more files in changeset.
Bring PostgreSQL functions closer to the current level of PL/pgSQL:

- upgrade PL/pgSQL functions to the $$ notation (recommended since pg8.0, jan 2005).

- get rid of backslash usages in function definitions

- drop aliases in favor of named function arguments (recommended since pg8.0)

- fix wrong function_args, add missing function_args, align default semantics

with the defaults in pg (providing "null" as default means the argument is

optional).

- change return types of triggers from "opaque" to "trigger" (recommended since pg8.0)

- unify names of triggers *_tr

- removed some version dependencies of pg 7.2 and 7.3

  1. … 54 more files in changeset.
Changed CR "rename" procs to "edit_name" to avoid issues with Oracle 9.2 (and

changed PG for consistency)

  1. … 25 more files in changeset.
Fixed Bug #1858: qualifying "rename" works in 8i bug chokes in 9i causing

the reported error on installation. Fixed by changing the name to "edit_name"

and implemented it for PG as well (to keep names similar)

  1. … 28 more files in changeset.
fixed folder deletion problem caused by pg RI bug

  1. … 1 more file in changeset.
more cleanup of cms - content upload and display

  1. … 9 more files in changeset.
finished porting and testing content-test.sql

  1. … 3 more files in changeset.
more test script debugging

more debugging of test script

  1. … 2 more files in changeset.
more debugging of test script and associated fixes

  1. … 3 more files in changeset.
fixed dual-cursor query

  1. … 2 more files in changeset.
partial work on content-test

  1. … 10 more files in changeset.
initial whack at porting test code for content-repository

    • -0
    • +446
    ./content-test.sql
  1. … 3 more files in changeset.