A free re-implementation of the TDS (Tabular DataStream) protocol
FreeTDS is a project to document and implement the TDS (Tabular DataStream)
protocol. TDS is used by Sybase and Microsoft for client to database server
communications. FreeTDS includes call level interfaces for DB-Lib, CT-Lib,
and ODBC.
- Developed at devel:libraries:c_c++
- Sources inherited from project openSUSE:Factory
-
5
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Backports:SLE-15-SP4:FactoryCandidates/freetds && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
baselibs.conf | 0000000021 21 Bytes | |
configure-return-void-fix.patch | 0000000389 389 Bytes | |
freetds-1.3.13.tar.gz | 0003060543 2.92 MB | |
freetds.changes | 0000012277 12 KB | |
freetds.spec | 0000006345 6.2 KB |
Revision 33 (latest revision is 45)
Dominique Leuenberger (dimstar_suse)
accepted
request 998195
from
Dirk Mueller (dirkmueller)
(revision 33)
- 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;
Comments 0