summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm/mapper.py
Commit message (Expand)AuthorAgeFilesLines
* [ticket:374] [ticket:377] [ticket:375], small fix to mutable types unit testMike Bayer2006-11-211-2/+2
* - "delete-orphan" for a certain type can be set on more than one parent class;Mike Bayer2006-11-101-5/+13
* - improvement to single table inheritance to load full hierarchies beneathMike Bayer2006-11-031-3/+7
* - added an assertion within the "cascade" step of ORM relationships to checkMike Bayer2006-11-031-1/+1
* ExtensionOption needed to extend from MapperOptionMike Bayer2006-11-021-1/+1
* - fixed bug where eagerload() (nor lazyload()) option didn't properlyMike Bayer2006-10-311-1/+2
* added assertion to check that mappers only inherit from a mapper with the sam...Mike Bayer2006-10-291-0/+3
* converted imports to absoluteMike Bayer2006-10-261-9/+8
* expired instances will get mapper extension's populate_instance behavior when...Mike Bayer2006-10-231-2/+2
* - attributes module and test suite moves underneath 'orm' packageMike Bayer2006-10-221-75/+79
* re-implemented extension optionMike Bayer2006-10-211-2/+13
* tweak for Table.create() not having a return valueMike Bayer2006-10-211-1/+4
* docstringsMike Bayer2006-10-211-21/+33
* progress on [ticket:329]Mike Bayer2006-10-191-77/+47
* reorganizing classnames a bit, flagging "private" classes in the sql package,Mike Bayer2006-10-171-1/+1
* - added "column_prefix=None" argument to mapper; prepends theMike Bayer2006-10-161-5/+11
* de-cruftificationMike Bayer2006-10-161-75/+97
* doc tweaksMike Bayer2006-10-151-3/+3
* a simplification to syncrule generation, which also allows more flexible conf...Mike Bayer2006-10-141-1/+1
* - ResultProxy.fetchall() internally uses DBAPI fetchall() for better effici...Mike Bayer2006-10-121-4/+1
* remove unused setMike Bayer2006-10-081-1/+0
* logging of syncrulesMike Bayer2006-10-081-0/+2
* more adjustments to #321Mike Bayer2006-10-081-7/+8
* add table name to save_obj logMike Bayer2006-10-081-1/+1
* row-switch test should be per-instance, not per table per instanceMike Bayer2006-10-081-12/+15
* - mapper.save_obj() now functions across all mappers in its polymorphicMike Bayer2006-10-081-47/+62
* various cleanup etc.Mike Bayer2006-10-041-19/+0
* - merged loader_strategies branch into trunk.Mike Bayer2006-10-031-142/+27
* - fixed condition that occurred during reflection when a primary keyMike Bayer2006-09-301-0/+5
* - internal refactoring to mapper instances() method to use aMike Bayer2006-09-301-62/+83
* - doc editMike Bayer2006-09-301-12/+1
* [ticket:309]Mike Bayer2006-09-291-15/+20
* - added an automatic "row switch" feature to mapping, which willMike Bayer2006-09-271-12/+27
* - logging is now implemented via standard python "logging" module.Mike Bayer2006-09-241-5/+21
* - added "pickleable" module to test suite to have cPickle-compatibleMike Bayer2006-09-231-2/+2
* - fixed unfortunate mutating-dictionary glitch from previous checkinMike Bayer2006-09-231-3/+11
* future log linesMike Bayer2006-09-221-1/+2
* - ForeignKey reports better error message for column not foundMike Bayer2006-09-221-1/+1
* - adjustments to eager loading so that its "eager chain" isMike Bayer2006-09-211-1/+1
* - post_update behavior improved; does a better job at notMike Bayer2006-09-191-2/+5
* - implemented "version check" logic in Query/Mapper, usedMike Bayer2006-09-111-4/+8
* - added basic 'zblog' test suiteMike Bayer2006-09-051-1/+1
* restored "optimistic" behavior of hasparent. its generally disastrous withou...Mike Bayer2006-09-051-1/+2
* - further changes to attributes with regards to "trackparent". the "commit" ...Mike Bayer2006-09-021-4/+8
* futher fix to the "orphan state" idea. to avoid setting tons ofMike Bayer2006-09-011-1/+2
* added a compile check to instances()Mike Bayer2006-08-181-0/+1
* - unit-of-work does a better check for "orphaned" objects that areMike Bayer2006-08-181-0/+8
* - eesh ! the tutorial doctest was broken for quite some time.Mike Bayer2006-08-151-8/+13
* modifcation to unitofwork to not maintain ordering within therel_0_2_7Mike Bayer2006-08-121-0/+3
* inheritance check uses issubclass() instead of direct __mro__ checkMike Bayer2006-08-111-1/+1