VZ,

I am only allowed access to a SQL Server at work, and don't have access to
a ORACLE server.

CC

On Tue, Oct 23, 2012 at 6:43 PM, Vadim Zeitlin <[email protected]> wrote:

> 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
>
>
> ------------------------------------------------------------------------------
> 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
>
>
------------------------------------------------------------------------------
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

Reply via email to