remove useless workaround
authorMark Brand <mabrand@mabrand.nl>
Thu, 12 Apr 2012 23:01:23 +0000 (01:01 +0200)
committerQt by Nokia <qt-info@nokia.com>
Tue, 17 Apr 2012 21:16:51 +0000 (23:16 +0200)
commit00bf077b98bb53304bd9e487e9ad3d0734fb65af
tree17643b9eccd9ad03c76dde90ebd3c0a90cc159cc
parentf869a12c1043271b2ce8987b07a863ba3c78d6c9
remove useless workaround

The workaround attempts to let the application reserve memory in
QString for receiving the stored procedure output parameter.
This does not work because the reserved capacity is not preserved
through QVariant.

Unfortunately, the application must actually populate QString with
at least the number of characters that will be received.

Change-Id: Icb3be60d6bd570ad2349f20fb7d93b340e395627
Reviewed-by: Harald Fernengel <harald.fernengel@nokia.com>
Reviewed-by: Mark Brand <mabrand@mabrand.nl>
src/sql/drivers/odbc/qsql_odbc.cpp