List:Commits« Previous MessageNext Message »
From:pharvey Date:November 28 2006 2:44pm
Subject:Connector/ODBC 5 commit: r699 - trunk/SDK/C/include
View as plain text  
Modified:
   trunk/SDK/C/include/MYODBCC.h
Log:
ENH: Mostly in place implementation of SQL_DATA_AT_EXEC support. Builds but needs a bit
more work.


Modified: trunk/SDK/C/include/MYODBCC.h
===================================================================
--- trunk/SDK/C/include/MYODBCC.h	2006-11-28 14:43:12 UTC (rev 698)
+++ trunk/SDK/C/include/MYODBCC.h	2006-11-28 14:44:01 UTC (rev 699)
@@ -80,6 +80,12 @@
 #include <string>
 #include <cctype>
 
+/*!
+    \internal 
+    \todo
+
+    Better to prefix these to preserve namespace.
+*/
 typedef unsigned short UTF16;
 typedef unsigned int UTF32;
 
@@ -88,6 +94,7 @@
 const UTF16 LO_SURROGATE_START = 0xDC00;
 const UTF16 LO_SURROGATE_END   = 0xDFFF;
 
+/* standard ODBC includes */
 #include <sqltypes.h>
 #include <odbcinst.h>
 #include <sqlext.h>

Thread
Connector/ODBC 5 commit: r699 - trunk/SDK/C/includepharvey28 Nov