• last updated 2 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
1) Fixes Bug 1645

2) Adds acs_sc_impl_alias pacakge to Oracle version so it's consistent with PG version

3) Adds upgrade script for above changes

    • -32
    • +100
    ./oracle/acs-sc-packages-create.sql
    • -0
    • +339
    ./oracle/upgrade/upgrade-4.5-4.5.1.sql
  1. … 1 more file in changeset.
was out of sync with postgres version, was missing timestamp type

Applied patch submitted by Dave Bauer - acs_sc_impl_alias__delete was missing

a parameter.

    • -2
    • +2
    ./postgresql/acs-sc-packages-create.sql

Someone had written this script to do the drops in a PL/SQL block, can't

do that.

Changed names of oracle views to be consistent with PG.

fixing acs_sc_impl.delete() bug

    • -49
    • +39
    ./oracle/acs-sc-packages-create.sql
Cast arguments to acs_sc_binding__new to make sure integer version is

selected. Add error checking to text version.

    • -1
    • +5
    ./postgresql/acs-sc-packages-create.sql
  1. … 1 more file in changeset.

Fixed bugs and added query files for Oracle so the damn thing works on both

RDBMSs (Kapil's fault, not Neophytos, as Kapil had claimed to have ported

this over)

  1. … 8 more files in changeset.
added float and bytearray message types

    • -0
    • +2
    ./postgresql/acs-sc-msg-types-create.sql

Started port of directory to postgresql, fixed some acs-service-contract

Oracle glitches ...

  1. … 11 more files in changeset.
fixed for Oracle: acs_sc_impl_alias to acs_sc_impl_aliases

    • -10
    • +10
    ./oracle/acs-sc-packages-create.sql
fixed for Oracle

fixed delete_aliases to delete_alias (ben)

naming convention changes

naming conventions

    • -3
    • +7
    ./postgresql/acs-sc-object-types-create.sql
    • -18
    • +18
    ./postgresql/acs-sc-packages-create.sql
    • -20
    • +20
    ./postgresql/acs-sc-tables-create.sql
    • -14
    • +14
    ./postgresql/acs-sc-views-create.sql
  1. … 3 more files in changeset.
changed to comply with naming conventions

    • -29
    • +28
    ./postgresql/acs-sc-msg-types-create.sql
    • -4
    • +4
    ./postgresql/acs-sc-msg-types-drop.sql

Added Kapil's Oracle port of acs-service-contract.

    • -0
    • +352
    ./oracle/acs-sc-msg-types-create.sql
    • -0
    • +17
    ./oracle/acs-sc-msg-types-drop.sql
    • -0
    • +31
    ./oracle/acs-sc-object-types-create.sql
    • -0
    • +14
    ./oracle/acs-sc-object-types-drop.sql
    • -0
    • +568
    ./oracle/acs-sc-packages-create.sql
    • -0
    • +10
    ./oracle/acs-sc-packages-drop.sql
    • -0
    • +95
    ./oracle/acs-sc-tables-create.sql
    • -0
    • +5
    ./oracle/acs-sc-tables-drop.sql
    • -0
    • +48
    ./oracle/acs-sc-views-create.sql
    • -0
    • +4
    ./oracle/acs-sc-views-drop.sql
    • -0
    • +5
    ./oracle/acs-service-contract-create.sql
    • -0
    • +7
    ./oracle/acs-service-contract-drop.sql
    • -0
    • +100
    ./oracle/sc-sample-create.sql
    • -0
    • +24
    ./oracle/sc-sample-drop.sql

Adding it in ...

    • -0
    • +253
    ./postgresql/acs-sc-msg-types-create.sql
    • -0
    • +12
    ./postgresql/acs-sc-msg-types-drop.sql
    • -0
    • +42
    ./postgresql/acs-sc-object-types-create.sql
    • -0
    • +9
    ./postgresql/acs-sc-object-types-drop.sql
    • -0
    • +484
    ./postgresql/acs-sc-packages-create.sql
    • -0
    • +20
    ./postgresql/acs-sc-packages-drop.sql
    • -0
    • +99
    ./postgresql/acs-sc-tables-create.sql
    • -0
    • +5
    ./postgresql/acs-sc-tables-drop.sql
    • -0
    • +46
    ./postgresql/acs-sc-views-create.sql
    • -0
    • +3
    ./postgresql/acs-sc-views-drop.sql
    • -0
    • +5
    ./postgresql/acs-service-contract-create.sql
    • -0
    • +5
    ./postgresql/acs-service-contract-drop.sql
    • -0
    • +87
    ./postgresql/sc-sample-create.sql
    • -0
    • +16
    ./postgresql/sc-sample-drop.sql
  1. … 8 more files in changeset.