summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm
Commit message (Expand)AuthorAgeFilesLines
* rewriting scheme now works.Mike Bayer2013-06-041-6/+3
* OK this is the broken version, need to think a lot more about thisMike Bayer2013-06-031-2/+2
* - pulling out more aliases, sort ofMike Bayer2013-06-031-4/+9
* working through tests....Mike Bayer2013-06-021-5/+21
* - figured out what the from_self() thing was about, part of query.statement, ...Mike Bayer2013-06-021-0/+2
* getting things to join without subqueries, but some glitches in the compiler ...Mike Bayer2013-06-021-8/+8
* - blow away context._attributesMike Bayer2013-06-024-40/+44
* Fixed a regression caused by [ticket:2682] whereby theMike Bayer2013-05-311-0/+6
* The "auto-aliasing" behavior of the :class:`.Query.select_from`Mike Bayer2013-05-302-12/+131
* Merge branch 'rel_0_9'Mike Bayer2013-05-2917-161/+154
|\
| * clean up some of this collection stuffMike Bayer2013-05-261-2/+1
| * a pass where we try to squash down as many list()/keys() combinationsMike Bayer2013-05-267-16/+16
| * do a sweep of some obvious 3kismsMike Bayer2013-05-261-25/+21
| * repair py3kisms in key ORM modulesMike Bayer2013-05-263-22/+22
| * merge defaultMike Bayer2013-05-131-1/+8
| |\
| * \ merge defaultMike Bayer2013-05-101-20/+53
| |\ \
| * | | most of ORM passing...Mike Bayer2013-05-045-40/+32
| * | | merge defaultMike Bayer2013-04-301-3/+4
| |\ \ \
| * | | | import of "sqlalchemy" and "sqlalchemy.orm" works.Mike Bayer2013-04-273-7/+5
| * | | | - the raw 2to3 runMike Bayer2013-04-2718-172/+180
* | | | | - move an import stuck in the middle here...Mike Bayer2013-05-281-1/+1
| |_|_|/ |/| | |
* | | | Fixed a regression from 0.7 caused by this ticket, whichMike Bayer2013-05-131-1/+8
| |_|/ |/| |
* | | - moderinzed the docs for the foreign_keys parameter a bit,Mike Bayer2013-05-101-20/+53
| |/ |/|
* | - Fixed a regression from 0.7 where the contextmanager featureMike Bayer2013-04-301-3/+4
|/
* Fixes to the ``sqlalchemy.ext.serializer`` extension, includingMike Bayer2013-04-261-2/+13
* - further cleanup. in particular, the left clause is never None. But we stillMike Bayer2013-04-251-24/+12
* we can always adapt to right also. suppose if rightMike Bayer2013-04-251-5/+1
* cleanupMike Bayer2013-04-252-58/+15
* everything passes with this!!!!!!! holy crap !!!!! and its the simplest of allMike Bayer2013-04-251-57/+69
* - attempt to replace the whole idea of "join_to_left" with a moreMike Bayer2013-04-242-36/+24
* - merge exists() patch + changelogMike Bayer2013-04-231-0/+20
|\
| * adding convenience method exists() to Query (see # 2673)Diana Clarke2013-03-291-0/+20
* | Added a conditional to the unpickling process for ORMMike Bayer2013-04-231-1/+2
* | Fixed bug where many-to-many relationship with uselist=FalseMike Bayer2013-04-211-3/+7
* | - dont do a boolean check on the mapped objectMike Bayer2013-04-201-1/+1
* | Improved the behavior of instance management regardingMike Bayer2013-04-204-17/+28
* | python2.5 fixMike Bayer2013-04-181-1/+2
* | Reworked internal exception raises that emitMike Bayer2013-04-181-6/+6
* | - additional test + correction for [ticket:2699]Mike Bayer2013-04-181-4/+5
* | Fixed bug whereby ORM would run the wrong kind ofMike Bayer2013-04-111-0/+2
* | Fixed `__repr__()` on mapper property constructsMike Bayer2013-04-111-1/+1
* | Fixed bug when a query of the form:Mike Bayer2013-04-091-2/+5
* | - Fixed bug in unit of work whereby a joined-inheritanceMike Bayer2013-04-012-2/+51
|/
* lintingMike Bayer2013-03-092-16/+13
* - remove all compat items that are pre-2.5 (hooray)Mike Bayer2013-03-091-1/+1
* A meaningful :attr:`.QueryableAttribute.info` attribute isMike Bayer2013-03-093-0/+61
* - add some more transaction states so that we deliver a more accurateMike Bayer2013-03-041-36/+44
* yikes, print statement !Mike Bayer2013-03-031-3/+2
* fix non2.5 compat @property usageMike Bayer2013-03-031-4/+4
* dont need this conditional hereMike Bayer2013-03-031-4/+1