• last updated 8 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
remove single quotes

  1. … 1 more file in changeset.
prefer built-in ns_dbquotevalue over DoubleApos

  1. … 1 more file in changeset.
Reduce divergency between oracle and postgres codebase

  1. … 2 more files in changeset.
improve capitalization

  1. … 5 more files in changeset.
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. … 475 more files in changeset.
Prefer indivudual 'set' operations over 'lassign' in this case.

Rework variable assigning loops (set -> lassign) + Whitespace changes

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

  1. … 71 more files in changeset.
use per-thread caching for "package_function_p" and "package_plsql_args" to reduce stress on util_memoize cache

fix typo

  1. … 1 more file in changeset.
Bugfix, get also id_column from acs_object_type retrieval

Reduce divergency between oracle and postgres codebase, reduce query replication using api

  1. … 3 more files in changeset.
Simplify idiom

merged changes from the oacs-5-9 branch and resolved conflicts

  1. … 7834 more files in changeset.
Merging back to HEAD branch oacs-5-8 (using tag vg-merge-oacs-5-8-from-20141027).

  1. … 2547 more files in changeset.
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. … 214 more files in changeset.
Merged 5.5.1 to HEAD

  1. … 181 more files in changeset.
Normalizing string comparison operations into tcl 8.4 operations, enabling byte-code compilation for expressions and many conditionals

  1. … 367 more files in changeset.
Fixed a CVS merge error from 5.1 ...

  1. … 1 more file in changeset.
Fixed duplicate package_function_p definitions and miss-named sql.

  1. … 1 more file in changeset.
commit to HEAD of merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040724 and jcd-merge-5-1-20050111

  1. … 2275 more files in changeset.
Made package_exec_plsql work for Oracle procedures ...

  1. … 2 more files in changeset.
reverting - we are not quite ready yet

reverting - we are not quite ready yet

trickling isssues with adding package_id to acs_object table

warn on value provided for non-existent arg for package_exec_plsql

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.
merge of changes between oacs-5-0-0b4 and oacs-5-0-0-final to HEAD

  1. … 286 more files in changeset.
Fixed new package_exec_lsql proc and also fixed bug involving funcs which

have parameters named "key" etc by renaming internal vars "__key" etc as

needed ...

  1. … 2 more files 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.