| Commit message (Expand) | Author | Age | Files | Lines |
* | fix typospr/23 | Hyunjun Kim | 2013-08-25 | 2 | -3/+3 |
* | - "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 |
* | fix missing comma | Mike Bayer | 2013-07-31 | 1 | -1/+1 |
* | - update ORM event docs to include that you can listen on an unmapped base, | Mike Bayer | 2013-07-31 | 1 | -29/+32 |
* | - Fixed bug in common table expression system where if the CTE were | Mike Bayer | 2013-07-31 | 2 | -12/+18 |
* | - this collection can be None on cleanup, so check for that | Mike Bayer | 2013-07-27 | 1 | -1/+1 |
* | - fix issue in join rewriting whereby we need to ensure the .key and .name | Mike Bayer | 2013-07-27 | 1 | -1/+3 |
* | - The C extensions are ported to Python 3 and will build under | Mike Bayer | 2013-07-26 | 3 | -45/+352 |
* | - add event.contains() function to the event package, returns True | Mike Bayer | 2013-07-26 | 4 | -18/+24 |
* | - Removal of event listeners is now implemented. The feature is | Mike Bayer | 2013-07-26 | 10 | -790/+1097 |
* | - The mechanism by which attribute events pass along an | Mike Bayer | 2013-07-26 | 3 | -52/+123 |
* | tpo | Mike Bayer | 2013-07-20 | 1 | -9/+9 |
* | - Improved the examples in ``examples/generic_associations``, including | Mike Bayer | 2013-07-19 | 2 | -1/+41 |
* | Minor hybrid extension documentation updatepr/18 | David Beitey | 2013-07-19 | 1 | -2/+2 |
* | Fixed bug in ORM-level event registration where the "raw" or | Mike Bayer | 2013-07-18 | 1 | -5/+8 |
* | Fixed bug in :class:`.CheckConstraint` DDL where the "quote" flag from a | Mike Bayer | 2013-07-17 | 1 | -1/+3 |
* | wording about supported dialects for Query.yield_perpr/17 | Domen Kožar | 2013-07-14 | 1 | -6/+6 |
* | A performance fix related to the usage of the :func:`.defer` option | Mike Bayer | 2013-07-13 | 4 | -32/+38 |
* | doc fix | Mike Bayer | 2013-07-12 | 1 | -1/+1 |
* | The newly added SQLite DATETIME arguments storage_format and | Mike Bayer | 2013-07-12 | 1 | -0/+6 |
* | - use inline=True for the insert..select here so it works on oracle | Mike Bayer | 2013-07-12 | 2 | -2/+13 |
* | Fixed bug where the expression system relied upon the ``str()`` | Mike Bayer | 2013-07-12 | 4 | -5/+35 |