| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | | | - add MemoizedSlots, a generalized solution to using __getattr__ | Mike Bayer | 2015-01-05 | 7 | -19/+76 |
| * | | | - callcounts | Mike Bayer | 2015-01-04 | 1 | -2/+0 |
| * | | | - strategies + declarative | Mike Bayer | 2015-01-04 | 2 | -0/+25 |
| * | | | - wip - start factoring events so that we aren't using descriptors for dispatch, | Mike Bayer | 2015-01-04 | 2 | -3/+4 |
| * | | | - start trying to move things into __slots__. This seems to reduce theslots | Mike Bayer | 2015-01-04 | 4 | -37/+68 |
| * | | | - tighten the inspection in _ColumnEntity to reduce unnecessary | Mike Bayer | 2015-01-03 | 1 | -14/+14 |
| * | | | - fix links for loading, add a redirect page | Mike Bayer | 2014-12-27 | 2 | -3/+3 |
| * | | | - corrections | Mike Bayer | 2014-12-27 | 1 | -2/+2 |
| * | | | Maul the evaulate & friends typo | Priit Laes | 2014-12-19 | 1 | -2/+2 |
| * | | | - Added new method :meth:`.Session.invalidate`, functions similarly | Mike Bayer | 2014-12-12 | 1 | -2/+40 |
| * | | | - fix up query update /delete documentation, make warnings | Mike Bayer | 2014-12-10 | 1 | -69/+110 |
| * | | | - A new series of :class:`.Session` methods which provide hooks | Mike Bayer | 2014-12-08 | 1 | -22/+37 |
| * | | | - add an option for bulk_save -> update to not do history | Mike Bayer | 2014-12-07 | 2 | -13/+28 |
| * | | | - fix inheritance persistence | Mike Bayer | 2014-12-07 | 3 | -6/+184 |
| * | | | - initial tests for bulk | Mike Bayer | 2014-12-07 | 1 | -1/+2 |
| * | | | Merge branch 'master' into ticket_3100 | Mike Bayer | 2014-12-07 | 6 | -10/+81 |
| |\ \ \ |
|
| | * | | | - Added support for CTEs under Oracle. This includes some tweaks | Mike Bayer | 2014-12-04 | 1 | -1/+29 |
| | |/ / |
|
| | * | | - changelog, improve docstring/test for #3217. fixes #3217 | Mike Bayer | 2014-11-26 | 1 | -1/+7 |
| | * | | Merge branch 'issue_bb_3217' of https://bitbucket.org/jvanasco/sqlalchemy-alt... | Mike Bayer | 2014-11-26 | 1 | -4/+7 |
| | |\ \ |
|
| | | * | | * adding 'isouter=False' to sqlalchemy.orm.query.Query (https://bitbucket.org... | jonathan vanasco | 2014-10-03 | 1 | -4/+7 |
| | * | | | - The :meth:`.PropComparator.of_type` modifier has been | Mike Bayer | 2014-11-24 | 2 | -4/+23 |
| | * | | | - add some logging to path_registry to help debug eager loading | Mike Bayer | 2014-11-24 | 2 | -0/+13 |
| | * | | | - Fixed a leak which would occur in the unsupported and highly | Mike Bayer | 2014-11-13 | 1 | -0/+2 |
| | * | | | - don't do inline string interpolation when logging | Jon Nelson | 2014-11-11 | 1 | -1/+1 |
| * | | | | Merge branch 'master' into ticket_3100 | Mike Bayer | 2014-11-06 | 1 | -4/+4 |
| |\ \ \ \
| |/ / / |
|
| | * | | | Small improvement on FlushError can't update error messagepr/149 | Paulo Bu | 2014-11-06 | 1 | -4/+4 |
| * | | | | Merge branch 'master' into ticket_3100 | Mike Bayer | 2014-11-06 | 9 | -103/+314 |
| |\ \ \ \
| |/ / / |
|
| | * | | | Small improvement on FlushError can't delete error messagepr/148 | Paulo Bu | 2014-11-05 | 1 | -2/+2 |
| | | |/
| |/| |
|
| | * | | - Fixed bug in single table inheritance where a chain of joins | Mike Bayer | 2014-10-23 | 1 | -4/+2 |
| | * | | - Fixed bug where the ON clause for :meth:`.Query.join`, | Mike Bayer | 2014-10-23 | 1 | -2/+5 |
| | * | | Merge remote-tracking branch 'origin/pr/137' into pr137 | Mike Bayer | 2014-10-21 | 1 | -7/+12 |
| | |\ \ |
|
| | | * | | change functionspr/137 | jona | 2014-09-16 | 1 | -7/+12 |
| | * | | | - Fixed bug where :meth:`.Session.expunge` would not fully detach | Mike Bayer | 2014-10-19 | 2 | -5/+18 |
| | * | | | - for #3230, scale back the check to only look at columns that | Mike Bayer | 2014-10-19 | 1 | -15/+20 |
| | * | | | - A warning is emitted in the case of multiple relationships thatticket_3230 | Mike Bayer | 2014-10-19 | 1 | -0/+51 |
| | * | | | - The :meth:`.Query.update` method will now convert string key | Mike Bayer | 2014-10-16 | 2 | -13/+56 |
| | * | | | - Improvements to the mechanism used by :class:`.Session` to locate | Mike Bayer | 2014-10-14 | 1 | -43/+53 |
| | * | | | Merge remote-tracking branch 'origin/pr/140' into pr140 | Mike Bayer | 2014-10-11 | 2 | -3/+3 |
| | |\ \ \ |
|
| | | * | | | cleanup exception handling - use new exception hierarchy (since python 2.5)pr/140 | ndparker | 2014-10-02 | 1 | -3/+1 |
| | | * | | | improve exception vs. exit handling | ndparker | 2014-09-23 | 2 | -2/+4 |
| | * | | | | - The ON clause rendered when using :meth:`.Query.join`, | Mike Bayer | 2014-10-09 | 1 | -0/+10 |
| | | |_|/
| |/| | |
|
| | * | | | - cyclomatic complexity: instrument_class goes from E to an A | Mike Bayer | 2014-09-27 | 1 | -11/+37 |
| | * | | | - add explicit warning re: polymorphic_on, cascading is not supported | Mike Bayer | 2014-09-26 | 1 | -0/+6 |
| | * | | | - refactor of declarative, break up into indiviudal methods | Mike Bayer | 2014-09-25 | 1 | -7/+6 |
| | * | | | - clarify documentation on exists() that it is preferred to be in the | Mike Bayer | 2014-09-24 | 1 | -0/+13 |
| | |/ / |
|
| | * | | - Fixed bug that affected generally the same classes of event | Mike Bayer | 2014-09-18 | 1 | -4/+8 |
| | * | | - Added new method :meth:`.Select.with_statement_hint` and ORM | Mike Bayer | 2014-09-18 | 1 | -2/+27 |
| | |/ |
|
| * | | Merge branch 'master' into ticket_3100 | Mike Bayer | 2014-09-15 | 9 | -122/+206 |
| |\ \
| |/ |
|
| | * | - Fixed warning that would emit when a complex self-referential | Mike Bayer | 2014-09-11 | 1 | -4/+4 |
| | * | - Fixed bug in ordering list where the order of items would be | Mike Bayer | 2014-09-10 | 1 | -0/+10 |