| Commit message (Expand) | Author | Age | Files | Lines |
| * | Replace a big loop + dict lookup in Connection.execute() with a simple visitorpr/30 | Alex Gaynor | 2013-09-25 | 6 | -18/+22 |
| * | - Removed some now unneeded version checks [ticket:2829] courtesy alex gaynor | Mike Bayer | 2013-09-22 | 2 | -12/+1 |
| * | - modify what we did in [ticket:2793] so that we can also set the | Mike Bayer | 2013-09-06 | 3 | -7/+10 |
| * | Fixed Query.exists() method for the case, when query doesn't have any filters... | Vladimir Magamedov | 2013-09-04 | 1 | -1/+1 |
| * | add caveats regarding RETURNING | Mike Bayer | 2013-09-02 | 2 | -3/+59 |
| * | plus some more adjustments for mysql, or in general if an Index refers to | Mike Bayer | 2013-08-28 | 1 | -1/+9 |
| * | Fixed bug where using the ``column_reflect`` event to change the ``.key`` | Mike Bayer | 2013-08-28 | 1 | -6/+17 |
| * | - fix bug here in profiling.py | Mike Bayer | 2013-08-28 | 1 | -11/+11 |
| * | comment this alternative approach... | Mike Bayer | 2013-08-28 | 1 | -0/+7 |
| * | - rework the profile thing to just rewrite all failing numbers when --write-p... | Mike Bayer | 2013-08-28 | 1 | -6/+18 |
| * | - cx_oracle seems to have a bug here though it is hard to track down | Mike Bayer | 2013-08-27 | 2 | -2/+0 |
| * | more seealsos... | Mike Bayer | 2013-08-27 | 1 | -3/+4 |
| * | - A rework to the way that "quoted" identifiers are handled, in that | Mike Bayer | 2013-08-27 | 14 | -127/+317 |
| * | - ensure rowcount is returned for an UPDATE with no implicit returning | Mike Bayer | 2013-08-25 | 2 | -7/+6 |
| * | - restore constructor docs blown away in the merge | Mike Bayer | 2013-08-25 | 1 | -0/+141 |
| * | - The ``version_id_generator`` parameter of ``Mapper`` can now be specified | Mike Bayer | 2013-08-25 | 8 | -224/+293 |
| * | forgot to add system to the copy() method | Mike Bayer | 2013-08-25 | 1 | -0/+1 |
| * | added "system=True" to Column, so that we generally don't have to bother | Mike Bayer | 2013-08-25 | 3 | -5/+26 |
| * | Merge pull request #23 from yoloseem/master | mike bayer | 2013-08-25 | 2 | -3/+3 |
| |\ |
|
| | * | fix typospr/23 | Hyunjun Kim | 2013-08-25 | 2 | -3/+3 |
| * | | - The :class:`.CreateColumn` construct can be appled to a custom | Mike Bayer | 2013-08-24 | 2 | -3/+34 |
| |/ |
|
| * | - "primary mapper entity" is now an attribute on Query, | Mike Bayer | 2013-08-24 | 1 | -16/+11 |
| * | move FAQ to the docs, [ticket:2133] | Mike Bayer | 2013-08-21 | 4 | -5/+28 |
| * | Fixed bug where list instrumentation would fail to represent a | Mike Bayer | 2013-08-20 | 1 | -1/+4 |
| * | additoinal | Mike Bayer | 2013-08-18 | 1 | -2/+19 |
| * | and we don't need weakset | Mike Bayer | 2013-08-18 | 2 | -24/+1 |
| * | - use newly fixed WeakSequence (#2794) to not have to rely on class name for ... | Mike Bayer | 2013-08-18 | 1 | -5/+4 |
| * | - add WeakSequence.append() | Mike Bayer | 2013-08-18 | 1 | -3/+10 |
| * | formatting | Mike Bayer | 2013-08-18 | 1 | -1/+2 |
| * | Fixed a potential issue in an ordered sequence implementation used | Mike Bayer | 2013-08-18 | 2 | -5/+11 |
| * | - also do delete, add seealsos, formatting, etc. [ticket:2798] | Mike Bayer | 2013-08-18 | 1 | -13/+37 |
| * | - add better notes to query.update(), most notably how to deal with a joined ... | Mike Bayer | 2013-08-18 | 1 | -12/+36 |
| * | Fixed regression dating back to 0.7.9 whereby the name of a CTE might | Mike Bayer | 2013-08-18 | 1 | -1/+1 |
| * | - spot checking of imports, obsolete functions | Mike Bayer | 2013-08-17 | 9 | -33/+11 |
| * | Improved support for the cymysql driver, supporting version 0.6.5, | Mike Bayer | 2013-08-17 | 2 | -2/+4 |
| * | merge error here, though also hedge between explaining about the expressions ... | Mike Bayer | 2013-08-16 | 1 | -7/+0 |
| * | - apply an import refactoring to the ORM as well | Mike Bayer | 2013-08-14 | 42 | -3417/+3459 |
| * | fix missing savepoint structures | Mike Bayer | 2013-08-12 | 1 | -0/+3 |
| * | - header comments | Mike Bayer | 2013-08-12 | 6 | -5/+17 |
| * | - A large refactoring of the ``sqlalchemy.sql`` package has reorganized | Mike Bayer | 2013-08-12 | 40 | -13519/+13822 |
| * | add more docs to index, even though this seems to be a little redundant | Mike Bayer | 2013-08-11 | 1 | -10/+29 |
| * | - The :meth:`.Operators.notin_` operator added in 0.8 now properly | Mike Bayer | 2013-08-07 | 1 | -1/+4 |
| * | ok forget it, that approach didn't really cover every base, so | Mike Bayer | 2013-08-04 | 3 | -16/+34 |
| * | find some more inline imports and move them out | Mike Bayer | 2013-08-04 | 6 | -10/+8 |
| * | - don't need resolve, don't need import for this. just look in sys.modules, | Mike Bayer | 2013-08-04 | 4 | -47/+17 |
| * | - after discussions with the original project folks working with zope security | Mike Bayer | 2013-08-02 | 1 | -68/+55 |
| * | a missing cursor.close() here caused a *huge* amount of weird locking issues... | Mike Bayer | 2013-08-02 | 1 | -7/+10 |
| * | Added a new attribute :attr:`.Session.info` to :class:`.Session`; | Mike Bayer | 2013-08-02 | 1 | -2/+42 |
| * | - assorted fixes raised by pypy 2.1beta2, but all of which are good | Mike Bayer | 2013-08-01 | 3 | -3/+29 |
| * | Updates to MySQL reserved words for versions 5.5, 5.6, courtesy | Mike Bayer | 2013-07-31 | 1 | -0/+10 |