summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* - new features will be in 1.0.3ticket_3355Mike Bayer2015-04-303-7/+7
* - 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-3022-71/+138
|\
| * - Fixed regression from as yet unreleased 0.9.10 where the new additionMike Bayer2015-04-301-1/+1
| * - Added a placeholder method :meth:`.TypeEngine.compare_against_backend`Mike Bayer2015-04-301-0/+27
| * - Fixed regression within the flush process when an attribute wereMike Bayer2015-04-291-5/+4
| * - 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-281-6/+10
| * - Fixed bug where the truncation of long labels in SQL could produceMike 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-271-1/+4
| * - replace old crufty ddl event test fixture with mockMike Bayer2015-04-271-2/+2
| * - Fixed regression due to :ticket:`3282` where the ``tables`` collectionMike Bayer2015-04-271-6/+13
| * - Fixed a regression regarding the :meth:`.MapperEvents.instrument_class`Mike Bayer2015-04-263-23/+22
| * - Fixed issue in new :meth:`.QueryEvents.before_compile` event whereMike Bayer2015-04-262-2/+2
| * - Fixed a regression that was incorrectly fixed in 1.0.0b4Mike Bayer2015-04-245-7/+14
| * - 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-244-11/+25
| |/
* | - add a note that might be helpfulMike Bayer2015-04-261-0/+10
* | Merge branch 'master' into ticket_3355Mike Bayer2015-04-2319-70/+168
|\ \ | |/
| * - Fixed support for "literal_binds" mode when using limit/offsetMike Bayer2015-04-236-12/+14
| * Update base.pypr/168effem-git2015-04-231-2/+2
| * - repair a regression caused by #3282, where we no longer wereMike Bayer2015-04-224-18/+50
| * - 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-211-1/+5
| * - Fixed issue where a straight SELECT EXISTS query would fail toMike Bayer2015-04-203-12/+36
| * - Fixed more regressions caused by NEVER_SET; comparisonsMike Bayer2015-04-206-25/+48
* | - fixes for some tests, staticpoolMike Bayer2015-04-222-10/+6
* | - ensure that info isn't blown away after the do_connect eventMike Bayer2015-04-221-2/+2
* | - add support for the connection record to be passed to the creatorMike Bayer2015-04-223-16/+88
* | - Added new flag :attr:`.ExceptionContext.invalidate_pool_on_disconnect`.Mike Bayer2015-04-192-1/+27
* | - Added new event :class:`.DialectEvents.do_connect`, which allowsMike Bayer2015-04-183-1/+64
|/
* 1.0.1Mike Bayer2015-04-171-1/+1
* - Fixed a critical regression caused by :ticket:`3061` where theMike Bayer2015-04-173-1/+5
* - Identified an inconsistency when handling :meth:`.Query.join` to theMike Bayer2015-04-151-1/+7
* - Made a small improvement to the heuristics of relationship whenMike Bayer2015-04-121-0/+9
* - Fixed issue where a :class:`.MetaData` object that used a namingMike Bayer2015-04-101-1/+4
* - ensure that the keys we put into the parameters dictionaryMike Bayer2015-04-081-2/+4
* - Fixed a regression where the "last inserted id" mechanics wouldMike Bayer2015-04-081-12/+20
* - pymssql has PEP249 Binary contructor since 2.1.1pr/166Ramiro Morales2015-04-051-4/+5
* - Fixed a long-standing bug where the :class:`.Enum` type as usedMike Bayer2015-04-042-2/+2
* Merge branch 'bb_issue_3084' of https://bitbucket.org/xflr6/sqlalchemy into pr47Mike Bayer2015-04-033-10/+15
|\
| * make sort_tables order deterministicSebastian Bank2015-03-073-10/+15
* | - next will be 1.0.0Mike Bayer2015-04-031-1/+1
* | - changelog + docstring for pullreq github:164Mike Bayer2015-04-031-0/+7
* | Merge remote-tracking branch 'origin/pr/164' into pr164Mike Bayer2015-04-032-6/+9
|\ \
| * | Allow kwargs to be passed through update()pr/164Amir Sadoughi2015-03-202-6/+9
* | | - Fixed bug where the state tracking within multiple, nestedMike Bayer2015-04-021-0/+1