Update 'wv' to fix a bug in SQLBind with TINYINT data type.
commit1d482d041521fbce57a31d000b37d2ef8502df92
authorAvery Pennarun <apenwarr@gmail.com>
Fri, 21 Nov 2008 07:44:56 +0000 (21 02:44 -0500)
committerAvery Pennarun <apenwarr@gmail.com>
Fri, 21 Nov 2008 07:46:06 +0000 (21 02:46 -0500)
treeaf778c178932c44e2c7f36e07f0d78b07d738e43
parentef27f7ae68864d5e01db5f439adab70b324c07fe
Update 'wv' to fix a bug in SQLBind with TINYINT data type.

WvDBusMsg::Iter was rendering one-byte ints as "y###" instead of just "###",
so atoi() couldn't parse them, so they always had value 0.  Ha ha.

Also add TINYINT and BOOL support to result.cc.
vxodbc/results.cc
wv