| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fixed bug where sending a composite attribute into :meth:`.Query.order_by` | Mike Bayer | 2013-06-10 | 2 | -0/+14 |
| * | Fixed the interaction between composite attributes and | Mike Bayer | 2013-06-10 | 2 | -0/+19 |
| * | - get_unique_constraints() pull request | Mike Bayer | 2013-06-09 | 1 | -0/+7 |
| * | Added pool logging for "rollback-on-return" and the less used | Mike Bayer | 2013-06-09 | 1 | -0/+8 |
| * | ...and...its a behavioral improvement | Mike Bayer | 2013-06-08 | 1 | -92/+88 |
| * | fix this example | Mike Bayer | 2013-06-08 | 1 | -2/+2 |
| * | mention right joins, make it clear we're talking about left outer join as the... | Mike Bayer | 2013-06-08 | 1 | -5/+13 |
| * | oracle 9 does support this, oracle 8 is a special case. | Mike Bayer | 2013-06-08 | 1 | -5/+6 |
| * | - tests for the alias() API | Mike Bayer | 2013-06-08 | 1 | -30/+189 |
| * | formatting | Mike Bayer | 2013-06-08 | 1 | -3/+3 |
| * | changelog | Mike Bayer | 2013-06-08 | 2 | -0/+17 |
| * | - changelog for [ticket:2704] | Mike Bayer | 2013-06-08 | 2 | -0/+18 |
| * | also clarified the changelog regarding Cls.scalar != 'value' | Mike Bayer | 2013-06-08 | 1 | -1/+7 |
| * | Added additional criterion to the ==, != comparators, used with | Mike Bayer | 2013-06-08 | 1 | -0/+21 |
| * | - Fixed an obscure bug where the wrong results would be | Mike Bayer | 2013-06-07 | 1 | -0/+13 |
| * | When querying the information schema on SQL Server 2000, removed | Mike Bayer | 2013-06-06 | 2 | -0/+19 |
| * | The ``deferrable`` keyword argument on :class:`.ForeignKey` and | Mike Bayer | 2013-06-03 | 2 | -0/+22 |
| * | Fixed bug where :class:`.MutableDict` didn't report a change event | Mike Bayer | 2013-06-03 | 2 | -0/+14 |
| * | Fixed bug whereby joining a select() of a table "A" with multiple | Mike Bayer | 2013-06-03 | 2 | -0/+20 |
| * | Fixed bug whereby using :meth:`.MetaData.reflect` across a remote | Mike Bayer | 2013-06-03 | 2 | -0/+17 |
| * | - remove the ``__iter__()`` with notimplemented since it interferes | Mike Bayer | 2013-06-03 | 2 | -0/+30 |
| * | - add changelog/migration note | Mike Bayer | 2013-06-03 | 2 | -0/+53 |
| * | - fdb is now official, [ticket:2504] | Mike Bayer | 2013-06-03 | 3 | -5/+26 |
| * | 0.8 changelog in 0.9 | Mike Bayer | 2013-05-31 | 1 | -0/+11 |
| * | Fixed a regression caused by [ticket:2682] whereby the | Mike Bayer | 2013-05-31 | 1 | -0/+9 |
| * | The "auto-aliasing" behavior of the :class:`.Query.select_from` | Mike Bayer | 2013-05-30 | 2 | -3/+107 |
| * | - fix up 0.9 links | Mike Bayer | 2013-05-29 | 4 | -5/+5 |
| * | - version 0.9 | Mike Bayer | 2013-05-29 | 4 | -4/+68 |
| * | changelog | Mike Bayer | 2013-05-29 | 1 | -0/+9 |
| * | Fixed a small bug in the dogpile example where the generation | Mike Bayer | 2013-05-28 | 1 | -0/+7 |
| * | Fixed a bug where the routine to detect the correct kwargs | Mike Bayer | 2013-05-23 | 1 | -0/+8 |
| * | Regression from this ticket caused the unsupported keyword | Mike Bayer | 2013-05-15 | 1 | -0/+8 |
| * | Fixed a regression from 0.7 caused by this ticket, which | Mike Bayer | 2013-05-13 | 1 | -0/+10 |
| * | - Fixed a regression from 0.7 where the contextmanager feature | Mike Bayer | 2013-04-30 | 1 | -0/+10 |
| * | Updated mysqlconnector dialect to check for disconnect based | Mike Bayer | 2013-04-29 | 1 | -0/+10 |
| * | 0.8.1rel_0_8_1 | Mike Bayer | 2013-04-27 | 2 | -2/+3 |
| * | Fixes to the ``sqlalchemy.ext.serializer`` extension, including | Mike Bayer | 2013-04-26 | 1 | -0/+10 |
| * | changelog for [ticket:2714] | Mike Bayer | 2013-04-26 | 1 | -0/+13 |
| * | - merge exists() patch + changelog | Mike Bayer | 2013-04-23 | 1 | -0/+8 |
| |\ |
|
| | * | adding pullreq # to changelog | Diana Clarke | 2013-03-29 | 1 | -0/+1 |
| | * | adding convenience method exists() to Query (see # 2673) | Diana Clarke | 2013-03-29 | 1 | -0/+7 |
| * | | Added a conditional to the unpickling process for ORM | Mike Bayer | 2013-04-23 | 1 | -0/+9 |
| * | | - only search in the exception before the first newline, to avoid | Mike Bayer | 2013-04-23 | 1 | -0/+1 |
| * | | Opened up the checking for "disconnect" with psycopg2/libpq | Mike Bayer | 2013-04-22 | 1 | -0/+10 |
| * | | Fully implemented the IS and IS NOT operators with | Mike Bayer | 2013-04-22 | 1 | -0/+12 |
| * | | - change to [ticket:2681], pre-coerce the array to list | Mike Bayer | 2013-04-22 | 1 | -6/+3 |
| * | | The operators for the Postgresql ARRAY type supports | Mike Bayer | 2013-04-22 | 1 | -0/+12 |
| * | | - changelog | Mike Bayer | 2013-04-21 | 1 | -0/+7 |
| * | | - Improvements to the operation of the pymysql dialect on | Mike Bayer | 2013-04-21 | 1 | -0/+9 |
| * | | - identify [ticket:2710] as a regression from [ticket:2229], doesn't | Mike Bayer | 2013-04-21 | 2 | -9/+2 |