Skip to content

Commit 6c0afc2

Browse files
committed
asyncpg: add ARRAY support
1 parent 70fddbe commit 6c0afc2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

gino/dialects/asyncpg.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44

55
import asyncpg
66
from sqlalchemy import util, exc, sql
7-
from sqlalchemy.dialects.postgresql import (
7+
from sqlalchemy.dialects.postgresql import ( # noqa: F401
8+
ARRAY,
89
CreateEnumType,
910
DropEnumType,
1011
JSON,

0 commit comments

Comments
 (0)