| 2020-02-19 |
mike bayer | Merge "Replace engine.execute w/ context manager (step1)" |
commit | commitdiff | tree | snapshot |
| 2020-02-18 |
Mike Bayer | Revise cx_Oracle, mysqlclient versions |
commit | commitdiff | tree | snapshot |
| 2020-02-17 |
mike bayer | Merge "Pass DDLCompiler IdentifierPreparer to visit_ENUM" |
commit | commitdiff | tree | snapshot |
| 2020-02-17 |
mike bayer | Merge "Create initial future package, RemovedIn20Warning" |
commit | commitdiff | tree | snapshot |
| 2020-02-17 |
mike bayer | Merge "Begin to disallow back_populates with viewonly... |
commit | commitdiff | tree | snapshot |
| 2020-02-17 |
Mike Bayer | Pass DDLCompiler IdentifierPreparer to visit_ENUM |
commit | commitdiff | tree | snapshot |
| 2020-02-17 |
Mike Bayer | Limit non-backend critical profiling tests to SQLite |
commit | commitdiff | tree | snapshot |
| 2020-02-17 |
Gord Thompson | Replace engine.execute w/ context manager (step1) |
commit | commitdiff | tree | snapshot |
| 2020-02-17 |
Mike Bayer | callcount adjust |
commit | commitdiff | tree | snapshot |
| 2020-02-17 |
Mike Bayer | Further refine fractional seconds datetimeoffset fixture |
commit | commitdiff | tree | snapshot |
| 2020-02-16 |
Mike Bayer | Update test reqs for mariadb 10.4, 10.5 |
commit | commitdiff | tree | snapshot |
| 2020-02-13 |
mike bayer | Merge "Document new LIMIT/OFFSET support; support subqu... |
commit | commitdiff | tree | snapshot |
| 2020-02-13 |
Mike Bayer | Fractional seconds starts at Python 3.7 |
commit | commitdiff | tree | snapshot |
| 2020-02-13 |
Mike Bayer | Document new LIMIT/OFFSET support; support subquery... |
commit | commitdiff | tree | snapshot |
| 2020-02-13 |
Mike Bayer | Improve ResultProxy/Row documentation before the API... |
commit | commitdiff | tree | snapshot |
| 2020-02-12 |
Mike Bayer | Create initial future package, RemovedIn20Warning |
commit | commitdiff | tree | snapshot |
| 2020-02-11 |
Mike Bayer | Begin to disallow back_populates with viewonly=True |
commit | commitdiff | tree | snapshot |
| 2020-02-10 |
Gord Thompson | Fix handling of None as parameter for a datetimeoffset... |
commit | commitdiff | tree | snapshot |
| 2020-02-10 |
mike bayer | Merge "Rework combination exclusions" |
commit | commitdiff | tree | snapshot |
| 2020-02-10 |
Mike Bayer | Rework combination exclusions |
commit | commitdiff | tree | snapshot |
| 2020-02-08 |
Mike Bayer | Fixes for public_factory and mysql/pg dml functions |
commit | commitdiff | tree | snapshot |
| 2020-02-08 |
Federico Caselli | fix documentation typos 5141/head |
commit | commitdiff | tree | snapshot |
| 2020-02-07 |
Mike Bayer | Vendor inspect.formatannotation |
commit | commitdiff | tree | snapshot |
| 2020-02-07 |
mike bayer | Merge "MSSQL 2014 OFFSET/FETCH syntax support" |
commit | commitdiff | tree | snapshot |
| 2020-02-07 |
Elkin | MSSQL 2014 OFFSET/FETCH syntax support |
commit | commitdiff | tree | snapshot |
| 2020-02-07 |
Mike Bayer | Merge remote-tracking branch 'origin/pr/5105' |
commit | commitdiff | tree | snapshot |
| 2020-02-06 |
Mike Bayer | Document SQLite "mixed binary" behavior |
commit | commitdiff | tree | snapshot |
| 2020-02-04 |
Mike Bayer | Add second section detailing cascade_backrefs to backre... |
commit | commitdiff | tree | snapshot |
| 2020-02-01 |
Mike Bayer | Do away with pool._refs |
commit | commitdiff | tree | snapshot |
| 2020-01-31 |
mike bayer | Merge "Warn for runid changing in load events; add... |
commit | commitdiff | tree | snapshot |
| 2020-01-31 |
Mike Bayer | Warn for runid changing in load events; add restore_loa... |
commit | commitdiff | tree | snapshot |
| 2020-01-30 |
mike bayer | Merge "Raise for unexpected polymorphic identity" |
commit | commitdiff | tree | snapshot |
| 2020-01-30 |
Mike Bayer | Raise for unexpected polymorphic identity |
commit | commitdiff | tree | snapshot |
| 2020-01-28 |
mike bayer | Merge "Accommodate for base class when adjusting path... |
commit | commitdiff | tree | snapshot |
| 2020-01-28 |
mike bayer | Merge "Add py3.8, py3.9 token to setup.py" |
commit | commitdiff | tree | snapshot |
| 2020-01-28 |
Mike Bayer | Accommodate for base class when adjusting path for... |
commit | commitdiff | tree | snapshot |
| 2020-01-27 |
Federico Caselli | Add pyproject |
commit | commitdiff | tree | snapshot |
| 2020-01-27 |
Gord Thompson | Add py3.8, py3.9 token to setup.py |
commit | commitdiff | tree | snapshot |
| 2020-01-27 |
mike bayer | Merge "Improve .gitignore by adding other patterns... |
commit | commitdiff | tree | snapshot |
| 2020-01-26 |
mike bayer | Merge "Refactor test provisioning to dialect-level... |
commit | commitdiff | tree | snapshot |
| 2020-01-26 |
Gord Thompson | Refactor test provisioning to dialect-level files |
commit | commitdiff | tree | snapshot |
| 2020-01-25 |
Federico Caselli | Deprecate empty or_() and and_() |
commit | commitdiff | tree | snapshot |
| 2020-01-24 |
Federico Caselli | Improve .gitignore by adding other patterns, like the |
commit | commitdiff | tree | snapshot |
| 2020-01-24 |
mike bayer | Merge "Add keywords to MutableList.sort()" |
commit | commitdiff | tree | snapshot |
| 2020-01-24 |
mike bayer | Merge "Add test requirement: indexes_with_ascdesc" |
commit | commitdiff | tree | snapshot |
| 2020-01-24 |
Gord Thompson | Add test requirement: indexes_with_ascdesc |
commit | commitdiff | tree | snapshot |
| 2020-01-23 |
Mike Bayer | Add keywords to MutableList.sort() |
commit | commitdiff | tree | snapshot |
| 2020-01-23 |
mike bayer | Merge "InstanceState default path is RootRegistry,... |
commit | commitdiff | tree | snapshot |
| 2020-01-22 |
mike bayer | Merge "Query linter option" |
commit | commitdiff | tree | snapshot |
| 2020-01-22 |
Mike Bayer | InstanceState default path is RootRegistry, not tuple |
commit | commitdiff | tree | snapshot |
| 2020-01-22 |
Mike Bayer | cherry-pick changelog update for 1.3.14 |
commit | commitdiff | tree | snapshot |
| 2020-01-22 |
Mike Bayer | cherry-pick changelog from 1.3.13 |
commit | commitdiff | tree | snapshot |
| 2020-01-22 |
Alessio Bogon | Query linter option |
commit | commitdiff | tree | snapshot |
| 2020-01-22 |
mike bayer | Merge "Reorganize core event modules to avoid import... |
commit | commitdiff | tree | snapshot |
| 2020-01-22 |
Mike Bayer | Clarify documentation for lazy_loaded_from |
commit | commitdiff | tree | snapshot |
| 2020-01-22 |
Mike Bayer | Reorganize core event modules to avoid import cycles |
commit | commitdiff | tree | snapshot |
| 2020-01-20 |
Mike Bayer | Adjust natural path to relationship's base mapper for... |
commit | commitdiff | tree | snapshot |
| 2020-01-20 |
randallk | Update basic_relationships.rst 5105/head |
commit | commitdiff | tree | snapshot |
| 2020-01-18 |
Gord Thompson | Improve regex parsing of CHECK constraints for PostgreSQL. |
commit | commitdiff | tree | snapshot |
| 2020-01-18 |
mike bayer | Merge "apply asbool reduction to the onclause in join()" |
commit | commitdiff | tree | snapshot |
| 2020-01-17 |
Mike Bayer | Remove jython code, remove all jython / pypy symbols |
commit | commitdiff | tree | snapshot |
| 2020-01-17 |
Mike Bayer | apply asbool reduction to the onclause in join() |
commit | commitdiff | tree | snapshot |
| 2020-01-16 |
Mike Bayer | Merge remote-tracking branch 'origin/pr/5099' |
commit | commitdiff | tree | snapshot |
| 2020-01-16 |
Mike Bayer | Merge remote-tracking branch 'origin/pr/5077' |
commit | commitdiff | tree | snapshot |
| 2020-01-15 |
Tom Nolan | Update index.rst 5099/head |
commit | commitdiff | tree | snapshot |
| 2020-01-14 |
Mike Bayer | Establish that contains_eager()->alias can be replaced... |
commit | commitdiff | tree | snapshot |
| 2020-01-13 |
Mike Bayer | Adjust use_mapper_path rule for poly subclasses |
commit | commitdiff | tree | snapshot |
| 2020-01-13 |
Eli | Add explanation of `polymorphic_identity` to docs |
commit | commitdiff | tree | snapshot |
| 2020-01-12 |
Mike Bayer | Fixes for table-bound version_id_col against mapped... |
commit | commitdiff | tree | snapshot |
| 2020-01-10 |
Mike Bayer | Integrate mapper-level version_id_col with versioned_hi... |
commit | commitdiff | tree | snapshot |
| 2020-01-10 |
Mike Bayer | Alter unique bound parameter key on deserialize |
commit | commitdiff | tree | snapshot |
| 2020-01-07 |
Mike Bayer | Set use_mapper_path=True for with_poly subentities |
commit | commitdiff | tree | snapshot |
| 2020-01-07 |
mike bayer | Merge "Enable F821" |
commit | commitdiff | tree | snapshot |
| 2020-01-07 |
mike bayer | Merge "Fix QueryContext ref cycle on joinedload" |
commit | commitdiff | tree | snapshot |
| 2020-01-06 |
Mike Bayer | Support GenericFunction.name passed as a quoted_name |
commit | commitdiff | tree | snapshot |
| 2020-01-04 |
Mike Bayer | Add missing changelog file for #5074 |
commit | commitdiff | tree | snapshot |
| 2020-01-04 |
Carson Ip | Fix QueryContext ref cycle on joinedload |
commit | commitdiff | tree | snapshot |
| 2020-01-04 |
Mike Bayer | Enable F821 |
commit | commitdiff | tree | snapshot |
| 2020-01-04 |
mike bayer | Merge "Fix cext for Python 2; ensure C extensions build... |
commit | commitdiff | tree | snapshot |
| 2020-01-04 |
Mike Bayer | Fix cext for Python 2; ensure C extensions build succes... |
commit | commitdiff | tree | snapshot |
| 2020-01-04 |
Heckad | Remove return statement in __init__. 5077/head |
commit | commitdiff | tree | snapshot |
| 2020-01-03 |
mike bayer | Merge "Implement explicit autobegin step for Session" |
commit | commitdiff | tree | snapshot |
| 2020-01-03 |
mike bayer | Merge "Use context managers for threading.Lock()" |
commit | commitdiff | tree | snapshot |
| 2020-01-03 |
Mike Bayer | Implement explicit autobegin step for Session |
commit | commitdiff | tree | snapshot |
| 2020-01-03 |
Heckad | Use context managers for threading.Lock() |
commit | commitdiff | tree | snapshot |
| 2020-01-01 |
Mike Bayer | happy new year |
commit | commitdiff | tree | snapshot |
| 2020-01-01 |
Mike Bayer | Source base cleanups |
commit | commitdiff | tree | snapshot |
| 2020-01-01 |
mike bayer | Merge "Fix DATETIMEOFFSET formatting to preserve fracti... |
commit | commitdiff | tree | snapshot |
| 2020-01-01 |
Gord Thompson | Fix DATETIMEOFFSET formatting to preserve fractional... |
commit | commitdiff | tree | snapshot |
| 2020-01-01 |
mike bayer | Merge "Fix test failures under Windows" |
commit | commitdiff | tree | snapshot |
| 2019-12-31 |
Federico Caselli | Fix test failures under Windows |
commit | commitdiff | tree | snapshot |
| 2019-12-31 |
Mike Bayer | Repair uncovered warning in persistnce.py; update versi... |
commit | commitdiff | tree | snapshot |
| 2019-12-31 |
Mike Bayer | Bump test_build_query numbers |
commit | commitdiff | tree | snapshot |
| 2019-12-31 |
mike bayer | Merge "Test for short term reference cycles and resolve... |
commit | commitdiff | tree | snapshot |
| 2019-12-31 |
mike bayer | Merge "Include GROUP BY in _should_nest_selectable... |
commit | commitdiff | tree | snapshot |
| 2019-12-31 |
Mike Bayer | Fix newly found rst issue |
commit | commitdiff | tree | snapshot |
| 2019-12-30 |
Mike Bayer | Test for short term reference cycles and resolve as... |
commit | commitdiff | tree | snapshot |
| 2019-12-30 |
Mike Bayer | Include GROUP BY in _should_nest_selectable criteria |
commit | commitdiff | tree | snapshot |
| 2019-12-29 |
mike bayer | Merge "Fix WeakSequence circular reference" |
commit | commitdiff | tree | snapshot |
| 2019-12-29 |
Mike Bayer | De-implement non-working / testing copy_internals from dml |
commit | commitdiff | tree | snapshot |
| next |