summaryrefslogtreecommitdiff
path: root/databases/freetds/patches/patch-ad
AgeCommit message (Collapse)AuthorFilesLines
2008-05-08Update freetds to version 0.82. Changes from version 0.63 include:jlam1-18/+0
Pkgsrc changes: + Support user-destdir installation. + Document the way that pkgsrc handles the freetds documentation. + Use GENERATE_PLIST instead of creating a .PLIST.doc. + Remove patch-ac and patch-ad due to reports of success compiling FreeTDS on Mac OS X without changes on the freetds@ mailing list. Package changes: - libtds.* has been removed. Its objects are now linked directly into the other client libraries. - support TLSv1 sessions to MSSQL servers - fixed timeout handling - added protocol version discovery - reduced network bandwidth use on Linux and -BSD - fixed conversion NUMERIC->NUMERIC changing precision/scale - added named instance support (mssql2k) - many other code improvements and bug fixes - improved pool server - ODBC: - cursors (mssql) - fixed database setting - fixed SQLGetData result - fixed compute handling in ODBC - paramset support
2006-03-03Regen hand-edited patch so that the MacOS X patch program can apply it.kristerw1-4/+2
2005-10-13Removed the RCS Id from patch-ad. While at it, fixed the other pkglintrillig1-4/+2
warning, too.
2005-10-09Update freetds to version 0.63.jdolecek1-11/+11
Main changes since 0.61 besides general bug fixes: * BCP support for db-lib and ct-lib * many ODBC fixes * added support for TDS 8.0 * iconv changes (better collation, improve error reporting)
2004-05-23add a dummy file to libreplacements_la_SOURCES so this buildsdanw1-0/+22
correctly on Darwin (which doesn't need any of the replacement functions, but also doesn't allow empty .a files). PR 25682