annotate src/libodbc++-win32.patch @ 641:dab071eac9c0

simplified file markers
author Volker Grabsch <vog@notjusthosting.com>
date Sat, 16 Jan 2010 23:02:02 +0100
parents 7f6a2f90a32c
children dd87627dec30
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
641
dab071eac9c0 simplified file markers
Volker Grabsch <vog@notjusthosting.com>
parents: 518
diff changeset
1 This file is part of mingw-cross-env.
dab071eac9c0 simplified file markers
Volker Grabsch <vog@notjusthosting.com>
parents: 518
diff changeset
2 See doc/index.html or doc/README for further information.
518
7f6a2f90a32c new package: libodbc++ (by Mark Brand)
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3
7f6a2f90a32c new package: libodbc++ (by Mark Brand)
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
4 --- libodbc++-0.2.5.orig/configure 2009-08-20 23:41:27.000000000 +0200
7f6a2f90a32c new package: libodbc++ (by Mark Brand)
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
5 +++ libodbc++-0.2.5/configure 2009-10-27 22:48:23.000000000 +0100
7f6a2f90a32c new package: libodbc++ (by Mark Brand)
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
6 @@ -22680,7 +22680,8 @@
7f6a2f90a32c new package: libodbc++ (by Mark Brand)
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
7 then
7f6a2f90a32c new package: libodbc++ (by Mark Brand)
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
8 { { echo "$as_me:$LINENO: error: No ODBC driver manager configured. Pperhaps you need to give configure --with-odbc=/some/location?" >&5
7f6a2f90a32c new package: libodbc++ (by Mark Brand)
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
9 echo "$as_me: error: No ODBC driver manager configured. Pperhaps you need to give configure --with-odbc=/some/location?" >&2;}
7f6a2f90a32c new package: libodbc++ (by Mark Brand)
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
10 - { (exit 1); exit 1; }; }
7f6a2f90a32c new package: libodbc++ (by Mark Brand)
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
11 + #{ (exit 1); exit 1; }; }
7f6a2f90a32c new package: libodbc++ (by Mark Brand)
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
12 +}
7f6a2f90a32c new package: libodbc++ (by Mark Brand)
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
13 fi
7f6a2f90a32c new package: libodbc++ (by Mark Brand)
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
14
7f6a2f90a32c new package: libodbc++ (by Mark Brand)
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
15
7f6a2f90a32c new package: libodbc++ (by Mark Brand)
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
16 --- libodbc++-0.2.5.orig/src/datastream.h 2009-01-06 12:20:05.000000000 +0100
7f6a2f90a32c new package: libodbc++ (by Mark Brand)
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
17 +++ libodbc++-0.2.5/src/datastream.h 2009-10-27 23:14:22.000000000 +0100
7f6a2f90a32c new package: libodbc++ (by Mark Brand)
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
18 @@ -35,7 +35,7 @@
7f6a2f90a32c new package: libodbc++ (by Mark Brand)
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
19 #if defined(ODBCXX_QT)
7f6a2f90a32c new package: libodbc++ (by Mark Brand)
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
20 # include <qiodevice.h>
7f6a2f90a32c new package: libodbc++ (by Mark Brand)
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
21 #endif
7f6a2f90a32c new package: libodbc++ (by Mark Brand)
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
22 -
7f6a2f90a32c new package: libodbc++ (by Mark Brand)
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
23 +#include <stdio.h>
7f6a2f90a32c new package: libodbc++ (by Mark Brand)
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
24 namespace odbc {
7f6a2f90a32c new package: libodbc++ (by Mark Brand)
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
25
7f6a2f90a32c new package: libodbc++ (by Mark Brand)
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
26 #if !defined(ODBCXX_QT)
7f6a2f90a32c new package: libodbc++ (by Mark Brand)
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
27 --- libodbc++-0.2.5.orig/include/odbc++/resultset.h 2009-03-07 07:41:09.000000000 +0100
7f6a2f90a32c new package: libodbc++ (by Mark Brand)
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
28 +++ libodbc++-0.2.5/include/odbc++/resultset.h 2009-10-27 23:07:54.000000000 +0100
7f6a2f90a32c new package: libodbc++ (by Mark Brand)
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
29 @@ -474,7 +474,7 @@
7f6a2f90a32c new package: libodbc++ (by Mark Brand)
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
30 * @param idx The column index, starting at 1
7f6a2f90a32c new package: libodbc++ (by Mark Brand)
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
31 * @param val The value to set
7f6a2f90a32c new package: libodbc++ (by Mark Brand)
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
32 */
7f6a2f90a32c new package: libodbc++ (by Mark Brand)
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
33 - Guid ResultSet::getGuid(int idx);
7f6a2f90a32c new package: libodbc++ (by Mark Brand)
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
34 + Guid getGuid(int idx);
7f6a2f90a32c new package: libodbc++ (by Mark Brand)
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
35 #endif
7f6a2f90a32c new package: libodbc++ (by Mark Brand)
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
36 /** Sets the value of a column to an int
7f6a2f90a32c new package: libodbc++ (by Mark Brand)
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
37 * @param idx The column index, starting at 1