chore(script): rename script Unload/source.sql to Unload/ddl.sql
feat(script): add script Unload/source.sql to unload source code
chore(test): skip some tests if dba_% views not accessible
chore(project): use NaturalDocs from OMS with custom installation prefix
chore(script): add temporary workaround for bug in SQL*Plus 19.8 (error on .spsInner/add-tab-subq.sql)
chore(script): add script tab-triggers.sql (instead of obsolete script table-trigger.sql)
chore(project): mark version 0.7.0
chore(script): add script tab-partitions.sql (instead of obsolete scripts table-partition.sql and table-partition-w.sql)
chore(script): add script tab-ref-constraints.sql (instead of obsolete script table-r-constraint.sql)
chore(script): add script tab-constraints.sql (instead of obsolete script table-constraint.sql)
chore(script): add script tab-indexes.sql (instead of obsolete script tab-index.sql)
chore(script): add script tab-ind-cols.sql (instead of scripts ind-columns.sql and table-index-column.sql)
chore(script): remove unnecessary script cols.sql
chore(script): rename col-desc.sql to tab-col-desc.sql
fix(script): use workaround to show LONG column in tab-cols.sql
chore(test): skip test cases with database link if database link is not defined
feat(test): configure database link for tests
fix(script): exclude error when using USER_ data dictionary views in tab-*.sql scripts (bug in 3dca7eb revision)
chore(test): when exceeding time to display warning instead of error
fix(script): public synonym is ignored if there is an object or a private synonym in schema with the same name (relates to selection of objects in tab-*.sql scripts)
feat(test): control execution time in autotests
chore(script): remove script tabs.sql (use tables.sql instead)
feat(script): add script tab-list.sql to show list of tables, views and clusters
chore(script): set default output limit for scripts to 1000 rows (previously 100 rows)
chore(script): consider synonyms when searching in tab-cols.sql
fix(script): use dbLink in tab-desc.sql
refactor(script): consider synonyms when searching in tab-desc.sql
refactor(script): add script tab-desc.sql (instead of obsolete script table-comment.sql)
feat(script): add script cols.sql to describe columns of tables, views and clusters
refactor(script): add script col-desc.sql (instead of obsolete script table-column.sql)
clarify(script): script tabs.sql show tables of current schema (previously tables of current user)
feat(script): add script tab-cols.sql to describe columns of tables, views and clusters
clarify(script): pattern for owner is not used in parameter line for tabs.sql (previously ignored)
docs(scripts): clarify help for scripts and README
chore(project): mark version 0.6.0
feat(script): add scripts to control debugging output (debug-on.sql, trace-on.sql, debug-off.sql in SpsConfig)
chore(script): move script Utility/sps-version.sql to SpsConfig/version.sql
chore(config): move initialization script .spsInternal/init-var.sql to SpsConfig/init.sql
chore(script): move script Utility/set-sps-script-dir.sql to SpsConfig/set-script-dir.sql
docs(script): clarify documentation for select.sql.
fix(query): allow point in object name pattern
refactor(script): add scripts tables.sql, tabs.sql (instead of obsolete scripts table.sql, table-p.sql, table-w.sql)
docs(project): add "@help about" synonym for "@help SqlPlusScript"
refactor(script): apply ownerPattern for tables, selected by synonyms in tables.sql
chore(query): remove unnecessary re-sorting in case of display last record (using query options ":t1")
chore(project): mark version 0.5.0
refactor(query): value for query option "g" should be specified first (before value for "c" option, if it is used)
feat(query): use query option "C" for specify additional columns, displayed after default columns
refactor(internal): delete markup macros SPS_SORT_[ASC|DESC] (use dynamic generation of reverse sorting expressions)
refactor(query): remove query options "X", "L", "C", "D", "M" (Roman numerals), used for limiting the number of output rows (use numbers instead of them, for example "10" instead of "X")
feat(query): use custom sorting with "r" (reverse) and "t" (tail) options
refactor(query): remove sophisticated query option "R", used for sorting
feat(query): add query option "o" for specify custom sorting
chore(project): fixes on "add-version" goal, clarify README.txt
docs(project): clarify todo
feat(query): add query options for getting help ("?" and "??")
chore(project): mark version 0.4.0, fixes in "set-version" goal
chore(scripts): rename script index-column.sql to ind-columns.sql
docs(project): add help topics (about used variables, installation, settings, some scripts)
fix(project): use scripts with query options in "clean SQL*Plus" (without custom settings)
feat(project): show help data in HTML documentation
docs(project): add help index files to HTML documentation
docs(query): add help article about query options
docs(project): add "Index of all indexes" section to "index" help topic
feat(project): add help system, working in SQL*Plus (accessed by help.sql)
feat(project): add make goal "add-version" for simplify adding new version
refactor(project): rename unixname of project from "sqlps" to "sqlpsc" (with similar change in URL of home page)
feat(config): add script Utility/set-sps-script-dir.sql ( set SqlPlusScript scripts directory)
chore(project): developer's documentation moved to Doc/Html/ru directory
docs(project): mark version 0.3.0
refactor(query): use numbers and Roman numerals for limiting number of output rows
feat(install): remove exists scripts from INSTALL_SCRIPT_DIR directory during install
feat(config): configure default options for script using SPS_SCRIPT_DEFAULT_OPTION variable
chore(internal): delete helper unused scripts decode.sql, run-if.sql, define-from-bind.sql
refactor(internal): stop using separate files to predefine and remove parameters of internal scripts
fix(install): exclude error on execution install-script without Script/.spsInner subdirectory
refactor(query): generate query in PL/SQL with outputing result into SQL buffer
feat(test): allow exec one test case using parameter testCaseNumber of script Test/run.sql
fix(script): fix bug when using single quotes in the argument string select.sql
refactor(script): move scripts select.sql, spool-on.sql, spool-off.sql from subdirectory Common into scripts root directory
feat(test): add test for select.sql with comparing SQL buffer text
chore(internal): delete decode-pdef.sql, rename decode-set-result.sql to decode-preset.sql
refactor(internal): use SPS_OUT_OFF/SPS_OUT_RESTORE to disable/restore output
refactor(internal): move auxiliary internal scripts into .inner subdirectory
fix(test): restore termout to ON and clear buffer after run tests
docs(install): add examples about installation in Linux
fix(query): eliminate error if use global name as database link in query options string
fix(test): eliminate querying values for variables 6-10 on run tests