~ubuntu-branches/debian/sid/unixodbc/sid

« back to all changes in this revision

Viewing changes to DriverManager/SQLGetStmtOption.c

  • Committer: Bazaar Package Importer
  • Author(s): Steve Langasek
  • Date: 2004-10-15 03:07:52 UTC
  • mfrom: (2.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20041015030752-dzw4vhxlgycz3woj
Tags: 2.2.4-11
Brown paper bag me: conflicts do not write themselves just because
you add a line to the changelog.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
 *
28
28
 **********************************************************************
29
29
 *
30
 
 * $Id: SQLGetStmtOption.c,v 1.1.1.1 2001/10/17 16:40:06 lurcher Exp $
 
30
 * $Id: SQLGetStmtOption.c,v 1.2 2002/12/05 17:44:31 lurcher Exp $
31
31
 *
32
32
 * $Log: SQLGetStmtOption.c,v $
 
33
 * Revision 1.2  2002/12/05 17:44:31  lurcher
 
34
 *
 
35
 * Display unknown return values in return logging
 
36
 *
33
37
 * Revision 1.1.1.1  2001/10/17 16:40:06  lurcher
34
38
 *
35
39
 * First upload to SourceForge
103
107
 
104
108
#include "drivermanager.h"
105
109
 
106
 
static char const rcsid[]= "$RCSfile: SQLGetStmtOption.c,v $ $Revision: 1.1.1.1 $";
 
110
static char const rcsid[]= "$RCSfile: SQLGetStmtOption.c,v $ $Revision: 1.2 $";
107
111
 
108
112
SQLRETURN SQLGetStmtOption( SQLHSTMT statement_handle,
109
113
           SQLUSMALLINT option,
248
252
    {
249
253
        sprintf( statement -> msg, 
250
254
                "\n\t\tExit:[%s]",
251
 
                    __get_return_status( ret ));
 
255
                    __get_return_status( ret, s1 ));
252
256
 
253
257
        dm_log_write( __FILE__, 
254
258
                __LINE__,