| Commit message (Expand) | Author | Age | Files | Lines |
* | Adjusted fix for skipping tests unsupported by pypy in 0.8.xpr/22 | Ian Delaney | 2013-08-19 | 4 | -12/+10 |
* | Skip tests not supporting pypy in 0.8, fixes trac/ticket/2805#ticket | Ian Delaney | 2013-08-19 | 4 | -2/+11 |
* | - spot checking of imports, obsolete functions | Mike Bayer | 2013-08-17 | 10 | -37/+15 |
* | Improved support for the cymysql driver, supporting version 0.6.5, | Mike Bayer | 2013-08-17 | 6 | -5/+13 |
* | 0.8 changelog | Mike Bayer | 2013-08-17 | 1 | -0/+7 |
* | - changelog | Mike Bayer | 2013-08-17 | 2 | -26/+33 |
* | Merged in prschmid/sqlalchemy (pull request #4)
| Mike Bayer | 2013-08-17 | 1 | -3/+3 |
|\ |
|
| * | Made primary_key autoincrement=False in versioning example. | Patrick R. Schmid | 2013-07-31 | 1 | -3/+3 |
* | | Merged in bacher09/sqlalchemy (pull request #5)
| Mike Bayer | 2013-08-17 | 1 | -1/+1 |
|\ \ |
|
| * | | Fix typo in comparator_factory example | Slava Bacherikov | 2013-08-09 | 1 | -1/+1 |
* | | | 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 | 46 | -3449/+3481 |
* | | | 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 | 44 | -13551/+13866 |
* | | | add some more detail about concurrency | Mike Bayer | 2013-08-12 | 1 | -6/+23 |
* | | | - more "when do i create the session" docs, get specific | Mike Bayer | 2013-08-12 | 2 | -184/+397 |
* | | | add more docs to index, even though this seems to be a little redundant | Mike Bayer | 2013-08-11 | 1 | -10/+29 |
|/ / |
|
* | | Merge pull request #21 from svrin/patch-1 | mike bayer | 2013-08-08 | 1 | -1/+1 |
|\ \ |
|
| * | | Typopr/21 | Severin Orth | 2013-08-08 | 1 | -1/+1 |
|/ / |
|
* | | - The :meth:`.Operators.notin_` operator added in 0.8 now properly | Mike Bayer | 2013-08-07 | 4 | -1/+29 |
* | | 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 |
* | | - add predictable_gc to a few more tests showing up on pypy | Mike Bayer | 2013-08-04 | 2 | -6/+8 |
* | | - don't need resolve, don't need import for this. just look in sys.modules, | Mike Bayer | 2013-08-04 | 4 | -47/+17 |
* | | 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 | 2 | -68/+57 |
* | | rework the test here to suit 0.8/0.9 mostly, include time tests | Mike Bayer | 2013-08-02 | 1 | -94/+86 |
* | | a missing cursor.close() here caused a *huge* amount of weird locking issues... | Mike Bayer | 2013-08-02 | 1 | -7/+10 |
* | | - 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 | 3 | -2/+69 |
* | | - assorted fixes raised by pypy 2.1beta2, but all of which are good | Mike Bayer | 2013-08-01 | 6 | -12/+43 |
* | | Updates to MySQL reserved words for versions 5.5, 5.6, courtesy | Mike Bayer | 2013-07-31 | 4 | -0/+31 |
* | | 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 |
* | | fix changelog | Mike Bayer | 2013-07-31 | 1 | -1/+1 |
* | | - Fixed bug in common table expression system where if the CTE were | Mike Bayer | 2013-07-31 | 6 | -12/+71 |
|/ |
|
* | modernize this a bit | Mike Bayer | 2013-07-27 | 1 | -19/+10 |
* | - this collection can be None on cleanup, so check for that | Mike Bayer | 2013-07-27 | 1 | -1/+1 |
* | last updated | Mike Bayer | 2013-07-27 | 1 | -1/+1 |
* | 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 | 2 | -5/+86 |
* | - The C extensions are ported to Python 3 and will build under | Mike Bayer | 2013-07-26 | 7 | -55/+394 |
* | - add event.contains() function to the event package, returns True | Mike Bayer | 2013-07-26 | 5 | -18/+25 |
* | - Removal of event listeners is now implemented. The feature is | Mike Bayer | 2013-07-26 | 16 | -825/+1392 |
* | - The mechanism by which attribute events pass along an | Mike Bayer | 2013-07-26 | 8 | -65/+231 |
* | tpo | Mike Bayer | 2013-07-20 | 1 | -9/+9 |
* | - Improved the examples in ``examples/generic_associations``, including | Mike Bayer | 2013-07-19 | 10 | -49/+276 |
* | Merge pull request #18 from davidjb/patch-1 | mike bayer | 2013-07-19 | 1 | -2/+2 |
|\ |
|
| * | Minor hybrid extension documentation updatepr/18 | David Beitey | 2013-07-19 | 1 | -2/+2 |
|/ |
|