• last updated 2 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
improve spelling

Merging back to HEAD branch oacs-5-8 (using tag vg-merge-oacs-5-8-from-20141027).

    • -7
    • +15
    ./postgresql/ref-countries-drop.sql
  1. … 2547 more files in changeset.
- modernize sql

    • -7
    • +15
    ./postgresql/ref-countries-drop.sql
Merged oacs-5-6 to HEAD. HEAD now installs and passes all core tests. There

may still be some lingering problems due to my screwing up the oacs-5-6

branch earlier, I'll be looking into this later.

  1. … 213 more files in changeset.
Fixed two constraint naming errors.

  1. … 2 more files in changeset.
Fixes typos

Converts to UTF8 encoding

- Adds new countries and update changed ones

- Provides after-upgrade callback

- Bumps version number to 5.6 serie to be included in core

  1. … 3 more files in changeset.
Forgot Oracle in last commit

removed link to dead language package. We are doing multiple languages with the translation methods of OpenACS

    • -35
    • +1
    ./postgresql/ref-countries-create.sql
  1. … 2 more files in changeset.
changed the \copy commands to use the 7.2 format for psql as it is supported in 7.2 and 7.3

  1. … 7 more files in changeset.
switch to using \\copy rather than copy since the backend typically

is not able to read the dat file because of permissions (or if it is

on a remote machine the file typically will not even exist).

bug #1033

  1. … 8 more files in changeset.
allow bulk loading with 7.2

  1. … 6 more files in changeset.
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.
Decided that assuming SQL data files are CSV-formatted files is a bad idea

after running into a package that embeds comments in its data! Changed

from .csv to .dat and all that implies. Still more testing to do...

    • -0
    • +239
    ./common/countries.dat
    • -0
    • +5
    ./oracle/00-countries.ctl
    • -0
    • +1
    ./postgresql/00-countries.ctl
    • -23
    • +5
    ./postgresql/ref-countries-create.sql
  1. … 28 more files in changeset.

Oops - forgot some add/remove monkey-motion in these packages ...

    • -0
    • +95
    ./postgresql/ref-countries-create.sql
    • -0
    • +26
    ./postgresql/ref-countries-drop.sql
    • -96
    • +0
    ./postgresql/ref-country-create.sql
  1. … 1 more file in changeset.

mostly fixing reference data to work with PG ...

  1. … 16 more files in changeset.
changed = to like

  1. … 1 more file in changeset.
renamed for stupid APM name req

    • -0
    • +104
    ./oracle/ref-countries-create.sql
    • -0
    • +35
    ./oracle/ref-countries-drop.sql
Initial import

    • -0
    • +259
    ./common/ref-country-data.sql
    • -0
    • +104
    ./oracle/ref-country-create.sql
    • -0
    • +35
    ./oracle/ref-country-drop.sql
    • -0
    • +96
    ./postgresql/ref-country-create.sql
  1. … 2 more files in changeset.