summaryrefslogtreecommitdiff
path: root/test/orm
Commit message (Expand)AuthorAgeFilesLines
* - Fixed regression caused in 1.0.10 by the fix for :ticket:`3593` whereMike Bayer2015-12-151-18/+99
* - Fixed bug where :meth:`.Session.bulk_update_mappings` and relatedMike Bayer2015-12-141-0/+37
* - Fixed bug in :meth:`.Update.return_defaults` which would cause allMike Bayer2015-12-142-4/+462
* - Fixed bug where use of the :meth:`.Query.select_from` method wouldMike Bayer2015-12-121-0/+33
* - The :meth:`.Session.merge` method now tracks pending objects byMike Bayer2015-12-041-0/+95
* - Fixed issue where post_update on a many-to-one relationship wouldMike Bayer2015-12-021-1/+34
* Merge remote-tracking branch 'origin/pr/210'Mike Bayer2015-11-301-1/+2
|\
| * Update usages of getargspec to compat version.pr/210Jacob MacDonald2015-10-291-1/+2
* | - Added support for parameter-ordered SET clauses in an UPDATEMike Bayer2015-11-282-7/+46
* | - Fixed bug which is actually a regression that occurred betweenMike Bayer2015-11-251-1/+130
* | - Fixed joinedload bug which would occur when a. the query includesMike Bayer2015-11-211-1/+110
* | - don't create tables on compile-only testsMike Bayer2015-11-211-0/+2
* | - try to get this to skip for oracleMike Bayer2015-11-201-1/+4
* | - A rare case which occurs when a :meth:`.Session.rollback` fails in theMike Bayer2015-11-191-0/+25
* | - Fixed bug where the "single table inheritance" criteria would beMike Bayer2015-11-111-0/+15
|/
* - use is_() here to more clearly show what's going wrongMike Bayer2015-10-191-13/+25
* - Fixed regression in 1.0 where new feature of using "executemany"Mike Bayer2015-10-191-0/+88
* Merge remote-tracking branch 'origin/pr/203'Mike Bayer2015-10-091-2/+6
|\
| * Remplement Query.one() in terms of .one_or_none()pr/203Eric Siegerman2015-09-281-2/+6
* | - The system by which a :class:`.Column` considers itself to be anMike Bayer2015-10-074-12/+7
|/
* Add Query.one_or_none()pr/201Eric Siegerman2015-09-241-0/+54
* - Fixed rare TypeError which could occur when stringifying certainMike Bayer2015-09-231-1/+11
* - Added a new type-level modifier :meth:`.TypeEngine.evaluates_none`Mike Bayer2015-09-191-1/+46
* - fixes for the ORM side test for #3531.Mike Bayer2015-09-171-3/+6
* - The :func:`.type_coerce` construct is now a fully fledged CoreMike Bayer2015-09-161-0/+72
* - Internal calls to "bookkeeping" functions withinMike Bayer2015-09-081-2/+3
* - Fixed bug in :meth:`.Session.bulk_save_objects` where a mappedMike Bayer2015-09-081-1/+53
* - The :class:`.SessionEvents` suite now includes events to allowticket_2677Mike Bayer2015-09-025-23/+597
* - Added new checks for the common error case of passing mapped classesMike Bayer2015-08-221-0/+36
* - merge of ticket_3514 None-handling branchMike Bayer2015-08-171-0/+166
* - merge of ticket_3499 indexed access branchMike Bayer2015-08-172-7/+49
* - add tests for InstanceEvents.init, InstanceEvents.init_failureMike Bayer2015-08-141-0/+37
* - Fixed 1.0 regression where the "noload" loader strategy would failMike Bayer2015-08-111-0/+18
* - pep8 test/orm/test_mapperMike Bayer2015-08-111-536/+698
* - 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