On Tue, 23 Oct 2012 14:38:57 -0400 Candy Chiu <[email protected]> wrote:
CC> 1. Fixed a bug in preparing a vector of strings for binding. The current
CC> implementation inserted an extra white character to the end of each string.
CC> This error shows up in SQL Server, not in MySQL (via ODBC).
Hello,
Setting the indicator to just the string length seems correct to me,
thanks for fixing this!
CC> 2. Added support for long long.
This is definitely nice to have too but notice that I had to work around a
bug in Oracle ODBC driver which silently (i.e. without returning any error)
doesn't support SQL_BIGINT for the scalar types, see the use of
use_string_for_bigint() standard-{use,into}-type.cpp (and full details in
the commit b82364ee). It would be nice to do the same for the vectors too.
Regards,
VZ
pgpZ1puimJ4rU.pgp
Description: PGP signature
------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_sfd2d_oct
_______________________________________________ Soci-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/soci-users
