distributions/src/archive.sh
author František Kučera <franta-hg@frantovo.cz>
Fri, 04 Apr 2014 23:40:28 +0200
branchv_0
changeset 171 701ec4db43fb
parent 153 5bb73142671d
permissions -rwxr-xr-x
JDBC loopback driver: first version
experimental JDBC driver which does not need any real SQL database,
just passes values of statement parameters as a result set.
The first parameter is column count, then follows column names and then data.

Example:

2 a b c d e f

will result into table:

a | b
-----
c | d
e | f
franta-hg@153
     1
#!/bin/bash
franta-hg@153
     2
franta-hg@153
     3
hg archive -r ${1} sql-dk_${1}_src.tar.gz