]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- The regexp used by the :func:`.url.make_url` function now parses
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 23 Oct 2013 19:02:36 +0000 (15:02 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 23 Oct 2013 19:02:36 +0000 (15:02 -0400)
commit382cd56772efd92a9fe5ce46623029a04163c8cf
treec7f50d1add74e1b87f6e608be93f8a4047b5139c
parent0e7a82304a15e15f2d9de5202aea6b554af76991
- The regexp used by the :func:`.url.make_url` function now parses
ipv6 addresses, e.g. surrounded by brackets. [ticket:2851]
doc/build/changelog/changelog_07.rst
lib/sqlalchemy/engine/url.py
test/engine/test_parseconnect.py