]> git.saurik.com Git - wxWidgets.git/commitdiff
Column name IS_DEVELOPER in index was shortened to IS_DEV to match the column name...
authorGeorge Tasker <gtasker@allenbrook.com>
Sun, 7 Nov 1999 15:26:56 +0000 (15:26 +0000)
committerGeorge Tasker <gtasker@allenbrook.com>
Sun, 7 Nov 1999 15:26:56 +0000 (15:26 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4421 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

samples/db/dbtest.cpp

index 81dfc6e7f7e01912c6a9fd2af62a0a818177a21c..d5738aa11240ee5ebb0eb5f430f976d34df794be 100644 (file)
@@ -434,7 +434,7 @@ bool Ccontact::CreateIndexes(void)
 
        bool            Ok = TRUE;
 
-       strcpy(idxDef[0].ColName, "IS_DEVELOPER");
+       strcpy(idxDef[0].ColName, "IS_DEV");
        idxDef[0].Ascending = TRUE;
 
        strcpy(idxDef[1].ColName, "NAME");