summaryrefslogtreecommitdiff
path: root/test/orm
Commit message (Expand)AuthorAgeFilesLines
* - dont need these extra conditions from the previous testMike Bayer2014-02-101-5/+0
* - Fixed bug where :meth:`.Query.get` would fail to consistentlyMike Bayer2014-02-101-0/+18
* - Fixed an 0.9 regression where ORM instance or mapper events appliedMike Bayer2014-02-091-0/+57
* - Improved the initialization logic of composite attributes such thatMike Bayer2014-02-031-0/+13
* - use from_statement() for the ORM column testMike Bayer2014-02-021-8/+7
* - Fixed bug in new :class:`.TextAsFrom` construct where :class:`.Column`-Mike Bayer2014-02-021-1/+38
* - Added a new directive used within the scope of an attribute "set" operationMike Bayer2014-01-311-0/+51
* - Added a new parameter :paramref:`.Operators.op.is_comparison`. ThisMike Bayer2014-01-311-0/+39
* - Fixed regression whereby the "annotation" system used by the ORM was leakingMike Bayer2014-01-291-0/+14
* - repair the fixture/test here to make sure state isn't left over causing oth...Mike Bayer2014-01-271-1/+1
* - Fixed an 0.9 regression where the automatic aliasing applied byMike Bayer2014-01-231-0/+36
* - Support is improved for supplying a :func:`.join` construct as theMike Bayer2014-01-223-4/+193
* - Fixed the multiple-table "UPDATE..FROM" construct, only usable onMike Bayer2014-01-201-1/+33
* - ensure ordering is fully maintained, [ticket:2914]Mike Bayer2014-01-202-6/+9
* - some test fixesMike Bayer2014-01-191-1/+1
* - changelog + test for pullreq github 58Mike Bayer2014-01-141-0/+7
* - Fixed a bug involving the new flattened JOIN structures whichMike Bayer2014-01-131-0/+134
* - dont run deletes hereMike Bayer2014-01-131-0/+1
* Merge bitbucket.org:rschoon/sqlalchemy into tMike Bayer2014-01-021-0/+4
|\
| * Don't barf on Session(info=...) from sessionmaker(info=None)Robin Schoonover2013-12-311-0/+4
* | - Fixed regression where we don't check the given name against theMike Bayer2014-01-021-0/+16
* | - Fixed regression where we apparently still create an implicitMike Bayer2014-01-022-4/+32
|/
* autoincrement hereMike Bayer2013-12-171-2/+2
* - An adjustment to the :func:`.subqueryload` strategy which ensures thatMike Bayer2013-12-161-1/+55
* - Fixed bug when using joined table inheritance from a table to aMike Bayer2013-12-161-14/+65
* make the error message for [ticket:2889] more accurate, as we supportMike Bayer2013-12-121-1/+1
* - :func:`.composite` will raise an informative error message when theMike Bayer2013-12-121-1/+19
* - Added new argument ``include_backrefs=True`` to theMike Bayer2013-12-022-133/+281
* - the pronoun removal commit. there was only one instance of aMike Bayer2013-11-301-2/+2
* Merge branch 'orm-collections-list-clear' of github.com:schettino72/sqlalchem...Mike Bayer2013-11-301-0/+10
|\
| * orm.collection, list.clear(). remove 'before_delete()', added unit-test.pr/40schettino722013-11-251-0/+10
* | - add support for specifying tables or entities for "of"Mike Bayer2013-11-282-98/+119
* | - fix up rendering of "of"Mike Bayer2013-11-281-4/+4
* | Merge branch 'for_update_of' of github.com:mlassnig/sqlalchemy into for_updat...Mike Bayer2013-11-281-0/+65
|\ \
| * | added ORM supportMario Lassnig2013-11-141-2/+51
| * | add psql FOR UPDATE OF functionalityMario Lassnig2013-11-121-0/+16
| |/
* | clean up importsMike Bayer2013-11-231-9/+5
* | - Some refinements to the :class:`.AliasedClass` construct with regardsMike Bayer2013-11-234-93/+136
* | - The ``viewonly`` flag on :func:`.relationship` will now preventMike Bayer2013-11-191-0/+114
* | - remove informix dialect, moved out to https://bitbucket.org/zzzeek/sqlalche...Mike Bayer2013-11-1712-30/+2
* | Fixed bug where usage of new :class:`.Bundle` object would causeMike Bayer2013-11-131-1/+12
|/
* - Fixed a regression introduced by :ticket:`2818` where the EXISTSMike Bayer2013-10-301-4/+16
* python2 pickle here failsMike Bayer2013-10-251-0/+3
* - :func:`.attributes.get_history()` when used with a scalar column-mappedMike Bayer2013-10-252-5/+72
* An overhaul of expression handling for special symbols particularlyMike Bayer2013-10-231-1/+0
* use a set here alsoMike Bayer2013-10-181-2/+2
* - fix non-deterministic ordering pointMike Bayer2013-10-141-2/+3
* - fix test warning here (oursql)Mike Bayer2013-10-141-2/+2
* - Added new option to :func:`.relationship` ``distinct_target_key``.Mike Bayer2013-10-131-0/+194
* use accepts scalar loader here so we deal with _ProxyImpl correctlyMike Bayer2013-10-111-1/+3