[Mar2018]: mclient -f tab / --format=tab complains about "unsupported formatter" #6534
Labels
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Date: 2018-02-08 07:16:36 +0100
From: @drstmane
To: clients devs <>
Version: 11.27.11 (Jul2017-SP3)
Last updated: 2018-03-29 15:39:25 +0200
Comment 26168
Date: 2018-02-08 07:16:36 +0100
From: @drstmane
$ for i in tab sql expanded x csv raw xml trash tab ; do echo -e "\n\t$i\n" ; mclient -d$DB -s'select 1,2;' -f $i ; echo ; done
unsupported formatter
% .L2, .L4 table_name
% L2, L4 name
% tinyint, tinyint type
% 1, 1 length
[ 1, 2 ]
clk: 0.822 ms
+------+------+
| L2 | L4 |
+======+======+
| 1 | 2 |
+------+------+
1 tuple
clk: 0.830 ms
-[ RECORD 1 ]-
L2 | 1
L4 | 2
clk: 0.811 ms
-[ RECORD 1 ]-
L2 | 1
L4 | 2
clk: 0.796 ms
1,2
clk: 0.824 ms
% .L2, .L4 table_name
]> 12% L2, L4 name
% tinyint, tinyint type
% 1, 1 length
[ 1, 2 ]
clk: 0.782 ms
clk: 0.932 ms
unsupported formatter
% .L2, .L4 table_name
% L2, L4 name
% tinyint, tinyint type
% 1, 1 length
[ 1, 2 ]
clk: 0.836 ms
Comment 26175
Date: 2018-02-08 09:27:33 +0100
From: MonetDB Mercurial Repository <>
Changeset bcc430e78d4c made by Stefan Manegold Stefan.Manegold@cwi.nl in the MonetDB repo, refers to this bug.
For complete details, see https//devmonetdborg/hg/MonetDB?cmd=changeset;node=bcc430e78d4c
Changeset description:
Comment 26176
Date: 2018-02-08 09:29:04 +0100
From: @drstmane
fixed by reverting undocumented (and incomplete) change of changeset 770e047b548c
Comment 26326
Date: 2018-03-29 15:39:25 +0200
From: @sjoerdmullender
The Mar2018 version has been released.
The text was updated successfully, but these errors were encountered: