summaryrefslogtreecommitdiff
path: root/test/orm
Commit message (Expand)AuthorAgeFilesLines
* - increase the varchar hereMike Bayer2015-07-011-1/+1
* - Fixed 1.0 regression where value objects that overrideMike Bayer2015-07-011-0/+108
* - Fixed 1.0 regression where a "deferred" attribute would not populateMike Bayer2015-06-291-0/+56
* - Fixed 1.0 regression where the "parent entity" of a synonym-Mike Bayer2015-06-272-1/+66
* - add autoinc marker for oracleMike Bayer2015-06-251-2/+6
* - Fixed a major regression in the 1.0 series where the version_id_counterMike Bayer2015-06-241-0/+134
* - Fixed 1.0 regression where the enhanced behavior of single-inheritanceMike Bayer2015-06-191-0/+25
* Merge branch 'pr182'Mike Bayer2015-06-141-2/+4
|\
| * - add test cases for pullreq github:182, where we add a newMike Bayer2015-06-141-2/+4
* | - add changelog for #3451, with 09485d733131b667813f44eb0b6807b698668ee7 fixe...Mike Bayer2015-06-131-0/+21
* | Fix primary key behaviour in bulk_updatepr/181Patrick Hayes2015-06-131-4/+34
|/
* - Fixed an unexpected-use regression whereby custom :class:`.Comparator`Mike Bayer2015-06-112-0/+20
* - 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