| Commit message (Expand) | Author | Age | Files | Lines |
| * | - Removed some now unneeded version checks [ticket:2829] courtesy alex gaynor | Mike Bayer | 2013-09-22 | 12 | -39/+4 |
| * | - modify what we did in [ticket:2793] so that we can also set the | Mike Bayer | 2013-09-06 | 1 | -0/+86 |
| * | Fixed Query.exists() method for the case, when query doesn't have any filters... | Vladimir Magamedov | 2013-09-04 | 1 | -1/+10 |
| * | use a different col here to keep oracle happy | Mike Bayer | 2013-09-02 | 1 | -2/+12 |
| * | plus some more adjustments for mysql, or in general if an Index refers to | Mike Bayer | 2013-08-28 | 1 | -1/+3 |
| * | Fixed bug where using the ``column_reflect`` event to change the ``.key`` | Mike Bayer | 2013-08-28 | 1 | -4/+34 |
| * | - fix bug here in profiling.py | Mike Bayer | 2013-08-28 | 1 | -1/+1 |
| * | repair missing oracle skip | Mike Bayer | 2013-08-28 | 1 | -1/+1 |
| * | - these tests now fail on a normalize name DB, as they should! because we're ... | Mike Bayer | 2013-08-28 | 1 | -0/+6 |
| * | - rework the profile thing to just rewrite all failing numbers when --write-p... | Mike Bayer | 2013-08-28 | 1 | -2/+2 |
| * | callcounts | Mike Bayer | 2013-08-27 | 2 | -3/+3 |
| * | - cx_oracle seems to have a bug here though it is hard to track down | Mike Bayer | 2013-08-27 | 2 | -12/+15 |
| * | - A rework to the way that "quoted" identifiers are handled, in that | Mike Bayer | 2013-08-27 | 4 | -63/+246 |
| * | correct for missing fail() methods which were lost when we removed unittest.T... | Mike Bayer | 2013-08-26 | 1 | -25/+20 |
| * | clean up formatting and other linting issues | Mike Bayer | 2013-08-26 | 1 | -52/+51 |
| * | - ensure rowcount is returned for an UPDATE with no implicit returning | Mike Bayer | 2013-08-25 | 3 | -29/+29 |
| * | - The ``version_id_generator`` parameter of ``Mapper`` can now be specified | Mike Bayer | 2013-08-25 | 3 | -5/+318 |
| * | forgot to add system to the copy() method | Mike Bayer | 2013-08-25 | 1 | -0/+7 |
| * | added "system=True" to Column, so that we generally don't have to bother | Mike Bayer | 2013-08-25 | 1 | -0/+9 |
| * | - The :class:`.CreateColumn` construct can be appled to a custom | Mike Bayer | 2013-08-24 | 1 | -1/+17 |
| * | Fixed bug where list instrumentation would fail to represent a | Mike Bayer | 2013-08-20 | 1 | -3/+8 |
| * | - add WeakSequence.append() | Mike Bayer | 2013-08-18 | 1 | -3/+33 |
| * | Fixed regression dating back to 0.7.9 whereby the name of a CTE might | Mike Bayer | 2013-08-18 | 1 | -0/+16 |
| * | more tests regarding expiry, deferral | Mike Bayer | 2013-08-17 | 1 | -1/+57 |
| * | some tests regarding how newly inserted rows are treated as far as fetch on a... | Mike Bayer | 2013-08-17 | 1 | -1/+91 |
| * | - spot checking of imports, obsolete functions | Mike Bayer | 2013-08-17 | 1 | -4/+4 |
| * | Improved support for the cymysql driver, supporting version 0.6.5, | Mike Bayer | 2013-08-17 | 3 | -3/+3 |
| * | - apply an import refactoring to the ORM as well | Mike Bayer | 2013-08-14 | 3 | -10/+11 |
| * | - A large refactoring of the ``sqlalchemy.sql`` package has reorganized | Mike Bayer | 2013-08-12 | 3 | -32/+20 |
| * | - The :meth:`.Operators.notin_` operator added in 0.8 now properly | Mike Bayer | 2013-08-07 | 1 | -0/+11 |
| * | - add predictable_gc to a few more tests showing up on pypy | Mike Bayer | 2013-08-04 | 2 | -6/+8 |
| * | tweaks | Mike Bayer | 2013-08-02 | 1 | -6/+3 |
| * | - after discussions with the original project folks working with zope security | Mike Bayer | 2013-08-02 | 1 | -0/+2 |
| * | rework the test here to suit 0.8/0.9 mostly, include time tests | Mike Bayer | 2013-08-02 | 1 | -94/+86 |
| * | - add a clear() to SetIsh here so that the control/direct gets cleared | Mike Bayer | 2013-08-02 | 1 | -10/+16 |
| * | Added a new attribute :attr:`.Session.info` to :class:`.Session`; | Mike Bayer | 2013-08-02 | 1 | -0/+17 |
| * | - assorted fixes raised by pypy 2.1beta2, but all of which are good | Mike Bayer | 2013-08-01 | 3 | -9/+14 |
| * | - Fixed bug in common table expression system where if the CTE were | Mike Bayer | 2013-07-31 | 1 | -0/+29 |
| * | try seeing if just clearing this ahead of time helps | Mike Bayer | 2013-07-27 | 1 | -0/+1 |
| * | - fix issue in join rewriting whereby we need to ensure the .key and .name | Mike Bayer | 2013-07-27 | 1 | -4/+83 |
| * | - The C extensions are ported to Python 3 and will build under | Mike Bayer | 2013-07-26 | 1 | -6/+26 |
| * | - Removal of event listeners is now implemented. The feature is | Mike Bayer | 2013-07-26 | 3 | -35/+248 |
| * | - The mechanism by which attribute events pass along an | Mike Bayer | 2013-07-26 | 2 | -13/+6 |
| * | Fixed bug in ORM-level event registration where the "raw" or | Mike Bayer | 2013-07-18 | 1 | -13/+55 |
| * | Fixed bug in :class:`.CheckConstraint` DDL where the "quote" flag from a | Mike Bayer | 2013-07-17 | 1 | -0/+23 |
| * | typo | Mike Bayer | 2013-07-13 | 1 | -7/+7 |
| * | further tweaking | Mike Bayer | 2013-07-13 | 1 | -3/+2 |
| * | fix the scoping here | Mike Bayer | 2013-07-13 | 1 | -2/+4 |
| * | A performance fix related to the usage of the :func:`.defer` option | Mike Bayer | 2013-07-13 | 3 | -14/+93 |
| * | The newly added SQLite DATETIME arguments storage_format and | Mike Bayer | 2013-07-12 | 1 | -1/+46 |