This commit is contained in:
Ryan Kelly 2017-06-05 13:51:58 +00:00 committed by GitHub
commit 5db2a89a8e

View File

@ -144,6 +144,9 @@ class NoneAdapter(object):
def getquoted(self, _null=b"NULL"):
return _null
def __str__(self):
return str(self.getquoted())
def make_dsn(dsn=None, **kwargs):
"""Convert a set of keywords into a connection strings."""