summaryrefslogtreecommitdiff
path: root/test/orm
Commit message (Expand)AuthorAgeFilesLines
* - liberalize list.remove() regexp as recent Pypy versionsMike Bayer2015-05-241-1/+1
* - Fixed regression in the :mod:`sqlalchemy.ext.mutable` extensionMike Bayer2015-05-212-11/+92
* flake8 some testsMike Bayer2015-05-211-170/+210
* - fix for py3kMike Bayer2015-05-071-1/+2
* - Fixed unexpected-use regression where in the odd case that theMike Bayer2015-05-061-0/+81
* - appease oracle's anger (no sequence defined for these PKs)Mike Bayer2015-05-051-0/+2
* - Liberalized an assertion that was added as part of :ticket:`3347`Mike Bayer2015-05-021-0/+134
* - Repaired / added to tests yet more expressions that were reportedMike Bayer2015-05-011-0/+19
* - Fixed regression from as yet unreleased 0.9.10 where the new additionMike Bayer2015-04-301-0/+21
* - Fixed regression within the flush process when an attribute wereMike Bayer2015-04-291-2/+38
* - altered part of the use contract first set up in #2992; weMike Bayer2015-04-271-18/+117
* - Fixed a regression regarding the :meth:`.MapperEvents.instrument_class`Mike Bayer2015-04-261-1/+39
* - Fixed issue in new :meth:`.QueryEvents.before_compile` event whereMike Bayer2015-04-261-1/+22
* - Fixed more regressions caused by NEVER_SET; comparisonsMike Bayer2015-04-202-29/+248
* - Fixed a critical regression caused by :ticket:`3061` where theMike Bayer2015-04-171-3/+24
* - Identified an inconsistency when handling :meth:`.Query.join` to theMike Bayer2015-04-151-0/+11
* - remove excess commentMike Bayer2015-04-121-2/+0
* - Made a small improvement to the heuristics of relationship whenMike Bayer2015-04-121-2/+41
* Merge remote-tracking branch 'origin/pr/164' into pr164Mike Bayer2015-04-031-1/+13
|\
| * Allow kwargs to be passed through update()pr/164Amir Sadoughi2015-03-201-1/+13
* | - Fixed bug where the state tracking within multiple, nestedMike Bayer2015-04-021-0/+28
* | - use odict here for test determinismMike Bayer2015-04-011-7/+9
* | - :class:`.Query` doesn't support joins, subselects, or specialMike Bayer2015-04-012-44/+33
* | - further fixes for #3347; track the mappers we're joiningMike Bayer2015-03-311-0/+41
* | - use an ordered dict so that queries are deterministicMike Bayer2015-03-301-4/+4
* | - Fixed a bug related to "nested" inner join eager loading, whichMike Bayer2015-03-301-0/+252
|/
* Accept unicode in CascadeOptionspr/160Julien Castets2015-03-161-1/+9
* - Added a new extension suite :mod:`sqlalchemy.ext.baked`. ThisMike Bayer2015-03-111-0/+15
* - Added a new entry ``"entity"`` to the dictionaries returned byMike Bayer2015-03-111-12/+21
* - Added a new event suite :class:`.QueryEvents`. TheMike Bayer2015-03-101-1/+37
* - The subquery wrapping which occurs when joined eager loadingMike Bayer2015-03-102-12/+38
* - Fixed bug where the session attachment error "object is alreadyMike Bayer2015-03-101-1/+20
* - pick around gaining modest dings in callcounts here and thereMike Bayer2015-03-091-6/+3
* - squash-merge the final row_proc integration branch. this isMike Bayer2015-03-012-11/+35
* - Fixed bugs in ORM object comparisons where comparison ofMike Bayer2015-02-202-10/+155
* - Fixed bug where internal assertion would fail in the case whereMike Bayer2015-02-201-0/+29
* - autopep8Mike Bayer2015-02-191-39/+43
* - Mapped state internals have been reworked to allow for a 50% reductionMike Bayer2015-02-183-44/+74
* - additional mysql cast-related test fixesMike Bayer2015-02-091-0/+8
* - test + changelogMike Bayer2015-02-081-0/+14
* - A warning is emitted if the ``isolation_level`` parameter is usedMike Bayer2015-02-042-4/+30
* - Fixed bug in lazy loading SQL construction whereby a complexMike Bayer2015-02-022-3/+73
* Merge branch 'bb_issue_3262' of https://bitbucket.org/xflr6/sqlalchemyMike Bayer2015-01-261-0/+13
|\
| * warn on duplicate polymorphic_identitySebastian Bank2014-12-041-0/+13
* | - restore r611883ffb35ca6664649f6328ae8 with additional fixes and an addition...Mike Bayer2015-01-191-4/+37
* | - reverse the last commit temporarily as it breaks all the polymorphic casesMike Bayer2015-01-191-19/+4
* | - The primary :class:`.Mapper` of a :class:`.Query` is now passed to theMike Bayer2015-01-191-4/+19
* | - testsMike Bayer2015-01-191-0/+63
* | - further fixes and even better tests for this blockMike Bayer2015-01-191-1/+27
* | - fix another issue from rf49c367ef, add another testMike Bayer2015-01-181-1/+30