Minor consistency patch (Issue #475)

This commit is contained in:
stamparm
2013-07-01 13:01:53 +02:00
parent e3124b9176
commit 017ce22a2f
5 changed files with 9 additions and 9 deletions

View File

@@ -33,7 +33,7 @@ class DBMS:
PGSQL = "PostgreSQL"
SQLITE = "SQLite"
SYBASE = "Sybase"
HSQLDB = "HyperSQL"
HSQLDB = "HSQLDB"
class DBMS_DIRECTORY_NAME:
ACCESS = "access"