Skip to Content.
Sympa Menu

freetds - Re: [freetds] FreeTDS 1.1 Release Candidate 2 - compiler warnings

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Mike Jetzer <mjetzer.cdc AT gmail.com>
  • To: FreeTDS Development Group <freetds AT lists.ibiblio.org>
  • Subject: Re: [freetds] FreeTDS 1.1 Release Candidate 2 - compiler warnings
  • Date: Mon, 11 Feb 2019 09:20:02 -0600

We're compiling FreeTDS as 32 bit ("gcc -m32") on RHEL 7.3 (gcc 4.8.5-11).
Received most of the same warnings as Sebastien reported; we also
encountered a few additional warnings plus an actual error. See attached.

On Mon, Feb 11, 2019 at 3:18 AM Sebastien FLAESCH <sf AT 4js.com> wrote:

> Attached, compiler warnings with gcc 8.2.0 ...
>
> Seb
>
> On 2/9/19 7:58 PM, Frediano Ziglio wrote:
> > Hi,
> > just another updated release candidate.
> >
> > Changes since previous release candidate:
> > - Project files for OpenVMS upgraded. Thanks to Craig for the quick
> update;
> > - Updated documentation on protocol version and other minor changes;
> > - Cleaned some code for old protocols;
> > - Resolved some minor issues with CI and tests;
> > - CMake build (like autotools) now default to TDS protocol version
> "auto";
> > - Improved TDS protocol detection in case of failure.
> >
> > General release changes (as in NEWS file):
> >
> >
> > Summary of Changes in release 1.1
> > --------------------------------------------
> > User visible (not in a particular order):
> > - Changed default TDS protocol version during configure to "auto".
> > Versions 4.2 and 7.0 are no longer accepted for default, you may
> > still specify an explicit version to connect to obsolete servers
> > ("auto" won't attempt these versions);
> > - allows to disable TLS 1.0 support;
> > - pool server allows to specify different username/password for server
> > and clients allowing to hide internal server logins;
> > - tsql utility now send final partial query to server to avoid to have
> > to specify a final "GO" line to terminate commands;
> > - better support for Microsoft cluster, client will attempt multiple
> > connection to server at the same time if DNS reply multiple IPs;
> > - MONEY/SMALLMONEY types are now formated with 4 decimal digits to
> > avoid truncation;
> > - MARS support is now compiled by default;
> > - pool server is now compiled by default;
> > - Fixed SQL_ATTR_LOGIN_TIMEOUT for ODBC;
> > - Fixed large integer numbers for ODBC RPC constants;
> > - Fixed encrypted logins if "auto" protocol version is used;
> > - Support CS_TIMEOUT and CS_LOGIN_TIMEOUT properties under CTLibrary;
> > - Added a dbacolname function in DBLibrary, similar to dbcolname but
> > for compute columns (mainly for Sybase now, Microsoft removed
> > support for compute columns);
> > - NTLMv2 is now on by default.
> >
> > Implementation:
> > - Improved UTF-8 performances;
> > - Use more stdint.h style definitions (like uint32_t);
> > - Use bool type instead of int;
> > - pool server compile under Windows too (not as capable as Unix
> > version);
> > - CMake build is now able to do an installation;
> > - Added a src/utils directory to collect all common code not strictly
> > related to replacements or TDS;
> > - Simplified makefiles;
> > - Support CP1252 encoding in internal trivial iconv;
> > - Better ODBC detection. Allows to specify a directory with
> > --with-iodbc to specify custom iOBDC.
> >
> >
> > Kind Regards,
> > Frediano
> > _______________________________________________
> > FreeTDS mailing list
> > FreeTDS AT lists.ibiblio.org
> > https://lists.ibiblio.org/mailman/listinfo/freetds
> >
>
> _______________________________________________
> FreeTDS mailing list
> FreeTDS AT lists.ibiblio.org
> https://lists.ibiblio.org/mailman/listinfo/freetds
>

Attachment: freetds-1.1rc2-make.log
Description: Binary data




Archive powered by MHonArc 2.6.24.

Top of Page