]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
reworking concept of column lists, "FromObject", "Selectable";
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 30 Dec 2005 00:27:46 +0000 (00:27 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 30 Dec 2005 00:27:46 +0000 (00:27 +0000)
commitee40adf5f8905190960f0639e9c5203d854794eb
tree96d1053129b7c09c47b2d4618ab8c1e17664669a
parenteb554a04444b191d927490d2fc8b3764b2b4d5f4
reworking concept of column lists, "FromObject", "Selectable";
support for types to be propigated into boolean expressions;
new label() function/method to make any column/literal/function/bind param
into a "foo AS bar" clause, better support in ansisql for this concept;
trying to get column list on a select() object to be Column and ColumnClause
objects equally, working on mappers that map to those select() objects
lib/sqlalchemy/ansisql.py
lib/sqlalchemy/engine.py
lib/sqlalchemy/mapping/mapper.py
lib/sqlalchemy/sql.py
test/mapper.py
test/types.py