◐ Shell
clean mode source ↗

Release/v3.1.9 by jgebal · Pull Request #1022 · utPLSQL/utPLSQL

and others added 30 commits

September 3, 2019 22:59
# Conflicts:
#	docs/about/authors.md
#	docs/about/license.md
#	docs/about/project-details.md
#	docs/about/support.md
#	docs/index.md
#	docs/userguide/advanced_data_comparison.md
#	docs/userguide/annotations.md
#	docs/userguide/best-practices.md
#	docs/userguide/coverage.md
#	docs/userguide/exception-reporting.md
#	docs/userguide/expectations.md
#	docs/userguide/getting-started.md
#	docs/userguide/install.md
#	docs/userguide/querying_suites.md
#	docs/userguide/reporters.md
#	docs/userguide/running-unit-tests.md
#	docs/userguide/upgrade.md
#	source/core/ut_utils.pkb
#	source/core/ut_utils.pks
Update .gitattributes - add “*.sql linguist-language=PLSQL”
Fix check of sys grants with ANY (issue #992)
Corrected rebuild_annotation_cache parameter in the Install Guide
Columns:
 - ITEM_DATA
 - DATA_ID
 - ITEM_NO
 - DUP_NO
 - POSITION
Can now be safely used in cursors.
Resolves #997

Added delete on DIFF temp tables after cursor / object compare.
Resolves #998
Changed names on internal columns in cursor & object compare.
Fixed issue with stack parsing on Windows install of utPLSQL
Fix Travis CI problem with missing java9 package
TODO - review & update documentation & examples.
Added ability to exclude items by tags.
…text

# Conflicts:
#	test/ut3_tester/core/test_suite_builder.pkb
#	test/ut3_tester/core/test_suite_builder.pks
Added validation of context name.
Updated description of annotation types
Changed behavior of ``--%context` annotation. The value f annotation now only indicates the context description.
Resolves #1016
Fixed issue fit false-positive warnings on suites with multiple conte…