mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
committed by
Akshay Joshi
parent
057a2b2312
commit
d68e6bd892
@@ -13,13 +13,9 @@ fetching results from it, and also takes care of the duplicate column name in
|
||||
result.
|
||||
"""
|
||||
|
||||
try:
|
||||
from collections import OrderedDict
|
||||
except ImportError:
|
||||
from ordereddict import OrderedDict
|
||||
|
||||
from collections import OrderedDict
|
||||
import psycopg2
|
||||
|
||||
from psycopg2.extensions import cursor as _cursor, encodings
|
||||
from .encoding import configureDriverEncodings
|
||||
|
||||
|
Reference in New Issue
Block a user