summaryrefslogtreecommitdiff
path: root/test/orm
Commit message (Expand)AuthorAgeFilesLines
* - 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
* | - rework assertsql system, fixes #3293Mike Bayer2015-01-182-10/+9
* | - fix a regression from ref #3178, where dialects that don't actually supportMike Bayer2015-01-171-3/+65
* | - The "wildcard" loader options, in particular the one set up byMike Bayer2015-01-131-2/+131
* | - Fixed bug where if an exception were thrown at the start of aMike Bayer2015-01-051-3/+30
* | - restate sort_tables in terms of a more fine grainedMike Bayer2015-01-011-9/+9
* | - Added new method :meth:`.Session.invalidate`, functions similarlyMike Bayer2014-12-122-0/+20
* | - autoinc here for oracleMike Bayer2014-12-081-1/+3
* | - add an option for bulk_save -> update to not do historyMike Bayer2014-12-071-1/+30
* | - fix inheritance persistenceMike Bayer2014-12-071-19/+31
* | - initial tests for bulkMike Bayer2014-12-071-0/+317
* | Merge branch 'master' into ticket_3100Mike Bayer2014-12-074-3/+73
|\ \ | |/
| * Merge remote-tracking branch 'origin/pr/151' into pr151Mike Bayer2014-12-011-0/+1
| |\
| | * Merge branch 'master' into fdbsql-testsScott Dugas2014-11-0314-1184/+2170
| | |\