psycopg2/lib
Oleksandr Shulgin 6c57e4a648 Add parse_dsn module function
Calls PQconninfoParse to parse the dsn into a list of keyword and value
structs, then constructs a dictionary from that.  Can be useful when one
needs to alter some part of the the connection string reliably, but
doesn't want to get into all the details of parsing a dsn string:
quoting, URL format, etc.
2015-06-01 10:16:07 +02:00
..
__init__.py Add parse_dsn module function 2015-06-01 10:16:07 +02:00
_json.py Python 3.1 bytes.decode() doesn't support keyword arguments 2015-02-08 19:43:09 +00:00
_range.py Merge branch 'range_sort' 2014-02-22 23:02:19 +00:00
errorcodes.py Dropped creation of errcodes with missing spec field 2014-08-28 02:17:57 +01:00
extensions.py Make Column picklable on Python >= 3.3 2015-02-08 11:27:10 +00:00
extras.py Fixed MinTimeLoggingCursor.callproc() 2015-05-03 10:30:11 +01:00
pool.py Correct exausted -> exhausted typo 2014-11-17 17:01:00 +00:00
psycopg1.py A couple of fixes to psycopg1 2011-12-15 13:06:32 +00:00
tz.py Fixed pickling of FixedOffsetTimezone objects 2012-10-21 21:47:32 +01:00