Commit graph

72 commits

Author SHA1 Message Date
Ole Tange 69e7da5bff Released as 20101202.
Debian packaging rolled back.
2010-12-02 21:58:10 +01:00
Ole Tange 8865cbb10f parallel: Argument handling re-written to OO.
The code is quite messy, the implementation is fairly slow, but the
structure seems sound and it passes the testsuite.
basename {/} and {/.} implemented.
Flushing of STDERR and STDOUT after each job completes.
2010-11-22 10:35:53 +01:00
Ole Tange f7355734a5 Released as 20101113. Test to be compatible with old perllibs 2010-11-15 22:46:36 +01:00
Ole Tange 90c333085d Release candidate 20101113 2010-11-13 14:57:39 +01:00
Ole Tange f085a37a40 parallel: Implemented $PARALLEL_SEQ and $PARALLEL_PID.
-v now only show the command to be run. Use -vv to see the surrounding ssh wrapping.
--workdir implemented. Spelling mistakes.
2010-10-27 01:50:58 +02:00
Ole Tange 6f03760b56 sql: \n and \x0a in arguments is replaced with newline. Passes unittest. Added more examples. 2010-09-22 23:54:42 +02:00
Ole Tange e06f6d52ce parallel: Added difference between paexec 2010-09-22 01:17:05 +02:00
Ole Tange 8703e6b5c5 sql: --list-tables implemented. %-encode all elements of DBURL.
Passes sql-part of unittest.
2010-09-15 00:24:08 +02:00
Ole Tange 28f9796b4e sql: Each arg on command line will add a \n. Useful for Oracle 2010-09-14 23:25:53 +02:00
Ole Tange 22934a4bcd sql: Deal with :aliases containing ?query parts in batch mode.
:aliases?query is still a problem in interactive mode.
Passes sql-part of unittest.
2010-09-14 18:37:26 +02:00
Ole Tange e63e97916c sql: RFC3986 calls the statement part a query. Let's do that, too.
sql: test sql02 and results.
2010-09-10 00:58:34 +02:00
Ole Tange 944a4fdd4f sql: alias can now contain statement 2010-09-10 00:37:32 +02:00
Ole Tange c9b2a3f727 sql: Test of %-quoting.
sql: Test of cyclic aliases.
2010-09-10 00:18:43 +02:00
Ole Tange 9711803e61 sql: allow dburl prefix 'sql:' 2010-09-09 23:30:56 +02:00
Ole Tange 0db41520c3 sql: basic dburl?sqlstatement works. No unittest 2010-09-09 23:21:11 +02:00
Ole Tange ffd548e168 sql: sqlite implemented. sql unittest passes. 2010-09-09 09:39:57 +02:00
Ole Tange 0a5434c071 sql: renamed .dburl.aliases to .sql/aliases and /etc/sql/aliases.
Fixed bug if DBURL is NULL.
2010-09-07 13:15:29 +02:00
Ole Tange 6383459ddb Makefile for Debian package 2010-09-07 00:15:53 +02:00
Ole Tange 847841aa11 BSD xargs -o (open /dev/tty) is now default for the job running in foreground.
Useful for: ls | parallel -Xuj1 vi.
Unittest for tty commands using the command 'script'.
2010-09-05 12:22:08 +02:00
Ole Tange 32a3f8340b sql: Added unittest, --shebang, --version, --help.
parallel: bugfix in unittest.
Passes unittest
2010-09-01 15:26:45 +02:00
Ole Tange 16939a0fa6 --shebang implemented. Unittest passes. 2010-08-28 02:46:44 +02:00
Ole Tange 6ad5f9f693 Added: sql - a small script to access sql bases from the command line 2010-08-27 21:16:06 +02:00