summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* - new features will be in 1.0.3ticket_3355Mike Bayer2015-04-304-37/+37
* - rework this so that creator can maintain the same API as beforeMike Bayer2015-04-303-10/+20
* Merge branch 'master' into ticket_3355Mike Bayer2015-04-3037-197/+950
|\
| * - Fixed regression from as yet unreleased 0.9.10 where the new additionMike Bayer2015-04-304-1/+34
| * - Added a placeholder method :meth:`.TypeEngine.compare_against_backend`Mike Bayer2015-04-302-0/+35
| * - Fixed regression within the flush process when an attribute wereMike Bayer2015-04-293-7/+53
| * - add boldface for "viable" plus a note describing that thisMike Bayer2015-04-291-1/+7
| * - Fixed bug in association proxy where an any()/has()Mike Bayer2015-04-283-8/+47
| * - Fixed bug where the truncation of long labels in SQL could produceMike Bayer2015-04-283-23/+58
| * Merge pull request #170 from eronisko/fix_typomike bayer2015-04-281-1/+1
| |\
| | * Fix typo in 'Relationships API' docspr/170Ernest Walzel2015-04-281-1/+1
| |/
| * - altered part of the use contract first set up in #2992; weMike Bayer2015-04-273-19/+154
| * - replace old crufty ddl event test fixture with mockMike Bayer2015-04-272-97/+166
| * - Fixed regression due to :ticket:`3282` where the ``tables`` collectionMike Bayer2015-04-273-8/+85
| * - Fixed a regression regarding the :meth:`.MapperEvents.instrument_class`Mike Bayer2015-04-266-25/+110
| * - Fixed issue in new :meth:`.QueryEvents.before_compile` event whereMike Bayer2015-04-264-6/+39
| * - try pinning a tag here to for RTD to please build correctlyMike Bayer2015-04-251-1/+1
| * 1.0.2rel_1_0_2Mike Bayer2015-04-242-2/+3
| * - reword the notes hereMike Bayer2015-04-241-8/+12
| * - fix linkMike Bayer2015-04-241-1/+1
| * - tag declarative as "orm declarative"Mike Bayer2015-04-241-6/+6
| * - add a note about that resolutionMike Bayer2015-04-241-0/+3
| * - Fixed a regression that was incorrectly fixed in 1.0.0b4Mike Bayer2015-04-247-7/+47
| * - add the "strict" version of this lookup for __abstract__ as well,Mike Bayer2015-04-241-2/+2
| * Merge remote-tracking branch 'origin/pr/169'Mike Bayer2015-04-241-3/+4
| |\
| | * micro-optimize unique_listpr/169Gaƫtan de Menten2015-04-241-3/+4
| * | - Fixed regression regarding the declarative ``__declare_first__``Mike Bayer2015-04-247-13/+124
| |/
* | - add a test for connectionrecord invalidation concurrent withinMike Bayer2015-04-281-2/+40
* | - add a note that might be helpfulMike Bayer2015-04-261-0/+10
* | Merge branch 'master' into ticket_3355Mike Bayer2015-04-2331-202/+1034
|\ \ | |/
| * 1.0.1rel_1_0_1Mike Bayer2015-04-232-2/+3
| * - update dateMike Bayer2015-04-232-2/+2
| * - change/migration editsMike Bayer2015-04-232-15/+23
| * - Fixed support for "literal_binds" mode when using limit/offsetMike Bayer2015-04-239-16/+26
| * changelog for #3380, fixes #3380Mike Bayer2015-04-231-0/+9
| * Update base.pypr/168effem-git2015-04-231-2/+2
| * - repair a regression caused by #3282, where we no longer wereMike Bayer2015-04-227-98/+374
| * - correct migration note for #3084; doesn't apply to create/dropMike Bayer2015-04-221-8/+9
| * - typoMike Bayer2015-04-211-1/+1
| * - add a warning to SingletonThreadPool that it isn't for general useMike Bayer2015-04-211-0/+13
| * - Added the string value ``"none"`` to those accepted by theMike Bayer2015-04-213-1/+31
| * - Fixed issue where a straight SELECT EXISTS query would fail toMike Bayer2015-04-206-16/+87
| * - add migration note for #3084Mike Bayer2015-04-202-0/+19
| * - Fixed more regressions caused by NEVER_SET; comparisonsMike Bayer2015-04-2011-64/+458
* | - fixes for some tests, staticpoolMike Bayer2015-04-223-11/+7
* | - ensure that info isn't blown away after the do_connect eventMike Bayer2015-04-222-2/+40
* | - add support for the connection record to be passed to the creatorMike Bayer2015-04-226-24/+170
* | - Added new flag :attr:`.ExceptionContext.invalidate_pool_on_disconnect`.Mike Bayer2015-04-194-2/+77
* | - Added new event :class:`.DialectEvents.do_connect`, which allowsMike Bayer2015-04-186-2/+142
|/
* - add documentation describing the behavioral change in relationshipMike Bayer2015-04-171-2/+55