]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
There were two significant changes in this commit:
authorJonathan LaCour <jonathan@cleverdevil.org>
Thu, 29 Jun 2006 23:29:37 +0000 (23:29 +0000)
committerJonathan LaCour <jonathan@cleverdevil.org>
Thu, 29 Jun 2006 23:29:37 +0000 (23:29 +0000)
commit4e3aa8829acfe824ccb6628be4a1f6af8e220349
tree79d29782a2f1c861f51436dd0162aec17dc3a156
parent2c28effb75c4578d34c85ed79aaec079e0734ca2
There were two significant changes in this commit:

 * Added implicit primary keys to ActiveMapper.  Now, if you do not speicfy a
   primary key on your objects when declaring them, an Integer primary key
   called `id` will automatically be added to your objects for you.

 * Commented out a large chunk of the process_relationships function that
   should no longer be necessary thanks to some of the deferred mapper
   compilation that was added in SQLAlchemy 0.2.3.  I left it in the code, but
   commented it out just in case this change causes a problem in someone's
   else's code and I can put it back in if needed.
lib/sqlalchemy/ext/activemapper.py
test/ext/activemapper.py