]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- made kwargs parsing to Table strict; removed various obsoluete "redefine=True"...
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 26 Nov 2006 02:36:27 +0000 (02:36 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 26 Nov 2006 02:36:27 +0000 (02:36 +0000)
commitb6b0130646b677e507d2fb461829ed5d72658000
treefe0acf9855ba4053cc7594e8e5b465721aad66c6
parentd9f3b2a06370a88676afa91ff3cd73722ad38543
- made kwargs parsing to Table strict; removed various obsoluete "redefine=True" kw's from the unit tests
- documented instance variables in ANSICompiler
- fixed [ticket:120], adds "inline_params" set to ANSICompiler which DefaultDialect picks up on when
determining defaults.  added unittests to query.py
- additionally fixed up the behavior of the "values" parameter on _Insert/_Update
- more cleanup to sql/Select - more succinct organization of FROM clauses, removed silly _process_from_dict
methods and JoinMarker object
lib/sqlalchemy/ansisql.py
lib/sqlalchemy/databases/__init__.py
lib/sqlalchemy/engine/default.py
lib/sqlalchemy/schema.py
lib/sqlalchemy/sql.py
test/ext/activemapper.py
test/orm/unitofwork.py
test/sql/query.py
test/sql/selectable.py
test/sql/testtypes.py