File: sqllen.patch

package info (click to toggle)
simpledb 1.5-1.4
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny, squeeze
  • size: 888 kB
  • ctags: 238
  • sloc: cpp: 529; makefile: 127; perl: 23; sh: 9
file content (12 lines) | stat: -rw-r--r-- 372 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
diff -urN Column.h Column.h
--- Column.h   2006-01-05 23:59:30.000000000 +0000
+++ Column.h   2006-03-22 19:32:32.000000000 +0000
@@ -100,7 +100,7 @@
   
     /** The lengthOrIndex variable to be sent to the SQLBindCol function.
      */
-    SQLINTEGER lengthOrIndex;
+    SQLLEN lengthOrIndex;
 
     /** Indicates weather this column has been bound to a query.
      */