| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Fixed the interaction between composite attributes and | Mike Bayer | 2013-06-10 | 2 | -15/+24 |
| * | Merge pull request #3 from bslatkin/master | mike bayer | 2013-06-08 | 1 | -7/+16 |
| * | - changelog for [ticket:2704] | Mike Bayer | 2013-06-08 | 1 | -9/+13 |
| * | Fix using of 'mysql_length' for composite indexes | Roman Podolyaka | 2013-06-08 | 1 | -7/+25 |
| * | When querying the information schema on SQL Server 2000, removed | Mike Bayer | 2013-06-06 | 1 | -2/+16 |
| * | The ``deferrable`` keyword argument on :class:`.ForeignKey` and | Mike Bayer | 2013-06-03 | 1 | -0/+2 |
| * | Fixed bug where :class:`.MutableDict` didn't report a change event | Mike Bayer | 2013-06-03 | 1 | -0/+4 |
| * | Fixed bug whereby joining a select() of a table "A" with multiple | Mike Bayer | 2013-06-03 | 1 | -1/+2 |
| * | Fixed bug whereby using :meth:`.MetaData.reflect` across a remote | Mike Bayer | 2013-06-03 | 1 | -4/+13 |
| * | - remove the ``__iter__()`` with notimplemented since it interferes | Mike Bayer | 2013-06-03 | 1 | -5/+0 |
| * | Fixed a regression caused by [ticket:2682] whereby the | Mike Bayer | 2013-05-31 | 1 | -0/+6 |
| * | restore functionality here | Mike Bayer | 2013-05-30 | 1 | -0/+1 |
| * | Added a new method :meth:`.Query.select_entity_from` which | Mike Bayer | 2013-05-30 | 2 | -10/+137 |
| * | add the py2k symbol from the 0.9 branch to support the hstore change | Mike Bayer | 2013-05-29 | 3 | -1/+3 |
| * | - repair for py3k | Mike Bayer | 2013-05-29 | 1 | -1/+6 |
| * | Unicode support for psycopg2 native hstore implementation | Dmitry Mugtasimov | 2013-05-29 | 1 | -1/+2 |
| * | hstores are text, and in py3k they seem to be implcitly unicode. so | Mike Bayer | 2013-05-29 | 1 | -10/+26 |
| * | - move an import stuck in the middle here... | Mike Bayer | 2013-05-28 | 1 | -1/+1 |
| * | fix this test | Mike Bayer | 2013-05-26 | 1 | -1/+1 |
| * | Merge pull request #1 from cjw296/small-fixes | mike bayer | 2013-05-26 | 2 | -3/+3 |
| |\ |
|
| | * | Show the conflicting column in the warning! | Chris Withers | 2013-05-26 | 1 | -2/+2 |
| | * | fix incorrect method name | Chris Withers | 2013-05-26 | 1 | -1/+1 |
| * | | - fixing AbstractConcreteBase import in docstring, [ticket:2717] | Diana Clarke | 2013-05-26 | 1 | -1/+1 |
| |/ |
|
| * | Fixed a bug where the routine to detect the correct kwargs | Mike Bayer | 2013-05-23 | 1 | -24/+22 |
| * | Regression from this ticket caused the unsupported keyword | Mike Bayer | 2013-05-15 | 1 | -0/+6 |
| * | Fixed a regression from 0.7 caused by this ticket, which | Mike Bayer | 2013-05-13 | 1 | -1/+8 |
| * | - moderinzed the docs for the foreign_keys parameter a bit, | Mike Bayer | 2013-05-10 | 1 | -20/+53 |
| * | - Fixed a regression from 0.7 where the contextmanager feature | Mike Bayer | 2013-04-30 | 1 | -3/+4 |
| * | bump | Mike Bayer | 2013-04-29 | 1 | -1/+1 |
| * | Updated mysqlconnector dialect to check for disconnect based | Mike Bayer | 2013-04-29 | 1 | -1/+2 |
| * | - fix long-outdated documentation for sql_mode/ansiquotes, | Mike Bayer | 2013-04-29 | 1 | -26/+15 |
| * | - add documentation note for [ticket:1841] | Mike Bayer | 2013-04-27 | 1 | -1/+3 |
| * | oracle doesn't have TRUE/FALSE, put 1/0 here, see how that goes | Mike Bayer | 2013-04-26 | 1 | -0/+6 |
| * | need to test for (list, tuple) here and not hasattr("__iter__") | Mike Bayer | 2013-04-26 | 1 | -1/+4 |
| * | fix here, was only failing in the py3k version | Mike Bayer | 2013-04-26 | 1 | -1/+1 |
| * | Fixes to the ``sqlalchemy.ext.serializer`` extension, including | Mike Bayer | 2013-04-26 | 2 | -4/+16 |
| * | - further cleanup. in particular, the left clause is never None. But we still | Mike Bayer | 2013-04-25 | 1 | -24/+12 |
| * | we can always adapt to right also. suppose if right | Mike Bayer | 2013-04-25 | 1 | -5/+1 |
| * | heh dont need that either | Mike Bayer | 2013-04-25 | 1 | -7/+1 |
| * | dont need this | Mike Bayer | 2013-04-25 | 1 | -6/+0 |
| * | cleanup | Mike Bayer | 2013-04-25 | 2 | -58/+15 |
| * | everything passes with this!!!!!!! holy crap !!!!! and its the simplest of all | Mike Bayer | 2013-04-25 | 3 | -60/+84 |
| * | - attempt to replace the whole idea of "join_to_left" with a more | Mike Bayer | 2013-04-24 | 2 | -36/+24 |
| * | - merge exists() patch + changelog | Mike Bayer | 2013-04-23 | 1 | -0/+20 |
| |\ |
|
| | * | adding convenience method exists() to Query (see # 2673) | Diana Clarke | 2013-03-29 | 1 | -0/+20 |
| * | | Added a conditional to the unpickling process for ORM | Mike Bayer | 2013-04-23 | 1 | -1/+2 |
| * | | - only search in the exception before the first newline, to avoid | Mike Bayer | 2013-04-23 | 1 | -2/+3 |
| * | | Opened up the checking for "disconnect" with psycopg2/libpq | Mike Bayer | 2013-04-22 | 1 | -18/+21 |
| * | | Fully implemented the IS and IS NOT operators with | Mike Bayer | 2013-04-22 | 1 | -12/+34 |
| * | | tweak this some more to handle the array being empty again | Mike Bayer | 2013-04-22 | 1 | -5/+3 |