summaryrefslogtreecommitdiff
path: root/test/orm
Commit message (Expand)AuthorAgeFilesLines
* Fix many typos throughout the codebasepr/85Alex Gaynor2014-04-2615-26/+26
* - The "primaryjoin" model has been stretched a bit further to allowMike Bayer2014-04-192-2/+199
* - Added new utility function :func:`.make_transient_to_detached` which canMike Bayer2014-04-091-1/+46
* - Fixes to the newly enhanced boolean coercion in :ticket:`2804` whereMike Bayer2014-04-011-1/+55
* dont need rowcount here...Mike Bayer2014-03-281-1/+0
* - Added new parameter :paramref:`.mapper.confirm_deleted_rows`. DefaultsMike Bayer2014-03-282-12/+25
* - revert part of c01558ae7f4a for now as we also test that a DELETE of two rowsMike Bayer2014-03-282-7/+11
* - Fixed ORM bug where changing the primary key of an object, then markingMike Bayer2014-03-282-22/+102
* - Fixed a very old behavior where the lazy load emitted for a one-to-manyMike Bayer2014-03-272-3/+161
* - Improved the check for "how to join from A to B" such that whenMike Bayer2014-03-271-0/+37
* - add some more rules to make sure all tests run if DBs are availableMike Bayer2014-03-243-6/+7
* - fix the uuid routine here to not run out of uuidsMike Bayer2014-03-242-24/+2
* - rename __multiple__ to __backend__, and apply __backend__ to a large number...Mike Bayer2014-03-245-0/+42
* - Fixed regression from 0.8.3 as a result of :ticket:`2818`Mike Bayer2014-03-221-0/+11
* - Fixed a few errant ``u''`` strings that would prevent tests from passingMike Bayer2014-03-222-8/+8
* fix assertionMike Bayer2014-03-191-1/+1
* - Fixed bug in mutable extension as well asMike Bayer2014-03-191-0/+15
* - Improved an error message which would occur if a query() were madeMike Bayer2014-03-171-0/+13
* - Added support for the not-quite-yet-documented ``insert=True``Mike Bayer2014-03-161-1/+53
* - A warning is emitted if the :meth:`.MapperEvents.before_configured`Mike Bayer2014-03-111-0/+36
* - Support has been added for pytest to run tests. This runnerMike Bayer2014-03-033-18/+12
* - Fixed some test/feature failures occurring in Python 3.4,Mike Bayer2014-03-021-20/+0
* - Added a new option to :paramref:`.relationship.innerjoin` which isMike Bayer2014-02-281-5/+174
* - Fixed regression from 0.8 where using an option likeMike Bayer2014-02-241-0/+14
* - 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