| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| | * | Allow kwargs to be passed through update()pr/164 | Amir Sadoughi | 2015-03-20 | 1 | -1/+13 |
| * | | - Fixed bug where the state tracking within multiple, nested | Mike Bayer | 2015-04-02 | 1 | -0/+28 |
| * | | - use odict here for test determinism | Mike Bayer | 2015-04-01 | 1 | -7/+9 |
| * | | - :class:`.Query` doesn't support joins, subselects, or special | Mike Bayer | 2015-04-01 | 2 | -44/+33 |
| * | | - further fixes for #3347; track the mappers we're joining | Mike Bayer | 2015-03-31 | 1 | -0/+41 |
| * | | - use an ordered dict so that queries are deterministic | Mike Bayer | 2015-03-30 | 1 | -4/+4 |
| * | | - Fixed a bug related to "nested" inner join eager loading, which | Mike Bayer | 2015-03-30 | 1 | -0/+252 |
| |/ |
|
| * | Accept unicode in CascadeOptionspr/160 | Julien Castets | 2015-03-16 | 1 | -1/+9 |
| * | - Added a new extension suite :mod:`sqlalchemy.ext.baked`. This | Mike Bayer | 2015-03-11 | 1 | -0/+15 |
| * | - Added a new entry ``"entity"`` to the dictionaries returned by | Mike Bayer | 2015-03-11 | 1 | -12/+21 |
| * | - Added a new event suite :class:`.QueryEvents`. The | Mike Bayer | 2015-03-10 | 1 | -1/+37 |
| * | - The subquery wrapping which occurs when joined eager loading | Mike Bayer | 2015-03-10 | 2 | -12/+38 |
| * | - Fixed bug where the session attachment error "object is already | Mike Bayer | 2015-03-10 | 1 | -1/+20 |
| * | - pick around gaining modest dings in callcounts here and there | Mike Bayer | 2015-03-09 | 1 | -6/+3 |
| * | - squash-merge the final row_proc integration branch. this is | Mike Bayer | 2015-03-01 | 2 | -11/+35 |
| * | - Fixed bugs in ORM object comparisons where comparison of | Mike Bayer | 2015-02-20 | 2 | -10/+155 |
| * | - Fixed bug where internal assertion would fail in the case where | Mike Bayer | 2015-02-20 | 1 | -0/+29 |
| * | - autopep8 | Mike Bayer | 2015-02-19 | 1 | -39/+43 |
| * | - Mapped state internals have been reworked to allow for a 50% reduction | Mike Bayer | 2015-02-18 | 3 | -44/+74 |
| * | - additional mysql cast-related test fixes | Mike Bayer | 2015-02-09 | 1 | -0/+8 |
| * | - test + changelog | Mike Bayer | 2015-02-08 | 1 | -0/+14 |
| * | - A warning is emitted if the ``isolation_level`` parameter is used | Mike Bayer | 2015-02-04 | 2 | -4/+30 |
| * | - Fixed bug in lazy loading SQL construction whereby a complex | Mike Bayer | 2015-02-02 | 2 | -3/+73 |
| * | Merge branch 'bb_issue_3262' of https://bitbucket.org/xflr6/sqlalchemy | Mike Bayer | 2015-01-26 | 1 | -0/+13 |
| |\ |
|
| | * | warn on duplicate polymorphic_identity | Sebastian Bank | 2014-12-04 | 1 | -0/+13 |
| * | | - restore r611883ffb35ca6664649f6328ae8 with additional fixes and an addition... | Mike Bayer | 2015-01-19 | 1 | -4/+37 |
| * | | - reverse the last commit temporarily as it breaks all the polymorphic cases | Mike Bayer | 2015-01-19 | 1 | -19/+4 |
| * | | - The primary :class:`.Mapper` of a :class:`.Query` is now passed to the | Mike Bayer | 2015-01-19 | 1 | -4/+19 |
| * | | - tests | Mike Bayer | 2015-01-19 | 1 | -0/+63 |
| * | | - further fixes and even better tests for this block | Mike Bayer | 2015-01-19 | 1 | -1/+27 |
| * | | - fix another issue from rf49c367ef, add another test | Mike Bayer | 2015-01-18 | 1 | -1/+30 |
| * | | - rework assertsql system, fixes #3293 | Mike Bayer | 2015-01-18 | 2 | -10/+9 |
| * | | - fix a regression from ref #3178, where dialects that don't actually support | Mike Bayer | 2015-01-17 | 1 | -3/+65 |
| * | | - The "wildcard" loader options, in particular the one set up by | Mike Bayer | 2015-01-13 | 1 | -2/+131 |
| * | | - Fixed bug where if an exception were thrown at the start of a | Mike Bayer | 2015-01-05 | 1 | -3/+30 |
| * | | - restate sort_tables in terms of a more fine grained | Mike Bayer | 2015-01-01 | 1 | -9/+9 |
| * | | - Added new method :meth:`.Session.invalidate`, functions similarly | Mike Bayer | 2014-12-12 | 2 | -0/+20 |
| * | | - autoinc here for oracle | Mike Bayer | 2014-12-08 | 1 | -1/+3 |
| * | | - add an option for bulk_save -> update to not do history | Mike Bayer | 2014-12-07 | 1 | -1/+30 |
| * | | - fix inheritance persistence | Mike Bayer | 2014-12-07 | 1 | -19/+31 |
| * | | - initial tests for bulk | Mike Bayer | 2014-12-07 | 1 | -0/+317 |
| * | | Merge branch 'master' into ticket_3100 | Mike Bayer | 2014-12-07 | 4 | -3/+73 |
| |\ \
| |/ |
|
| | * | Merge remote-tracking branch 'origin/pr/151' into pr151 | Mike Bayer | 2014-12-01 | 1 | -0/+1 |
| | |\ |
|
| | | * | Merge branch 'master' into fdbsql-tests | Scott Dugas | 2014-11-03 | 14 | -1184/+2170 |
| | | |\ |
|
| | | * | | Added requirement to test for bind limit | Scott Dugas | 2014-10-23 | 1 | -0/+1 |
| | * | | | - set default dialect here | Mike Bayer | 2014-11-26 | 1 | -0/+2 |
| | * | | | - changelog, improve docstring/test for #3217. fixes #3217 | Mike Bayer | 2014-11-26 | 1 | -7/+10 |
| | * | | | Merge branch 'issue_bb_3217' of https://bitbucket.org/jvanasco/sqlalchemy-alt... | Mike Bayer | 2014-11-26 | 1 | -2/+49 |
| | |\ \ \ |
|
| | | * | | | * adding 'isouter=False' to sqlalchemy.orm.query.Query (https://bitbucket.org... | jonathan vanasco | 2014-10-03 | 1 | -2/+49 |
| | * | | | | - add an order_by here | Mike Bayer | 2014-11-26 | 1 | -1/+2 |