java/sql-dk/help-generator.sh
author František Kučera <franta-hg@frantovo.cz>
Tue, 26 Feb 2019 17:31:41 +0100
branchv_0
changeset 235 8ce612cca4d8
parent 96 7ae30649b30b
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@96
     1
#!/bin/bash
franta-hg@96
     2
franta-hg@96
     3
cat \
franta-hg@96
     4
	src/info/globalcode/sql/dk/CLIParser.java \
franta-hg@96
     5
	src/info/globalcode/sql/dk/CLIStarter.java \
franta-hg@96
     6
	| ../../scripts/help_generator.pl
franta-hg@96
     7