]> 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:56 +0000 (15:02 -0400)
commit785e44c48be5a25a71b2f2d4fe5e5219ffcb93a8
treee93515ffaa709aa4d6d867268ece0c022cdc2858
parent622772b46999561ad2033c8d30ee9b1aff75951b
- 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