db-proc-test-procs.tcl

  • last updated 20 mins ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Formatting changes

Prefer unset to array unset when no pattern matching is needed

See https://wiki.tcl-lang.org/page/Dict+VS+Array+Speed

merge from oacs-5-10

  1. … 8099 more files in changeset.
silence regression test run

fix typo

improved spelling

  1. … 2 more files in changeset.
Test db_foreach with -column_set with at least 2 rows to check that feering the ns_set works properly

Test db_foreach -column_set flag, documented and used e.g. in the schema-browser

Changed "db_multirow" to use "db_list_of_lists" instead of "db_list_of_ns_sets"

Thanks to the recent improvements in NaviServer for

"db_list_of_lists", it is more efficient to use this in "db_multirow"

(actually in "db_multirow_helper"). The implementation revealed a bug

in "db_list_of_lists", when both options "-columns_var" and

"-with_headers" were set.

Extended regression test to cover the former bug.

  1. … 1 more file in changeset.
Fix typo

fix testcase as indicated by hector, extend regression test

  1. … 1 more file in changeset.
Extend 'db__db_foreach' test case, exposing a regression in 'db_foreach' with an uneven number of columns

deactivate useless warning

update questionable test slightly

extend tests and pinpoint essesntials

Minimize and corrrect test: strings containing the null character are expected to fail when fed to the DBMS, even when quoted

  1. … 1 more file in changeset.
New automated test

  1. … 1 more file in changeset.
Increase verbosity

Add 'db_boolean' test case, covering 'db_boolean'

added test cases for db_0or1row and db_1row

whitespace changes

add test cases for db_list*

added test case for db_string with various bind options

whitespace changes

move db-test case to db-regression test files

  1. … 1 more file in changeset.
improve listing of test coverage

  1. … 17 more files in changeset.
make listing of tested procs more complete

  1. … 18 more files in changeset.
Reduce error level to warning in the nullchat test case, as the issue is driver related

Improve portability of test code

Whitespace changes + editor hints