relpipe-tr-sql and relpipe-in-sql --list-data-sources option has boolean parameter since v0.18 v_0
authorFrantišek Kučera <franta-hg@frantovo.cz>
Sun, 09 May 2021 19:43:32 +0200
branchv_0
changeset 324 3cbce8bb28c3
parent 323 e2d607e4a4f4
child 325 4560c5623d7d
relpipe-tr-sql and relpipe-in-sql --list-data-sources option has boolean parameter since v0.18
relpipe-data/examples-tr-sql-odbc.xml
relpipe-data/examples/release-v0.16.sh
--- a/relpipe-data/examples-tr-sql-odbc.xml	Sun May 09 00:06:13 2021 +0200
+++ b/relpipe-data/examples-tr-sql-odbc.xml	Sun May 09 19:43:32 2021 +0200
@@ -88,6 +88,7 @@
 		<ul>
 			<li>
 				<code>--list-data-sources</code>:
+				whether to
 				lists available (configured) data sources in relational format (so we pipe the output to some output filter e.g. to <code>relpipe-out-tabular</code>)
 			</li>
 			<li>
@@ -100,7 +101,7 @@
 			</li>
 		</ul>
 		
-		<pre><![CDATA[$ relpipe-tr-sql --list-data-sources | relpipe-out-tabular 
+		<pre><![CDATA[$ relpipe-tr-sql --list-data-sources true | relpipe-out-tabular 
 data_source:
  ╭───────────────┬──────────────────────╮
  │ name (string) │ description (string) │
--- a/relpipe-data/examples/release-v0.16.sh	Sun May 09 00:06:13 2021 +0200
+++ b/relpipe-data/examples/release-v0.16.sh	Sun May 09 19:43:32 2021 +0200
@@ -51,3 +51,4 @@
 
 # List configured ODBC data sources:
 relpipe-in-sql --list-data-sources | relpipe-out-tabular
+# n.b. since v0.18 there is a boolean parameter i.e. --list-data-sources true