Jan Engelhardt
5c81ca22ef
- version update to 1.4.2 * User visible (not in a particular order): - Fix some numeric conversion checks; - Always use Unicode for SSPI allowing not ASCII to work; - Improve BCP copy, especially for Sybase; - Better error reporting for ICONV failures; - Disable TLSv1 by default; - ODBC: partial TVP support (missing data at execution); - ODBC: support for quoted string in connection string; - CT-Library: support large identifiers; - CT-Library: report appropriate severity values; - apps: datacopy report errors on standard error; - pool: use poll instead of select to support more connections. * Implementation: - Use more bool type for boolean instead of integer; - more macros for ODBC tests to encapsulate some ODBC API. - modified patches % configure-return-void-fix.patch (refreshed) - have not BUGS.md anymore OBS-URL: https://build.opensuse.org/request/show/1114788 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/freetds?expand=0&rev=74
13 lines
435 B
Diff
13 lines
435 B
Diff
Index: freetds-1.4.2/configure
|
|
===================================================================
|
|
--- freetds-1.4.2.orig/configure
|
|
+++ freetds-1.4.2/configure
|
|
@@ -21580,6 +21580,7 @@ SQLRETURN SQL_API SQLColAttribute (SQLH
|
|
SQLUSMALLINT ColumnNumber, SQLUSMALLINT FieldIdentifier,
|
|
SQLPOINTER CharacterAttribute, SQLSMALLINT BufferLength,
|
|
SQLSMALLINT *StringLength, SQLLEN * NumericAttribute) {
|
|
+ return 0;
|
|
}
|
|
int
|
|
main (void)
|