I'm testing the bug fix to bug 6010, and found an issues: The class name generated has a typo in it. If I create a table called MyTable using "Create new table" in Table Explorer, the generated class name is "MyTable_DataDictionry", missing the "a" in "Dictionary". If I create the table using database builder and adds the data dictionary later, the name is correct.