You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
678 B
19 lines
678 B
6 years ago
|
Upstream has decided to deprecate these typedefs, but experience so far
|
||
|
says that removing them just breaks code to little purpose.
|
||
|
|
||
|
|
||
|
diff -Naur unixODBC-2.2.14.orig/include/sqltypes.h unixODBC-2.2.14/include/sqltypes.h
|
||
|
--- unixODBC-2.2.14.orig/include/sqltypes.h 2008-10-31 12:21:53.000000000 -0400
|
||
|
+++ unixODBC-2.2.14/include/sqltypes.h 2009-02-16 13:28:50.000000000 -0500
|
||
|
@@ -170,6 +170,10 @@
|
||
|
typedef SQLUINTEGER SQLROWSETSIZE;
|
||
|
typedef SQLLEN SQLROWOFFSET;
|
||
|
*/
|
||
|
+typedef SQLULEN SQLROWCOUNT;
|
||
|
+typedef SQLULEN SQLROWSETSIZE;
|
||
|
+typedef SQLULEN SQLTRANSID;
|
||
|
+typedef SQLLEN SQLROWOFFSET;
|
||
|
#endif
|
||
|
#else
|
||
|
typedef long SQLINTEGER;
|