vxodbc: put LIST COLUMNS parameter in brackets.
commit1761af155ee4cc521b5cd614b96386f8811be3b1
authorAvery Pennarun <apenwarr@gmail.com>
Fri, 21 Nov 2008 21:31:38 +0000 (21 16:31 -0500)
committerAvery Pennarun <apenwarr@gmail.com>
Fri, 21 Nov 2008 21:31:38 +0000 (21 16:31 -0500)
treeabfb9f47dc8328669e3e9d3f7c5a11bd975cf121
parent061a91144f85b23e9233ba8ae8665fa73cbf651d
vxodbc: put LIST COLUMNS parameter in brackets.

Luke's tokenizer in versaplexd would (rightly) barf if you gave it "LIST
COLUMNS My\_Table", but it works fine if you use "LIST COLUMNS [My\_Table]"
instead.  The tokenizer is smart enough to remove the square brackets from
the identifier on arrival and it does the right thing.
vxodbc/info.cc
vxodbc/odbcapiw.cc