summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge branch 'master' into ticket_3100Mike Bayer2014-12-076-10/+81
|\ \ \
| * | | - Added support for CTEs under Oracle. This includes some tweaksMike Bayer2014-12-041-1/+29
| |/ /
| * | - changelog, improve docstring/test for #3217. fixes #3217Mike Bayer2014-11-261-1/+7
| * | Merge branch 'issue_bb_3217' of https://bitbucket.org/jvanasco/sqlalchemy-alt...Mike Bayer2014-11-261-4/+7
| |\ \
| | * | * adding 'isouter=False' to sqlalchemy.orm.query.Query (https://bitbucket.org...jonathan vanasco2014-10-031-4/+7
| * | | - The :meth:`.PropComparator.of_type` modifier has beenMike Bayer2014-11-242-4/+23
| * | | - add some logging to path_registry to help debug eager loadingMike Bayer2014-11-242-0/+13
| * | | - Fixed a leak which would occur in the unsupported and highlyMike Bayer2014-11-131-0/+2
| * | | - don't do inline string interpolation when loggingJon Nelson2014-11-111-1/+1
* | | | Merge branch 'master' into ticket_3100Mike Bayer2014-11-061-4/+4
|\ \ \ \ | |/ / /
| * | | Small improvement on FlushError can't update error messagepr/149Paulo Bu2014-11-061-4/+4
* | | | Merge branch 'master' into ticket_3100Mike Bayer2014-11-069-103/+314
|\ \ \ \ | |/ / /
| * | | Small improvement on FlushError can't delete error messagepr/148Paulo Bu2014-11-051-2/+2
| | |/ | |/|
| * | - Fixed bug in single table inheritance where a chain of joinsMike Bayer2014-10-231-4/+2
| * | - Fixed bug where the ON clause for :meth:`.Query.join`,Mike Bayer2014-10-231-2/+5
| * | Merge remote-tracking branch 'origin/pr/137' into pr137Mike Bayer2014-10-211-7/+12
| |\ \
| | * | change functionspr/137jona2014-09-161-7/+12
| * | | - Fixed bug where :meth:`.Session.expunge` would not fully detachMike Bayer2014-10-192-5/+18
| * | | - for #3230, scale back the check to only look at columns thatMike Bayer2014-10-191-15/+20
| * | | - A warning is emitted in the case of multiple relationships thatticket_3230Mike Bayer2014-10-191-0/+51
| * | | - The :meth:`.Query.update` method will now convert string keyMike Bayer2014-10-162-13/+56
| * | | - Improvements to the mechanism used by :class:`.Session` to locateMike Bayer2014-10-141-43/+53
| * | | Merge remote-tracking branch 'origin/pr/140' into pr140Mike Bayer2014-10-112-3/+3
| |\ \ \
| | * | | cleanup exception handling - use new exception hierarchy (since python 2.5)pr/140ndparker2014-10-021-3/+1
| | * | | improve exception vs. exit handlingndparker2014-09-232-2/+4
| * | | | - The ON clause rendered when using :meth:`.Query.join`,Mike Bayer2014-10-091-0/+10
| | |_|/ | |/| |
| * | | - cyclomatic complexity: instrument_class goes from E to an AMike Bayer2014-09-271-11/+37
| * | | - add explicit warning re: polymorphic_on, cascading is not supportedMike Bayer2014-09-261-0/+6
| * | | - refactor of declarative, break up into indiviudal methodsMike Bayer2014-09-251-7/+6
| * | | - clarify documentation on exists() that it is preferred to be in theMike Bayer2014-09-241-0/+13
| |/ /
| * | - Fixed bug that affected generally the same classes of eventMike Bayer2014-09-181-4/+8
| * | - Added new method :meth:`.Select.with_statement_hint` and ORMMike Bayer2014-09-181-2/+27
| |/
* | Merge branch 'master' into ticket_3100Mike Bayer2014-09-159-122/+206
|\ \ | |/
| * - Fixed warning that would emit when a complex self-referentialMike Bayer2014-09-111-4/+4
| * - Fixed bug in ordering list where the order of items would beMike Bayer2014-09-101-0/+10
| * - check for None linker...Mike Bayer2014-09-081-1/+1
| * - Added new event handlers :meth:`.AttributeEvents.init_collection`Mike Bayer2014-09-073-20/+79
| * - remove some old cruftMike Bayer2014-09-074-78/+93
| * - rework ColumnAdapter and ORMAdapter to only provide the featuresticket_3148Mike Bayer2014-09-071-10/+8
| * - enhance ClauseAdapter / ColumnAdapter to have new behaviors with labels.Mike Bayer2014-09-073-9/+10
| * wip for #3148Mike Bayer2014-09-062-5/+6
* | Merge branch 'master' into ticket_3100Mike Bayer2014-09-051-3/+3
|\ \ | |/
| * - tiny refactors #1-#5Mike Bayer2014-09-051-3/+3
* | - add options to get back pk defaults for inserts.Mike Bayer2014-09-022-18/+35
* | Merge branch 'master' into ticket_3100Mike Bayer2014-09-0215-727/+521
|\ \ | |/
| * - The :func:`~.expression.column` and :func:`~.expression.table`Mike Bayer2014-09-012-9/+6
| * - improve from_statement() docMike Bayer2014-08-311-3/+9
| * - A new style of warning can be emitted which will "filter" up toMike Bayer2014-08-313-11/+10
| * - alter the yield_per eager restriction such that joined many-to-one loadsMike Bayer2014-08-302-7/+16
| * - continue moving things out that don't need to be thereMike Bayer2014-08-301-68/+59