summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/engine/url.py
Commit message (Expand)AuthorAgeFilesLines
* back-merged current 0.4 trunk into rel_0_4 branch, which will become the 0.4 ...Mike Bayer2008-05-091-55/+85
* - removed ancient threadlocal/legacy_session modsMike Bayer2007-07-171-5/+3
* - the dialects within sqlalchemy.databases become a setuptoolsMike Bayer2007-04-171-8/+17
* - merged the "execcontext" branch, refactors engine/dialect codepathsMike Bayer2007-04-021-0/+4
* - query strings in unicode URLs get keys encoded to asciiMike Bayer2007-03-301-0/+2
* - added db modules to genned docstringsMike Bayer2007-03-181-2/+2
* decorated ImportError thrown when the <database>:// module isnt foundMike Bayer2007-03-061-2/+7
* migrated (most) docstrings to pep-257 format, docstring generator using strai...Mike Bayer2007-02-251-28/+46
* - small fix to BoundMetaData to accept unicode or string URLsMike Bayer2007-02-171-1/+1
* converted imports to absoluteMike Bayer2006-10-261-1/+1
* added docstrings for url, added to compiled documentationMike Bayer2006-10-121-4/+32
* - urls support escaped characters in passwords [ticket:281]Mike Bayer2006-08-221-1/+4
* adjument to regexp for parsing courtesy Barry WarsawMike Bayer2006-07-101-2/+2
* fixed 'port' attribute of URL to be an integer if present [ticket:209]Mike Bayer2006-06-151-2/+5
* switched generator to list comprehensionMike Bayer2006-06-011-1/+1
* implemented query string support in db urls, gets sent to dialect **kwargs, [...Mike Bayer2006-06-011-2/+13
* fixed [ticket:188] updated changelogMike Bayer2006-05-291-1/+1
* skips blank argumentsMike Bayer2006-05-281-1/+1
* raises error for bad urlMike Bayer2006-05-281-1/+2
* merged 0.2 branch into trunk; 0.1 now in sqlalchemy/branches/rel_0_1Mike Bayer2006-05-251-0/+81