java/sql-dk/bash-completion.sh
author František Kučera <franta-hg@frantovo.cz>
Tue, 26 Feb 2019 17:31:41 +0100
branchv_0
changeset 235 8ce612cca4d8
parent 81 847c83288d01
child 238 4a1864c3e867
permissions -rwxr-xr-x
JDBC drivers: fix 'Unsupported URL' – drivers might be called witrh wrong URLs and then they should (according to the JavaDoc) return null instead of throwing an exception.
This problem occurred when --test-connection was testing multiple connections in parallel.
franta-hg@81
     1
#!/bin/bash
franta-hg@81
     2
franta-hg@81
     3
cat \
franta-hg@81
     4
	src/info/globalcode/sql/dk/Constants.java \
franta-hg@81
     5
	src/info/globalcode/sql/dk/formatting/* \
franta-hg@81
     6
	src/info/globalcode/sql/dk/CLIParser.java \
franta-hg@81
     7
	| ../../scripts/bash_completion.pl
franta-hg@81
     8