freetds/configure-return-void-fix.patch
Dirk Mueller 98cdda4ec7 Accepting request 1164138 from home:pgajdos
- version update to 1.4.12
  * ctlib: Fix crash using ct_command with CS_MORE option
  * defncopy: Use memory instead of temporary file
  * defncopy: Fix MS column length for N(VAR)CHAR types
  * defncopy: Quote strings and identifiers
  * defncopy: Trim spaces around nullable flags
  * defncopy: Fix for order of index recordset
  * defncopy: Quote key index names
  * defncopy: Add test for the applications
- modified patches
  % configure-return-void-fix.patch (refreshed)

OBS-URL: https://build.opensuse.org/request/show/1164138
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/freetds?expand=0&rev=84
2024-04-02 15:23:52 +00:00

13 lines
438 B
Diff

Index: freetds-1.4.12/configure
===================================================================
--- freetds-1.4.12.orig/configure
+++ freetds-1.4.12/configure
@@ -21713,6 +21713,7 @@ SQLRETURN SQL_API SQLColAttribute (SQLH
SQLUSMALLINT ColumnNumber, SQLUSMALLINT FieldIdentifier,
SQLPOINTER CharacterAttribute, SQLSMALLINT BufferLength,
SQLSMALLINT *StringLength, SQLLEN * NumericAttribute) {
+ return 0;
}
int
main (void)