Skip to Content.
Sympa Menu

freetds - Re: [freetds] SQL_DESC_UNSIGNED column attribute returns the wrong value for tinyint SQL Server columns

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Frediano Ziglio <freddy77 AT gmail.com>
  • To: FreeTDS Development Group <freetds AT lists.ibiblio.org>
  • Subject: Re: [freetds] SQL_DESC_UNSIGNED column attribute returns the wrong value for tinyint SQL Server columns
  • Date: Fri, 12 Apr 2013 22:22:43 +0100

WAS a bug. Fixed in 0.91 branch and master (test only on master)

Frediano


2013/4/1 Sergio delaCruz <sergio.delacruz AT oracle.com>

> Hi:
>
> I'm a developer for MySQL Workbench. We support FreeTDS to communicate
> with MS SQL Server and Sybase ASE in our Migration Wizard.
>
> When dealing with a bug in our codebase
> (http://bugs.mysql.com/bug.php?id=68084) we realized that the return
> value that we get when requesting the SQL_DESC_UNSIGNED attribute via
> the SQLColAttribute function for a SQL Server TINYINT column differs
> from what one would expect (SQL_TRUE). Microsoft's drivers return the
> correct value (TINYINT is by definition unsigned in T-SQL).
>
> Is this a bug in FreeTDS? Can you comment on this?
>
> Regards,
>
> --
> Sergio A. de la Cruz Rodriguez
> Software Developer, MySQL Developer Tools
> Oracle Corp.
>
> _______________________________________________
> FreeTDS mailing list
> FreeTDS AT lists.ibiblio.org
> http://lists.ibiblio.org/mailman/listinfo/freetds
>




Archive powered by MHonArc 2.6.24.

Top of Page