Activity for SqlPlusScript

  • mavalog mavalog committed [50fb38]

    chore(script): rename script Unload/source.sql to Unload/ddl.sql

  • mavalog mavalog committed [b2ee9c]

    feat(script): add script Unload/source.sql to unload source code

  • mavalog mavalog committed [e44f95]

    chore(test): skip some tests if dba_% views not accessible

  • mavalog mavalog committed [77371e]

    chore(project): use NaturalDocs from OMS with custom installation prefix

  • mavalog mavalog committed [c62b4b]

    chore(script): add temporary workaround for bug in SQL*Plus 19.8 (error on .spsInner/add-tab-subq.sql)

  • SqlPlusScript SqlPlusScript updated /readme.txt

  • SqlPlusScript SqlPlusScript released /0.7.0/SqlPlusScript-0.7.0.zip

  • SqlPlusScript SqlPlusScript released /0.7.0/README.txt

  • mavalog mavalog committed [550369]

    chore(script): add script tab-triggers.sql (instead of obsolete script table-trigger.sql)

  • mavalog mavalog committed [a81ab8]

    chore(project): mark version 0.7.0

  • mavalog mavalog committed [ea59ad]

    chore(script): add script tab-partitions.sql (instead of obsolete scripts table-partition.sql and table-partition-w.sql)

  • mavalog mavalog committed [d016e3]

    chore(script): add script tab-ref-constraints.sql (instead of obsolete script table-r-constraint.sql)

  • mavalog mavalog committed [bf431e]

    chore(script): add script tab-constraints.sql (instead of obsolete script table-constraint.sql)

  • mavalog mavalog committed [7489e6]

    chore(script): add script tab-indexes.sql (instead of obsolete script tab-index.sql)

  • mavalog mavalog committed [401d03]

    chore(script): add script tab-ind-cols.sql (instead of scripts ind-columns.sql and table-index-column.sql)

  • mavalog mavalog committed [781287]

    chore(script): remove unnecessary script cols.sql

  • mavalog mavalog committed [205fc9]

    chore(script): rename col-desc.sql to tab-col-desc.sql

  • mavalog mavalog committed [8ab140]

    fix(script): use workaround to show LONG column in tab-cols.sql

  • mavalog mavalog committed [96d1ef]

    chore(test): skip test cases with database link if database link is not defined

  • mavalog mavalog committed [1b298a]

    feat(test): configure database link for tests

  • mavalog mavalog committed [97c06c]

    fix(script): exclude error when using USER_ data dictionary views in tab-*.sql scripts (bug in 3dca7eb revision)

  • mavalog mavalog committed [48460f]

    chore(test): when exceeding time to display warning instead of error

  • mavalog mavalog committed [3dca7e]

    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)

  • mavalog mavalog committed [d3b927]

    feat(test): control execution time in autotests

  • mavalog mavalog committed [ab5363]

    chore(script): remove script tabs.sql (use tables.sql instead)

  • mavalog mavalog committed [b26fde]

    feat(script): add script tab-list.sql to show list of tables, views and clusters

  • mavalog mavalog committed [1a740d]

    chore(script): set default output limit for scripts to 1000 rows (previously 100 rows)

  • mavalog mavalog committed [5e830f]

    chore(script): consider synonyms when searching in tab-cols.sql

  • mavalog mavalog committed [796b51]

    fix(script): use dbLink in tab-desc.sql

  • mavalog mavalog committed [04b2c5]

    refactor(script): consider synonyms when searching in tab-desc.sql

  • mavalog mavalog committed [212f33]

    refactor(script): add script tab-desc.sql (instead of obsolete script table-comment.sql)

  • mavalog mavalog committed [85d848]

    feat(script): add script cols.sql to describe columns of tables, views and clusters

  • mavalog mavalog committed [b4103c]

    refactor(script): add script col-desc.sql (instead of obsolete script table-column.sql)

  • mavalog mavalog committed [6e44cc]

    clarify(script): script tabs.sql show tables of current schema (previously tables of current user)

  • mavalog mavalog committed [3082da]

    feat(script): add script tab-cols.sql to describe columns of tables, views and clusters

  • mavalog mavalog committed [168580]

    clarify(script): pattern for owner is not used in parameter line for tabs.sql (previously ignored)

  • mavalog mavalog committed [32dd24]

    docs(scripts): clarify help for scripts and README

  • SqlPlusScript SqlPlusScript released /0.6.0/SqlPlusScript-0.6.0.zip

  • SqlPlusScript SqlPlusScript released /0.6.0/README.txt

  • mavalog mavalog committed [fbabe9]

    chore(project): mark version 0.6.0

  • mavalog mavalog committed [65daf5]

    feat(script): add scripts to control debugging output (debug-on.sql, trace-on.sql, debug-off.sql in SpsConfig)

  • mavalog mavalog committed [d0909e]

    chore(script): move script Utility/sps-version.sql to SpsConfig/version.sql

  • mavalog mavalog committed [84b506]

    chore(config): move initialization script .spsInternal/init-var.sql to SpsConfig/init.sql

  • mavalog mavalog committed [a08703]

    chore(script): move script Utility/set-sps-script-dir.sql to SpsConfig/set-script-dir.sql

  • mavalog mavalog committed [d21837]

    docs(script): clarify documentation for select.sql.

  • mavalog mavalog committed [22d5f5]

    fix(query): allow point in object name pattern

  • mavalog mavalog committed [5e28a7]

    refactor(script): add scripts tables.sql, tabs.sql (instead of obsolete scripts table.sql, table-p.sql, table-w.sql)

  • mavalog mavalog committed [a54185]

    docs(project): add "@help about" synonym for "@help SqlPlusScript"

  • mavalog mavalog committed [44d528]

    refactor(script): apply ownerPattern for tables, selected by synonyms in tables.sql

  • SqlPlusScript SqlPlusScript released /0.5.0/readme.txt

  • SqlPlusScript SqlPlusScript released /0.5.0/SqlPlusScript-0.5.0.zip

  • mavalog mavalog committed [af01d6]

    chore(query): remove unnecessary re-sorting in case of display last record (using query options ":t1")

  • mavalog mavalog committed [91b62b]

    chore(project): mark version 0.5.0

  • mavalog mavalog committed [8a4471]

    refactor(query): value for query option "g" should be specified first (before value for "c" option, if it is used)

  • mavalog mavalog committed [0ea470]

    feat(query): use query option "C" for specify additional columns, displayed after default columns

  • mavalog mavalog committed [7a7f20]

    refactor(internal): delete markup macros SPS_SORT_[ASC|DESC] (use dynamic generation of reverse sorting expressions)

  • mavalog mavalog committed [dac38e]

    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")

  • mavalog mavalog committed [99292e]

    feat(query): use custom sorting with "r" (reverse) and "t" (tail) options

  • mavalog mavalog committed [bda07f]

    refactor(query): remove sophisticated query option "R", used for sorting

  • mavalog mavalog committed [254b51]

    feat(query): add query option "o" for specify custom sorting

  • mavalog mavalog committed [8bf726]

    chore(project): fixes on "add-version" goal, clarify README.txt

  • mavalog mavalog committed [f5fabf]

    docs(project): clarify todo

  • mavalog mavalog committed [bcc897]

    feat(query): add query options for getting help ("?" and "??")

  • mavalog mavalog committed [13d85c]

    chore(project): mark version 0.4.0, fixes in "set-version" goal

  • SqlPlusScript SqlPlusScript released /readme.txt

  • SqlPlusScript SqlPlusScript released /0.4.0/SqlPlusScript-0.4.0.zip

  • SqlPlusScript SqlPlusScript released /0.4.0/readme.txt

  • mavalog mavalog committed [c9d8b5]

    chore(scripts): rename script index-column.sql to ind-columns.sql

  • mavalog mavalog committed [36c77e]

    docs(project): add help topics (about used variables, installation, settings, some scripts)

  • mavalog mavalog committed [eeb809]

    fix(project): use scripts with query options in "clean SQL*Plus" (without custom settings)

  • mavalog mavalog committed [e78408]

    feat(project): show help data in HTML documentation

  • mavalog mavalog committed [fb6587]

    docs(project): add help index files to HTML documentation

  • mavalog mavalog committed [154f6b]

    docs(query): add help article about query options

  • mavalog mavalog committed [601c24]

    docs(project): add "Index of all indexes" section to "index" help topic

  • mavalog mavalog committed [05eb4a]

    feat(project): add help system, working in SQL*Plus (accessed by help.sql)

  • mavalog mavalog committed [55406f]

    feat(project): add make goal "add-version" for simplify adding new version

  • mavalog mavalog committed [cdf219]

    refactor(project): rename unixname of project from "sqlps" to "sqlpsc" (with similar change in URL of home page)

  • mavalog mavalog committed [2a669d]

    feat(config): add script Utility/set-sps-script-dir.sql ( set SqlPlusScript scripts directory)

  • mavalog mavalog committed [728c86]

    chore(project): developer's documentation moved to Doc/Html/ru directory

  • mavalog mavalog committed [b2badb]

    docs(project): mark version 0.3.0

  • SqlPlusScript SqlPlusScript released /0.3.0/readme.txt

  • SqlPlusScript SqlPlusScript released /0.3.0/sqlps-0.3.0.zip

  • mavalog mavalog committed [f02120]

    refactor(query): use numbers and Roman numerals for limiting number of output rows

  • mavalog mavalog committed [00e8f6]

    feat(install): remove exists scripts from INSTALL_SCRIPT_DIR directory during install

  • mavalog mavalog committed [d3d565]

    feat(config): configure default options for script using SPS_SCRIPT_DEFAULT_OPTION variable

  • mavalog mavalog committed [4b17cc]

    chore(internal): delete helper unused scripts decode.sql, run-if.sql, define-from-bind.sql

  • mavalog mavalog committed [d1a281]

    refactor(internal): stop using separate files to predefine and remove parameters of internal scripts

  • mavalog mavalog committed [258b92]

    fix(install): exclude error on execution install-script without Script/.spsInner subdirectory

  • mavalog mavalog committed [0e6795]

    refactor(query): generate query in PL/SQL with outputing result into SQL buffer

  • mavalog mavalog committed [29022a]

    feat(test): allow exec one test case using parameter testCaseNumber of script Test/run.sql

  • mavalog mavalog committed [759c17]

    fix(script): fix bug when using single quotes in the argument string select.sql

  • mavalog mavalog committed [7f4f38]

    refactor(script): move scripts select.sql, spool-on.sql, spool-off.sql from subdirectory Common into scripts root directory

  • mavalog mavalog committed [4e3c97]

    feat(test): add test for select.sql with comparing SQL buffer text

  • mavalog mavalog committed [a724e3]

    chore(internal): delete decode-pdef.sql, rename decode-set-result.sql to decode-preset.sql

  • mavalog mavalog committed [5fd4e1]

    refactor(internal): use SPS_OUT_OFF/SPS_OUT_RESTORE to disable/restore output

  • mavalog mavalog committed [48a0fa]

    refactor(internal): move auxiliary internal scripts into .inner subdirectory

  • mavalog mavalog committed [090dfc]

    fix(test): restore termout to ON and clear buffer after run tests

  • mavalog mavalog committed [3c6f19]

    docs(install): add examples about installation in Linux

  • mavalog mavalog committed [0e0fe6]

    fix(query): eliminate error if use global name as database link in query options string

  • mavalog mavalog committed [bba9c3]

    fix(test): eliminate querying values for variables 6-10 on run tests

1 >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.