summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm
Commit message (Expand)AuthorAgeFilesLines
* - Fixed shard_id argument on ShardedSession.execute().Mike Bayer2008-12-281-2/+7
* - Class-bound accessor can be used as the argument toMike Bayer2008-12-271-0/+3
* unit tests in 0.5 revealed the proper way to do thisMike Bayer2008-12-271-2/+2
* - Added ScopedSession.is_active accessor. [ticket:976]Mike Bayer2008-12-271-1/+1
* Fixed up misspelling of propagate throughout.Michael Trier2008-11-102-2/+2
* - Fixed bug in composite types which prevented a primary-keyMike Bayer2008-11-051-2/+2
* - Fixed RLock-related bug in mapper which could deadlock uponMike Bayer2008-11-051-15/+17
* - Fixed 0.4-only bug preventing composite columnsMike Bayer2008-10-211-1/+1
* - polymorphic_union() function respects the "key" of eachMike Bayer2008-10-211-3/+3
* - Added label() method to InstrumentedAttributeMike Bayer2008-09-171-0/+3
* - Changes made to new, dirty and deletedMike Bayer2008-09-091-5/+9
* - Fixed bug regarding inherit_condition passedMike Bayer2008-08-081-2/+3
* - added an extremely rudimental set of python 2.3 compatible tests. theserel_0_4_7p1Mike Bayer2008-07-311-2/+2
* - Added "add()" and "add_all()" to scoped_sessionMike Bayer2008-07-271-1/+1
* - added add() and add_all() methods to Session,rel_0_4_7Mike Bayer2008-07-261-0/+17
* - Class-bound attributes sent as arguments toMike Bayer2008-07-261-4/+6
* - A critical fix to dynamic relations allows theMike Bayer2008-07-191-25/+29
* - Added a new SessionExtension hook called after_attach().Mike Bayer2008-07-191-0/+6
* - Removed erroneous 'self' reference when raisingMike Bayer2008-07-141-2/+2
* - Merged 0.5's declarative behavior such that allMike Bayer2008-07-091-1/+6
* merged r4861, session.is_active, from trunkMike Bayer2008-06-171-1/+7
* - the enable_typechecks=False setting on relation()Mike Bayer2008-06-122-8/+9
* added some docstrings and some deprecationsMike Bayer2008-06-092-17/+22
* - Query.count() will take single-table inheritanceMike Bayer2008-06-041-5/+22
* - fixed bug preventing merge() from functioning inMike Bayer2008-06-032-2/+5
* - The contains() operator when used with many-to-manyMike Bayer2008-06-012-2/+6
* - repaired single table inheritance such that yourel_0_4_6Mike Bayer2008-05-101-2/+4
* back-merged current 0.4 trunk into rel_0_4 branch, which will become the 0.4 ...Mike Bayer2008-05-0917-4992/+7566
* - fixed clause_element/expression_element change from preivous checkinMike Bayer2007-07-263-2/+12
* - removed the ridiculous AbstractDialect do-nothing classMike Bayer2007-07-251-19/+18
* Really finish proxied list methods. Either these last couple (count, remove, ...Jason Kirtland2007-07-251-1/+4
* add checks for well-formed ColumnProperty. fixes #683Jonathan Ellis2007-07-251-0/+7
* - added unittest for sharding moduleMike Bayer2007-07-253-143/+310
* - added has(), like any() but for scalarsMike Bayer2007-07-244-21/+74
* - deprecated scalar=True argument on select(). its replacedMike Bayer2007-07-241-2/+2
* - ColumnCollection (i.e. the 'c' attribute on tables) follows dictionaryMike Bayer2007-07-241-1/+1
* - a rudimental sharding (horizontal scaling) system is introduced. This systemMike Bayer2007-07-245-39/+166
* deprecated extra arguments on instances()Mike Bayer2007-07-231-17/+3
* removed methods instance_key(), identity_key(), identity()Mike Bayer2007-07-233-22/+6
* - joined-table inheritance will now generate the primary keyMike Bayer2007-07-231-51/+65
* removed small cruftletMike Bayer2007-07-221-4/+0
* - fix to _CalculatedClause._copy_internals() behavior so that ClauseAdapter w...Mike Bayer2007-07-223-189/+249
* - got self-referential query.join()/query.outerjoin() to work.Mike Bayer2007-07-223-69/+70
* filter_by([joinpath], ...) is gone. join([path], aliased=True) replaces it, ...Mike Bayer2007-07-221-21/+29
* Queries now __str__ as their statementJason Kirtland2007-07-211-0/+3
* - added query.populate_existing().. - marks the query to reloadMike Bayer2007-07-204-26/+76
* implemented Class.any(criterion)Mike Bayer2007-07-202-0/+16
* - Eager loading now functions at any arbitrary depth along self-referentialMike Bayer2007-07-205-79/+129
* Remove unused imports, typo and light formatting tweaks.Jason Kirtland2007-07-199-33/+42
* - all "type" keyword arguments, such as those to bindparam(), column(),Mike Bayer2007-07-196-16/+17