Activity for SqlPlusConfig

  • mavalog mavalog committed [206212] on Code

    fix error "SP2-0310: unable to open file ..." on run script with absolute unix-path in Cygwin

  • SqlPlusConfig SqlPlusConfig released /0.2.0/sqlpc-0.2.0.zip

  • mavalog mavalog committed [171507] on Code

    chore(project): set version 0.2.0

  • mavalog mavalog committed [eed9c8] on Code

    chore(project): clarify make goal "set-version"

  • mavalog mavalog committed [c8ee4a] on Code

    feat: optional use "@" with relative script path

  • mavalog mavalog committed [fd7058]

    chore(project): don't overwrite link on desktop during install for Windows

  • mavalog mavalog committed [43affd]

    feat: add --batch option (not use rlwrap, exit after script ends)

  • mavalog mavalog committed [53de8b]

    feat: add --load option (load object into DB)

  • mavalog mavalog committed [f64203]

    feat: add --change-dir option (change to script directory before run SQL*Plus)

  • mavalog mavalog committed [13316c]

    chore(project): use relative path to bash in sqlpc.bat

  • mavalog mavalog committed [4c663c]

    feat(project): install with custom prefix

  • mavalog mavalog committed [18dd6f]

    docs(bugs): exit without error message when sqlplus is unavailable

  • mavalog mavalog committed [95dce6]

    feat(project): add ability run sqlpc on Linux

  • mavalog mavalog committed [d9453b]

    docs(bugs): error on run sqlpc from sqlpc.bat or shortcut without path to bash in PATH

  • mavalog mavalog committed [6f1f33]

    style(project): use UTF-8 files encoding ( instead of CP1251)

  • mavalog mavalog committed [17feb8]

    docs(project): add file ChangeLog.txt describing changes in versions

  • SqlPlusConfig SqlPlusConfig released /0.1.1/sqlpc-0.1.1.zip

  • mavalog mavalog committed [7a1b6c]

    chore(install): run sqlpc in current directory ...

  • SqlPlusConfig SqlPlusConfig released /0.1.0/sqlpc-0.1.0.zip

  • mavalog mavalog committed [987dfd]

    chore(project): add make goal "set-version" for...

  • mavalog mavalog committed [d8d96c]

    chore(install): clarify creation/removal of con...

  • mavalog mavalog committed [af8e4f]

    chore(project): add make goal "dist" for creati...

  • mavalog mavalog committed [c5b4b6]

    docs(project): change output directory for docu...

  • mavalog mavalog committed [ce44c4]

    [+] add documentation files ( AUTHORS, COPYING,...

  • mavalog mavalog committed [3c63fd]

    docs(project): set dos-EOL for README.txt, COPYING

  • mavalog mavalog committed [1f9b50]

    feat(install): add install shortcut on desktop

  • <REDACTED> committed [4ad453]

    [+] Minor comments.

  • mavalog mavalog committed [1fdb55]

    [!] fixing execute permissions for the script f...

  • mavalog mavalog committed [fcf359]

    [*] documentation generation: changing output d...

  • mavalog mavalog committed [2c8fcf]

    [+] adding SQL-script to configure environment ...

  • mavalog mavalog committed [f4ee4f]

    [*] using script connect.sql for connect to DB

  • mavalog mavalog committed [6db5ed]

    [!] fixing the call of internal SQL-script ( us...

  • mavalog mavalog committed [a0ce70]

    [+] adding the script for running SQL*Plus ( sq...

  • mavalog mavalog committed [d35e57]

    [+] configuring to use project SQL-scripts

  • mavalog mavalog committed [974196]

    [*] using single define SPC_TEMP_FILE_PREFIX fo...

  • mavalog mavalog committed [f778e7]

    [+] adding reconnect.sql for recoonnection

  • mavalog mavalog committed [019595]

    [*] configuring for the documentation generation

  • mavalog mavalog committed [beac73]

    [*] configuring SQL-prompt in the format user@c...

  • mavalog mavalog committed [146579]

    [+] adding scripts for disconnecting and config...

  • mavalog mavalog committed [af74b0]

    [*] renaming the project to SqlPlusConfig

  • mavalog mavalog committed [c978f2]

    [*] modifying transmission connection parameter...

  • mavalog mavalog committed [bb5014]

    [*] using a temporary SQL-script at the start o...

  • mavalog mavalog committed [e72207]

    [+] using external script ( get-password) to re...

  • mavalog mavalog committed [a5354c]

    [+] using configuration script to determine def...

  • mavalog mavalog committed [c109f6]

    [+] using SQL-script to configure environment a...

  • mavalog mavalog committed [fe9d3e]

    [+] defining default file name for the command ...

  • mavalog mavalog committed [94de74]

    [!] using "/dev/null" instead off "null" to sup...

  • mavalog mavalog committed [1749f9]

    [+] configuring the install and uninstall proce...

  • mavalog mavalog committed [b3fc17]

    [*] turning off the automatic timing display fo...

  • mavalog mavalog committed [10d296]

    [+] adding the ability to configure custom acti...

  • lysyonoke committed [d2a023]

    [+] delete-repeated-columns: enabling the debug...

  • lysyonoke committed [be6e0d]

    [+] adding the script "delete-repeated-columns"...

  • mavalog mavalog committed [f578c6]

    [+] adding rlwrap command history for SQL*Plus

  • lysyonoke committed [42f396]

    [*] delete-repeated-columns: disabling the debu...

  • mavalog mavalog committed [834d59]

    [+] adding the call for user-defined scripts in...

  • lysyonoke committed [7fa40a]

    [+] delete-repeated-columns: using a filter in ...

  • mavalog mavalog committed [a1810e]

    [*] using Unix EOL in shell scripts for compati...

  • lysyonoke committed [80543d]

    [!] delete-repeated-columns: fixing the clearan...

  • mavalog mavalog committed [3a7dc4]

    [*] creating user configuration directory for t...

  • mavalog mavalog committed [e911d0]

    [*] using rlwrap 0.37 ( fixed bug with char 0xFF)

  • lysyonoke committed [4c18ee]

    [+] delete-repeated-columns: adding commands to...

  • mavalog mavalog committed [491b66]

    [*] renaming variable SPC_SCRIPT_PATH to SPC_SC...

  • mavalog mavalog committed [fe8f77]

    [+] configuring rlwrap for autocompletion, usin...

  • mavalog mavalog committed [0c90bb]

    [*] sqlpc: deleting temporary files without usi...

  • lysyonoke committed [96dda5]

    [*] delete-repeated-columns: moving the helper ...

  • mavalog mavalog committed [d51882]

    [+] adding su.sql for connecting as SYSDBA

  • mavalog mavalog committed [4d0704]

    [+] adding script describe.sql to display infor...

  • mavalog mavalog committed [dd5265]

    [+] sqlpc: adding option --no-rlwrap for disabl...

  • mavalog mavalog committed [40eb77]

    [*] changing the scheme of deletion of temporar...

  • mavalog mavalog committed [9e49c4]

    [*] editing the bugs list: impossibility to ent...

  • lysyonoke committed [db7f50]

    [*] delete-repeated-columns: handling multiline...

  • mavalog mavalog committed [1a6db4]

    [!] fixing the error of the no-connection confi...

  • mavalog mavalog committed [444628]

    [*] minor updates of scripts

  • SqlPlusConfig SqlPlusConfig released /sqlpc-import.sh

  • SqlPlusConfig SqlPlusConfig released /sqlpc-import.sh

1