mirror of
https://github.com/sqlalchemy/sqlalchemy.git
synced 2026-05-31 04:48:02 -04:00
Added HSTORE to ischema_names in dialects/postgresql/base.py
This commit is contained in:
@@ -195,6 +195,7 @@ from ... import sql, schema, exc, util
|
||||
from ...engine import default, reflection
|
||||
from ...sql import compiler, expression, util as sql_util, operators
|
||||
from ... import types as sqltypes
|
||||
from .hstore import HSTORE
|
||||
|
||||
try:
|
||||
from uuid import UUID as _python_UUID
|
||||
@@ -893,6 +894,7 @@ ischema_names = {
|
||||
'interval': INTERVAL,
|
||||
'interval year to month': INTERVAL,
|
||||
'interval day to second': INTERVAL,
|
||||
'hstore': HSTORE,
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user