versaplexd: "Re-quote" the parameter to LIST COLUMNS.
commit061a91144f85b23e9233ba8ae8665fa73cbf651d
authorAvery Pennarun <apenwarr@gmail.com>
Fri, 21 Nov 2008 21:29:59 +0000 (21 16:29 -0500)
committerAvery Pennarun <apenwarr@gmail.com>
Fri, 21 Nov 2008 21:29:59 +0000 (21 16:29 -0500)
tree40c1092b2ffad190b85cc1109075695204678cf4
parente5870b77aad883f1bae81bda53283c306769a705
versaplexd: "Re-quote" the parameter to LIST COLUMNS.

It's actually a wildcard, with wildcard characters escaped by backslashes.
To make backslash-escaped characters work, let's put them in [square
brackets] instead.  eg. My\_Table -> My[_]Table.
versaplexd/vxapi.cs
versaplexd/vxschema.cs
versaplexd/vxsqltokenizer.cs