- update to 1.3.13:

- Generic:
    - Support UTF-8 columns using MSSQL 2019;
    - Do not accept TDS protocol versions "4.6" (never really supported) and
      "8.0";
    - Minor portability issues;
    - Fix log elision for login;
    - Detect some possible minor memory failure in application;
    - Support long (more than 64k) SSPI packets (never encountered but you
      never know);
    - Fix unicode columns for ASA database;
    - Avoid using BCP with old protocols;
    - (*) Fix bulk copy using big endian machines;
    - (*) Fix Sybase uni(var)char and unsigned types for big endian machines;
    - (*) Do not send nullable data during bulk copy if type is not nullable;
  - ODBC:
    - Added "Timeout" setting;
  - Applications:
    - Improve defncopy utility:
      - Fix some declaration;
      - Fix Sybase support;
    - (*) Fix datacopy and freebcp logging;
  - CT-Library:
    - Minor fix for variant type;
    - Better support for timeout setting;
    - (*) Support some missing types (like nullable unsigned integers) for
      Sybase;
  - DB-library:
    - Unify date format (all systems can use the same syntax);
    - (*) Allows to pass 0 as type for bcp_bind;

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/freetds?expand=0&rev=62
This commit is contained in:
Dirk Mueller 2022-08-19 15:10:28 +00:00 committed by Git OBS Bridge
parent f05ebbe6cb
commit 22bc622b9b
4 changed files with 42 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6d70c87eb4f5f2d27b5c812d515befd6b17b8aaa5355eb7cd6210c00f61f7190
size 3052794

3
freetds-1.3.13.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3c775915a5d4b4451ca5ea8f40341555b8cf13be36a35750526b4ad8330de564
size 3060543

View File

@ -1,3 +1,40 @@
-------------------------------------------------------------------
Fri Aug 19 15:10:03 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 1.3.13:
- Generic:
- Support UTF-8 columns using MSSQL 2019;
- Do not accept TDS protocol versions "4.6" (never really supported) and
"8.0";
- Minor portability issues;
- Fix log elision for login;
- Detect some possible minor memory failure in application;
- Support long (more than 64k) SSPI packets (never encountered but you
never know);
- Fix unicode columns for ASA database;
- Avoid using BCP with old protocols;
- (*) Fix bulk copy using big endian machines;
- (*) Fix Sybase uni(var)char and unsigned types for big endian machines;
- (*) Do not send nullable data during bulk copy if type is not nullable;
- ODBC:
- Added "Timeout" setting;
- Applications:
- Improve defncopy utility:
- Fix some declaration;
- Fix Sybase support;
- (*) Fix datacopy and freebcp logging;
- CT-Library:
- Minor fix for variant type;
- Better support for timeout setting;
- (*) Support some missing types (like nullable unsigned integers) for
Sybase;
- DB-library:
- Unify date format (all systems can use the same syntax);
- (*) Allows to pass 0 as type for bcp_bind;
- (*) Fix DBSETLSERVERPRINCIPAL macro;
- (*) Do not limit queries length for bcp using Sybase;
- (*) Add KEEP_NULLS to BCP hints.
-------------------------------------------------------------------
Tue May 11 07:04:07 UTC 2021 - Dirk Müller <dmueller@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package freetds
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: freetds
Version: 1.2.21
Version: 1.3.13
Release: 0
Summary: A free re-implementation of the TDS (Tabular Data Stream) protocol
License: GPL-2.0-or-later AND LGPL-2.1-or-later