diff options
author | Jonathan LaCour <jonathan@cleverdevil.org> | 2006-06-29 23:29:37 +0000 |
---|---|---|
committer | Jonathan LaCour <jonathan@cleverdevil.org> | 2006-06-29 23:29:37 +0000 |
commit | 4e3aa8829acfe824ccb6628be4a1f6af8e220349 (patch) | |
tree | 79d29782a2f1c861f51436dd0162aec17dc3a156 /lib/sqlalchemy/databases/mssql.py | |
parent | 2c28effb75c4578d34c85ed79aaec079e0734ca2 (diff) | |
download | sqlalchemy-4e3aa8829acfe824ccb6628be4a1f6af8e220349.tar.gz |
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.
Diffstat (limited to 'lib/sqlalchemy/databases/mssql.py')
0 files changed, 0 insertions, 0 deletions