summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/ext/activemapper.py
Commit message (Expand)AuthorAgeFilesLines
* r4695 merged to trunk; trunk now becomes 0.5.Mike Bayer2008-05-091-298/+0
* - parent transactions weren't started on the connection when adding a connect...Ants Aasma2008-01-201-1/+1
* cut down a good deal of Join construction overheadMike Bayer2007-11-181-2/+2
* Make ActiveMapper support viewonly propertyPaul Johnston2007-10-171-11/+10
* Assorted unused imports from pyflakes, docstring tweaks, formatting.Jason Kirtland2007-10-131-1/+0
* Make ActiveMapper use scoped_session instead of SessionContextPaul Johnston2007-10-121-19/+6
* Small change in ActiveMapper to make it work with Python 2.3Paul Johnston2007-09-041-1/+2
* update activemapper backrefs for r3340Jason Kirtland2007-08-171-1/+2
* merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to maintena...Mike Bayer2007-07-271-6/+5
* - Deprecated DynamicMetaData- use ThreadLocalMetaData or MetaData insteadJason Kirtland2007-07-061-2/+2
* correct typo-equivalent mistakes in some comments/docstringsGaƫtan de Menten2007-04-271-1/+1
* - implemented foreign_keys argument on relation() [ticket:385]Mike Bayer2007-02-101-1/+1
* - added optional __table_opts__ dictionary to ActiveMapper, will send kw opti...Mike Bayer2007-02-071-2/+6
* - docstring on polymorphic_mappingMike Bayer2006-10-211-4/+13
* ActiveMapper now supports autoloading of column definitions if you supplyJonathan LaCour2006-07-141-4/+32
* sqlite detects version and disables CAST if version < 3.2.3Mike Bayer2006-07-111-0/+1
* activemapper will use threadlocal mod's objectstore if its installedMike Bayer2006-07-101-14/+13
* works without backrefs too....Mike Bayer2006-07-101-0/+4
* some refactorings to activemapper, made relationship() class have some polymo...Mike Bayer2006-07-091-44/+54
* small fix to relation compilationMike Bayer2006-07-091-1/+0
* some adjustments to activemapper's objectstore to be composed against Session...Mike Bayer2006-07-011-7/+9
* Put back in the foreign-key checking code in process_relationships forJonathan LaCour2006-06-301-6/+0
* There were two significant changes in this commit:Jonathan LaCour2006-06-291-2/+19
* Updated ActiveMapper to support order_by parameters on all relationships.Jonathan LaCour2006-06-281-8/+18
* removed non py2.3ish parenthesisMike Bayer2006-06-221-3/+3
* Further improved the process_relationships function to handle the ordering ofJonathan LaCour2006-06-061-22/+72
* fix to backref when its none for one-to-oneMike Bayer2006-06-061-1/+3
* HashSet is gone, uses set() for most sets in py2.4 or sets.Set.Mike Bayer2006-06-051-2/+2
* merged 0.2 branch into trunk; 0.1 now in sqlalchemy/branches/rel_0_1Mike Bayer2006-05-251-71/+61
* Got the unit tests running again, apart from the two that were not working inJonathan LaCour2006-04-231-37/+36
* Updates to ActiveMapper contributed by Gabriel Jacobo. The main purpose of theJonathan LaCour2006-04-201-21/+50
* Added preliminary support for inheritance.jeff2006-04-081-9/+9
* rudimentary support for many-to-many relation. Still requires a separately de...jeff2006-03-031-10/+17
* Added code to make foreignkey on ActiveMapper accept a string and create the ...jeff2006-02-271-9/+25
* integrating Jonathan LaCour's declarative layerMike Bayer2006-02-111-0/+142