]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
got column onupdate working
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 5 Mar 2006 20:31:44 +0000 (20:31 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 5 Mar 2006 20:31:44 +0000 (20:31 +0000)
commit9c4f3c0480f54e08b3aa2800ed76e89f957f8131
treee7cad83cbd55ff0e2a3f4103160e7e8fed6b6a2c
parentc1d0c2dffc0eedfa63de5b90addb70bfd3a81540
got column onupdate working
improvement to Function so that they can more easily be called standalone without having to throw them into a select().
doc/build/content/sqlconstruction.myt
lib/sqlalchemy/ansisql.py
lib/sqlalchemy/databases/oracle.py
lib/sqlalchemy/databases/postgres.py
lib/sqlalchemy/engine.py
lib/sqlalchemy/schema.py
lib/sqlalchemy/sql.py
test/defaults.py