• last updated 9 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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. … 473 more files in changeset.
improve query name

regenerated documentation

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

  1. … 225 more files in changeset.
Prefer '{}' to '[list]' when creating empty lists

  1. … 203 more files in changeset.
Fix typos

  1. … 7 more files in changeset.
remove conditions, which are always true

remove parens

Fix more typos

  1. … 83 more files in changeset.
remove not referenced .xql queries

add required ad_script_abort after ad_returnredirect

  1. … 9 more files in changeset.
add required ad_script_abort after ad_returnredirect

add required ad_script_abort after ad_returnredirect

Bugfix: content variable was not define before access (thanks to Giulia Nencini)

I am also not reading file content anymore, as this is potentially unsafe when file is very big and also could need special encoding translation etc.

Better retrieve the path and let the user decide what to do afterwards.

fix typos

  1. … 4 more files in changeset.
Use "ad_try" instead of "with_catch"

  1. … 1 more file in changeset.
Fix typo

Reduce divergencies between oracle and postgres codebase by using api when available and avoiding unnecessary xql queries

Reduce divergencies between oracle and postgres codebase

Reduce divergency between oracle and postgres codebase

    • -8
    • +0
    ./tcl/file-storage-procs-postgresql.xql
Reduce divergency between oracle and postgres codebase

Revert db_exec_plsql or Oracle will break, remove leftover xql files

Reduce divergence between oracle and postgres

Fix oracle systax to call function via select

Uniform API when deleting folder, drill through some calling levels in stored procedure, use a simpler db_string instead of db_exec_plsql

    • -4
    • +1
    ./tcl/file-storage-procs-postgresql.xql
Fix boolean expressions in .adp file

Bug fix: avoid confusion between command argument and option, when argument starts with "-"

  1. … 80 more files in changeset.
Fix: folder "name" is in fact "label" property, remove obsolete xql, remove superfluous ad_return_template

Allow to modify folder description

Fix idiom to check for string being populated

Use full <if @foo_p@ true> instead of undocumented shortcut idiom <if @foo_p@>

  1. … 1 more file in changeset.