add a unittest for the keyword in column name issue

This commit is contained in:
Peinthor Rene
2013-11-24 10:26:32 +01:00
parent 331455cf20
commit 9214cfbc21
2 changed files with 12 additions and 0 deletions
+1
View File
@@ -13,5 +13,6 @@ private slots:
void parseSQLMultiPk();
void parseSQLForeignKey();
void parseSQLSingleQuotes();
void parseSQLKeywordInIdentifier();
};