-
Notifications
You must be signed in to change notification settings - Fork 81
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Parsing:
con_params = urlparse.urlparse("postgresql://terracotta:pwd@db-data/terracotta")
print(con_params)
Yields:
ParseResult(scheme='postgresql', netloc='terracotta:pwd@db-data', path='/terracotta', params='', query='', fragment='')
No username, no database, etc.
Therefore the terracotta driver initialization code fails with postgres scheme.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request