• last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Avoid unnecesary existence checks.

  1. … 2 more files in changeset.
Whitespace changes

Fix duplicated words

  1. … 2 more files in changeset.
Beautify code, remove unneded variables and queries

Revert massive replacement of empty list creation sentences. The use of '[list]' instead of '{}' adds semantics that could be used for performance improvements in the future, such as using a different internal representation. There is already work in this direction, avoiding the generation of the string representation during comparison of empty strings (huge thanks to Stefan Sobernig for the pointer: https://core.tcl.tk/tcl/info/44527c632ed609c2).

  1. … 474 more files in changeset.
Replace 'exists_and_not_null'

Rework variable assignment (set -> lassign) + Whitespace changes

Prefer '{}' to '[list]' when creating empty lists

Rework variable assignment (set -> lassign) + Whitespace changes

Prefer '{}' to '[list]' when creating empty lists

  1. … 203 more files in changeset.
Fix typos

  1. … 10 more files in changeset.
Fix typos

  1. … 28 more files in changeset.
Fix typos

  1. … 61 more files in changeset.
Fix more typos

  1. … 83 more files in changeset.
fix more typos

  1. … 16 more files in changeset.
fix typos

  1. … 26 more files in changeset.
Reduce divergencies between oracle and postgres codebase

    • -20
    • +0
    ./test/as-assessment-procs-oracle.xql
    • -20
    • +0
    ./test/as-assessment-procs-postgresql.xql
    • -0
    • +14
    ./test/as-assessment-procs.xql
  1. … 3 more files in changeset.
Reduce divergencies between oracle and postgres codebase

    • -16
    • +0
    ./as-section-data-procs-postgresql.xql
Reduce divergencies between oracle and postgres codebase

Reduce divergencies between oracle and postgres codebase

    • -61
    • +2
    ./as-assessment-procs-postgresql.xql
merged changes from the oacs-5-9 branch and resolved conflicts

  1. … 7820 more files in changeset.
Standardize spellings of names

  1. … 11 more files in changeset.
Improve spelling

  1. … 8 more files in changeset.
Improve robustness of "file delete" operations

  1. … 19 more files in changeset.
- add missing message key

- simplify quoting

  1. … 1 more file in changeset.
- reduce dependencies on acs_object_party_privilege_map (for PostgreSQL)

- use always empty statements (and not spaces or *SQL*) to denote that a SQL statement should be used from the .xql file

  1. … 1 more file in changeset.
file callback-procs-oracle.xql was initially added on branch oacs-5-9.

    • -0
    • +0
    ./callback-procs-oracle.xql
file callback-procs-postgresql.xql was initially added on branch oacs-5-9.

    • -0
    • +0
    ./callback-procs-postgresql.xql
- prefer sql statements between curly braces

  1. … 5 more files in changeset.
- fix broken sql

  1. … 1 more file in changeset.