• last updated 18 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Reduce divergency between oracle and postgres codebase, reduce query replication using api

  1. … 3 more files in changeset.
merged changes from the oacs-5-9 branch and resolved conflicts

  1. … 7834 more files in changeset.
.xql overhaul:

- removed misleading sql-statements from db_* calls, which were

ignored due .xql files

- removed bug where same query name was used in a single proc

with different intended sql queries, but the same was picked

up from the .xql file due to the name

- removed multiple entries of same query name from .xql files

(e.g. the entry "package_create_attribute_list.select_type_info" was

7 (!!!) times in a single .xql file)

- removed redundant queries for unsupported versions of the dbms

- added missing xql entries for db-backends, where other db-specific

queries exists (e.g. added an entry to -oracle.xql, where an entry

existed in -postgres.xql)

  1. … 70 more files in changeset.
package_instantiate_object always passed NULL as the object id to new()

if you were generating the object from a form.

  1. … 1 more file in changeset.
Added "package_exec_plsql" which, like "package_instantiate_object", allows

one to call PLSQL from Tcl, which reduces the need for oracle/pg-specific

XQL files.

  1. … 3 more files in changeset.
merge from oacs-4-6

  1. … 130 more files in changeset.
Added missing queries.

  1. … 4 more files in changeset.
Port group-type maintenance (no attributes yet)

  1. … 14 more files in changeset.
Port queries/query extractor output

  1. … 180 more files in changeset.
A small contribution to port it

    • -0
    • +205
    ./package-procs.xql
  1. … 33 more files in changeset.