summaryrefslogtreecommitdiff
path: root/test/engine/parseconnect.py
Commit message (Expand)AuthorAgeFilesLines
* - unit tests have been migrated from unittest to nose.Mike Bayer2009-06-101-233/+0
* Global propigate -> propagate change to correct spelling. Additionally found ...Michael Trier2008-11-091-1/+1
* r4695 merged to trunk; trunk now becomes 0.5.Mike Bayer2008-05-091-8/+8
* - updated the naming scheme of the base test classes in test/testlib/testing.py;Mike Bayer2008-02-111-2/+2
* - testbase is gone, replaced by testenvJason Kirtland2008-01-121-22/+21
* - string-based query param parsing/config file parser understandsMike Bayer2007-10-161-2/+4
* Extended 'engine_from_config' coercion for QueuePool size / overflow. [ticket...Jason Kirtland2007-08-291-2/+47
* - tightened down the screws on logging a little bitMike Bayer2007-08-221-2/+0
* `from foo import (name, name)` isn't valid syntax for 2.3. ah well.Jason Kirtland2007-08-211-0/+1
* added engine_from_config() function for helping to create_engine()Mike Bayer2007-08-141-8/+22
* - removed auto_close_cursors and disallow_open_cursors arguments from Pool;Mike Bayer2007-07-291-4/+3
* merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to maintena...Mike Bayer2007-07-271-7/+5
* - added 'url' attribute to EngineMike Bayer2007-04-291-1/+11
* - the dialects within sqlalchemy.databases become a setuptoolsMike Bayer2007-04-171-1/+7
* added mockdbapi to mysql dialect create to better help unit tests passMike Bayer2007-02-041-2/+2
* - create_engine() reworked to be strict about incoming **kwargs. all keywordMike Bayer2006-11-121-0/+69
* doc edits, moved object display in uowdumper to be hex, fixed test runner in ...Mike Bayer2006-09-251-1/+2
* - cleanup on connection methods + documentation. custom DBAPIMike Bayer2006-08-251-0/+52
* - urls support escaped characters in passwords [ticket:281]Mike Bayer2006-08-221-2/+3
* adjument to regexp for parsing courtesy Barry WarsawMike Bayer2006-07-101-1/+6
* reorganized unit tests into subdirectoriesMike Bayer2006-06-051-0/+33