summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm
Commit message (Expand)AuthorAgeFilesLines
* added missing **kwargsMike Bayer2008-08-081-1/+1
* even better...Mike Bayer2008-08-081-1/+2
* - Fixed @on_reconsitute hook for subclassesMike Bayer2008-08-082-4/+12
* - Improved the determination of the FROM clauseMike Bayer2008-08-061-2/+13
* - The RowTuple object returned by Query(*cols) nowMike Bayer2008-08-051-2/+6
* slightly more user-friendly repr method for CascadeOptionsGaëtan de Menten2008-08-051-1/+1
* Corrected problem in docstring.rel_0_5beta3Michael Trier2008-08-041-0/+7
* - fixed endless loop bug which could occurMike Bayer2008-08-043-19/+31
* some doc stuffMike Bayer2008-08-041-8/+23
* removed redundant check to _enable_transaction_accountingMike Bayer2008-08-031-3/+2
* - renamed autoexpire to expire_on_commitMike Bayer2008-08-032-33/+49
* a correction to the recent should_exclude change. should_exclude is a little...Mike Bayer2008-08-031-2/+4
* - The "entity_name" feature of SQLAlchemy mappersMike Bayer2008-08-0214-168/+105
* make ProxyImpl a top-level class (this makes it importable by FormAlchemy, ma...Jonathan Ellis2008-08-011-7/+7
* further refinement to the inheritance "descriptor" detection such thatMike Bayer2008-08-011-12/+17
* - Fixed bug whereby the "unsaved, pending instance"Mike Bayer2008-07-311-2/+2
* relation.order_by requires _literal_as_column conversion as wellMike Bayer2008-07-292-1/+5
* allow SQLA-defaults on table columns that are excluded in the mapperMike Bayer2008-07-221-1/+1
* - more accurate changelog messageMike Bayer2008-07-201-3/+2
* - An inheriting class can now override an attributeMike Bayer2008-07-202-11/+34
* - A critical fix to dynamic relations allows theMike Bayer2008-07-191-25/+29
* - Some improvements to the _CompileOnAttr mechanism whichMike Bayer2008-07-191-1/+2
* - Class-bound attributes sent as arguments toMike Bayer2008-07-191-3/+3
* - reverted r4955, that was wrong. The backref responsible for the operation ...Mike Bayer2008-07-194-20/+34
* Corrected a couple of lingering transactional=True statements in the docs.Michael Trier2008-07-191-1/+1
* - save-update and delete-orphan cascade event handlerMike Bayer2008-07-182-10/+9
* - Fixed a series of potential race conditions inMike Bayer2008-07-181-1/+7
* - MapperProperty gets its .key attribute assigned early, in _compile_property.Mike Bayer2008-07-162-2/+11
* - Spiffed up the deprecated decorators & @flipped 'em up topJason Kirtland2008-07-162-6/+5
* - Overhauled _generative and starargs decorators and flipped to 2.4 @syntaxJason Kirtland2008-07-162-104/+92
* - Fixed some over-long ReST lines & general formatting touchupsJason Kirtland2008-07-151-212/+211
* - Moved to 2.4+ import syntax (w/ some experimental merge-friendly formatting)Jason Kirtland2008-07-158-34/+70
* Whitespace tweaks suggested by pep8.pyJason Kirtland2008-07-151-26/+28
* - Always use native itemgetter & attrgetterJason Kirtland2008-07-153-4/+7
* - Dropped `reversed` emulationJason Kirtland2008-07-153-6/+5
* - Removed 2.3 set emulations/enhancements.Jason Kirtland2008-07-1510-74/+71
* And thus ends support for Python 2.3.Jason Kirtland2008-07-1512-58/+70
* - Fixed a couple lingering exceptions->exc usagesJason Kirtland2008-07-158-107/+104
* - Added a new SessionExtension hook called after_attach().Mike Bayer2008-07-152-0/+7
* - The "allow_column_override" flag from mapper() hasrel_0_5beta2Mike Bayer2008-07-141-6/+1
* - session.refresh() raises an informative error message ifMike Bayer2008-07-054-12/+37
* Ugh, learning to use git-svn, [4884] was not supposed to go upstream. Reverting.Ants Aasma2008-07-011-4/+0
* Session.bind gets used as a default even when table/mapper specific binds are...Ants Aasma2008-07-011-1/+2
* query update and delete need to autoflushAnts Aasma2008-07-011-0/+4
* - fixed up vertical.pyMike Bayer2008-06-281-2/+14
* `session.Query().iterate_instances()` has been renamed to just `instances()`....Gaëtan de Menten2008-06-251-15/+4
* - Repaired `__str__()` method on Query. [ticket:1066]Mike Bayer2008-06-241-1/+1
* - Fixed explicit, self-referential joins between twoMike Bayer2008-06-221-6/+6
* - merged r4868, disallow overly long names from create/drop, from 0.4 branch,...Mike Bayer2008-06-222-21/+42
* - fixed some concrete inheritance ramifications regarding r4866Mike Bayer2008-06-211-4/+4