]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- rewrote the "connections" section
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 5 Sep 2010 18:44:58 +0000 (14:44 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 5 Sep 2010 18:44:58 +0000 (14:44 -0400)
commit703ce7f1791c1143eb983c38e3bd627984ea1953
treed52e3cc51041b96985e96b58f2340be233fc3600
parent1f65ac6679298c7f18e8ff3b13d6694e357ed5d5
- rewrote the "connections" section
- improved pool docs
- typos etc.
- ClauseElement.execute() and scalar() make no sense - these are depreacted.
The official home is Executable.
- alias() is not executable, allowing it is sloppy so this goes under
the deprecated umbrella
doc/build/core/connections.rst
doc/build/core/engines.rst
doc/build/core/pooling.rst
doc/build/core/schema.rst
lib/sqlalchemy/dialects/mssql/base.py
lib/sqlalchemy/engine/base.py
lib/sqlalchemy/pool.py
lib/sqlalchemy/sql/expression.py
test/orm/test_assorted_eager.py
test/sql/test_case_statement.py
test/sql/test_query.py