| Commit message (Expand) | Author | Age | Files | Lines |
* | Rewrite positional handling, test for "numeric" | Federico Caselli | 2022-12-05 | 1 | -14/+52 |
* | Try running pyupgrade on the code | Federico Caselli | 2022-11-16 | 1 | -16/+12 |
* | rework test query to work on MSSQL | Mike Bayer | 2022-10-13 | 1 | -2/+9 |
* | implement write-only colletions, typing for dynamic | Mike Bayer | 2022-10-06 | 1 | -402/+1114 |
* | render select froms first | Mike Bayer | 2022-05-22 | 1 | -4/+5 |
* | use annotated entity when adding secondary | Mike Bayer | 2022-03-29 | 1 | -1/+69 |
* | dont use exception catches for warnings; modernize xdist detection | Mike Bayer | 2022-01-22 | 1 | -1/+2 |
* | Remove object in class definition | Federico Caselli | 2021-11-22 | 1 | -2/+2 |
* | remove ORM autocommit and public-facing subtransactions concept | Mike Bayer | 2021-10-30 | 1 | -7/+13 |
* | Modernize tests - session_query_get | Gord Thompson | 2021-10-28 | 1 | -8/+8 |
* | Modernize tests - calling_mapper_directly | Gord Thompson | 2021-09-30 | 1 | -23/+22 |
* | Modernize tests | Gord Thompson | 2021-07-03 | 1 | -11/+19 |
* | skip dupe order by test on mssql | Mike Bayer | 2021-05-29 | 1 | -0/+1 |
* | ensure relationship.order_by stored as a tuple; check in dynamic also | Mike Bayer | 2021-05-27 | 1 | -0/+34 |
* | Restore detached object logic for dynamic, but warn | Mike Bayer | 2021-05-04 | 1 | -0/+31 |
* | loader strategy regression fixes | Mike Bayer | 2021-05-03 | 1 | -0/+31 |
* | Use explicit names for mapper _get_clause parameters | Mike Bayer | 2021-03-17 | 1 | -6/+6 |
* | Revert AppenderQuery modifications from ORM | Mike Bayer | 2021-02-25 | 1 | -4/+31 |
* | remove more bound metadata | Mike Bayer | 2021-01-05 | 1 | -50/+54 |
* | Deprecate negative slice indexes | Mike Bayer | 2020-09-22 | 1 | -1/+30 |
* | restore slice methods to dynamic query | Mike Bayer | 2020-09-21 | 1 | -0/+11 |
* | Convert remaining ORM APIs to support 2.0 style | Mike Bayer | 2020-07-11 | 1 | -68/+66 |
* | Add future=True to create_engine/Session; unify select() | Mike Bayer | 2020-07-08 | 1 | -10/+10 |
* | Unify Query and select() , move all processing to compile phase | Mike Bayer | 2020-05-24 | 1 | -0/+10 |
* | Run autoflush for column attribute load operations | Mike Bayer | 2020-04-03 | 1 | -9/+18 |
* | Fixes for uselist=True with m2o relationships | Mike Bayer | 2019-07-18 | 1 | -0/+23 |
* | Post black reformatting | Mike Bayer | 2019-01-06 | 1 | -24/+26 |
* | Run black -l 79 against all source files | Mike Bayer | 2019-01-06 | 1 | -273/+372 |
* | Insert primary entity in dynamic "secondary" | Mike Bayer | 2018-11-13 | 1 | -0/+42 |
* | Add prop.secondary to FROM for dynamic loader | Mike Bayer | 2018-10-17 | 1 | -0/+30 |
* | Make all tests to be PEP8 compliant | Khairi Hafsham | 2017-02-07 | 1 | -65/+53 |
* | Deprecate FromClause.count() | Mike Bayer | 2016-06-14 | 1 | -5/+25 |
* | - major simplification of _collect_update_commands. in particular, | Mike Bayer | 2014-08-18 | 1 | -5/+5 |
* | PEP8 tidy of test/orm/test_dynamic.pypr/117 | Tony Locke | 2014-07-20 | 1 | -110/+83 |
* | Fixes for pg8000 for test/orm/test_dynamic.py | Tony Locke | 2014-07-20 | 1 | -5/+7 |
* | - Fixed bug involving dynamic attributes, that was again a regression | Mike Bayer | 2014-06-26 | 1 | -0/+17 |
* | - the raw 2to3 run | Mike Bayer | 2013-04-27 | 1 | -14/+14 |
* | - add tests to ensure SELECT of dynamic collection not emitted | Mike Bayer | 2012-12-22 | 1 | -21/+170 |
* | - revert the full iteration of the collection for a passive history event; th... | Mike Bayer | 2012-12-22 | 1 | -7/+21 |
* | - significantly rework the approach to collection events and history within D... | Mike Bayer | 2012-12-21 | 1 | -2/+170 |
* | - cleanup on these tests | Mike Bayer | 2012-12-21 | 1 | -358/+202 |
* | trying different approaches to test layout. in this one, the testing modules | Mike Bayer | 2012-09-27 | 1 | -5/+5 |
* | - [bug] An error is emitted when uselist=False | Mike Bayer | 2012-08-05 | 1 | -3/+37 |
* | -whitespace bonanza, contd | Mike Bayer | 2012-07-28 | 1 | -7/+7 |
* | - move all of orm to use absolute imports | Mike Bayer | 2012-06-23 | 1 | -1/+19 |
* | try a between here since 'in' looks for exact matches, doesn't work | Mike Bayer | 2011-04-15 | 1 | -2/+2 |
* | merge tip + tidy | Mike Bayer | 2011-04-15 | 1 | -2/+7 |
|\ |
|
| * | Exclude test on MySQL 5.1.49 - 5.1.52. | Michael Trier | 2011-04-15 | 1 | -0/+1 |
|/ |
|
* | - move all the comments that got shoved below the fixture grabs back up | Mike Bayer | 2011-03-27 | 1 | -2/+3 |
* | - remove test.sql._base, test.engine._base, test.orm._base, move those classe... | Mike Bayer | 2011-03-27 | 1 | -2/+3 |