From 45c09d1e66faab1de0457e66bf04c6f2a21c740f Mon Sep 17 00:00:00 2001 From: "Bart A.M. Jourquin" Date: Fri, 26 May 2000 11:18:44 +0000 Subject: [PATCH] Improved new GetColumns, based on the old one + smoother database-type conversion and proper field order git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7495 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/db.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/db.h b/include/wx/db.h index 3fc3bee800..c0763f6fd5 100644 --- a/include/wx/db.h +++ b/include/wx/db.h @@ -39,7 +39,7 @@ #define DB_DOT_H -// BJO 20000503: introduce new GetColumns members which are database independant and +// BJO 20000503: introduce new GetColumns members which are more database independant and // return columns in the order they were created #define OLD_GETCOLUMNS 1