]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2020-01-24  Federico Casellitypos 5116/head
2020-01-24  Federico Caselliadd configuration for mssql with docker
2020-01-24  Federico Casellifix typo
2020-01-24  Federico Casellifix formatting
2020-01-24  Federico Caselliadd sample docker configuration to readme.unittests.
2020-01-22  mike bayerMerge "Query linter option"
2020-01-22  Mike Bayercherry-pick changelog update for 1.3.14
2020-01-22  Mike Bayercherry-pick changelog from 1.3.13
2020-01-22  Alessio BogonQuery linter option
2020-01-22  mike bayerMerge "Reorganize core event modules to avoid import...
2020-01-22  Mike BayerClarify documentation for lazy_loaded_from
2020-01-22  Mike BayerReorganize core event modules to avoid import cycles
2020-01-20  Mike BayerAdjust natural path to relationship's base mapper for...
2020-01-18  Gord ThompsonImprove regex parsing of CHECK constraints for PostgreSQL.
2020-01-18  mike bayerMerge "apply asbool reduction to the onclause in join()"
2020-01-17  Mike BayerRemove jython code, remove all jython / pypy symbols
2020-01-17  Mike Bayerapply asbool reduction to the onclause in join()
2020-01-16  Mike BayerMerge remote-tracking branch 'origin/pr/5099'
2020-01-16  Mike BayerMerge remote-tracking branch 'origin/pr/5077'
2020-01-15  Tom NolanUpdate index.rst 5099/head
2020-01-14  Mike BayerEstablish that contains_eager()->alias can be replaced...
2020-01-13  Mike BayerAdjust use_mapper_path rule for poly subclasses
2020-01-13  EliAdd explanation of `polymorphic_identity` to docs
2020-01-12  Mike BayerFixes for table-bound version_id_col against mapped...
2020-01-10  Mike BayerIntegrate mapper-level version_id_col with versioned_hi...
2020-01-10  Mike BayerAlter unique bound parameter key on deserialize
2020-01-07  Mike BayerSet use_mapper_path=True for with_poly subentities
2020-01-07  mike bayerMerge "Enable F821"
2020-01-07  mike bayerMerge "Fix QueryContext ref cycle on joinedload"
2020-01-06  Mike BayerSupport GenericFunction.name passed as a quoted_name
2020-01-04  Mike BayerAdd missing changelog file for #5074
2020-01-04  Carson IpFix QueryContext ref cycle on joinedload
2020-01-04  Mike BayerEnable F821
2020-01-04  mike bayerMerge "Fix cext for Python 2; ensure C extensions build...
2020-01-04  Mike BayerFix cext for Python 2; ensure C extensions build succes...
2020-01-04  HeckadRemove return statement in __init__. 5077/head
2020-01-03  mike bayerMerge "Implement explicit autobegin step for Session"
2020-01-03  mike bayerMerge "Use context managers for threading.Lock()"
2020-01-03  Mike BayerImplement explicit autobegin step for Session
2020-01-03  HeckadUse context managers for threading.Lock()
2020-01-01  Mike Bayerhappy new year
2020-01-01  Mike BayerSource base cleanups
2020-01-01  mike bayerMerge "Fix DATETIMEOFFSET formatting to preserve fracti...
2020-01-01  Gord ThompsonFix DATETIMEOFFSET formatting to preserve fractional...
2020-01-01  mike bayerMerge "Fix test failures under Windows"
2019-12-31  Federico CaselliFix test failures under Windows
2019-12-31  Mike BayerRepair uncovered warning in persistnce.py; update versi...
2019-12-31  Mike BayerBump test_build_query numbers
2019-12-31  mike bayerMerge "Test for short term reference cycles and resolve...
2019-12-31  mike bayerMerge "Include GROUP BY in _should_nest_selectable...
2019-12-31  Mike BayerFix newly found rst issue
2019-12-30  Mike BayerTest for short term reference cycles and resolve as...
2019-12-30  Mike BayerInclude GROUP BY in _should_nest_selectable criteria
2019-12-29  mike bayerMerge "Fix WeakSequence circular reference"
2019-12-29  Mike BayerDe-implement non-working / testing copy_internals from dml
2019-12-29  Federico CaselliImprove two phase transaction requirement detection...
2019-12-27  Carson IpFix WeakSequence circular reference
2019-12-27  Mike BayerNote time passage requirement for pool.invalidate()
2019-12-22  Mike BayerUse expanding IN for all literal value IN expressions
2019-12-20  Mike BayerCopy bind_processors when altering for expanding IN
2019-12-20  Mike BayerImplement random_choices for Python 2
2019-12-20  Mike BayerEnsure comparison includes "don't compare values" feature
2019-12-19  mike bayerMerge "Don't apply aliasing + adaption for simple relat...
2019-12-19  mike bayerMerge "Add CTE prefixes"
2019-12-19  Mike BayerDon't apply aliasing + adaption for simple relationship...
2019-12-19  Mike BayerImprove documentation for refresh_flush event
2019-12-18  Mike BayerMerge remote-tracking branch 'origin/pr/5023'
2019-12-18  Mike BayerMerge remote-tracking branch 'origin/pr/5022'
2019-12-18  Mike BayerMerge remote-tracking branch 'origin/pr/5031'
2019-12-18  Marat SharafutdinovAdd CTE prefixes
2019-12-17  Mike Bayer"does not support reflection" -> "does not support...
2019-12-16  Mike BayerDo the CompoundSelect check for number of columns in...
2019-12-16  Mike Bayercherry-pick changelog update for 1.3.13
2019-12-16  Mike Bayercherry-pick changelog from 1.3.12
2019-12-14  Mike BayerEnsure cache keys are hashable in the test
2019-12-14  Mike BayerTraversal and clause generation performance improvements
2019-12-14  Mike BayerMerge remote-tracking branch 'origin/pr/5021'
2019-12-13  Mike BayerClose connection if begin fails
2019-12-10  Federico Casellifix typo strucures -> structures 5031/head
2019-12-06  Mike BayerUse label reference coercion for select() distinct...
2019-12-06  Mike BayerInclude DISTINCT in error message for label reference
2019-12-05  Mike BayerIntroduce lambda combinations
2019-12-04  Gord ThompsonAdd pass through exact pyodbc connection string. 5023/head
2019-12-04  Gord ThompsonAdd note re: using the MySQL ODBC "ANSI" driver for...
2019-12-04  Gord ThompsonAdd note re: pyodbc keywords in lowercase. 5022/head
2019-12-03  Ahmed AdelAdd dialect for Apache Solr 5021/head
2019-12-02  Mike BayerSkip sub-minute timezone tests for Python 3 < 3.7
2019-11-30  mike bayerMerge "Add DATETIMEOFFSET support for mssql+pyodbc"
2019-11-29  Gord ThompsonAdd DATETIMEOFFSET support for mssql+pyodbc
2019-11-29  Mike BayerGracefully degrade for SQLite JSON receiving direct...
2019-11-26  mike bayerMerge "Remove ORM elements from annotations at the...
2019-11-26  mike bayerMerge "Add sequence support for MariaDB 10.3+."
2019-11-26  Mike BayerDon't clear metadata in TablesTest setup
2019-11-26  Gord ThompsonAdd sequence support for MariaDB 10.3+.
2019-11-26  Mike BayerRemove ORM elements from annotations at the schema...
2019-11-23  Mike BayerGeneralize DescriptorProps.uses_objects
2019-11-22  Mike BayerRaise for persistence casades set with viewonly=True
2019-11-22  mike bayerMerge "Warn for settings that don't work with viewonly...
2019-11-22  Mike BayerWarn for settings that don't work with viewonly=True
2019-11-22  Mike BayerDon't raise w/ raiseload strategy for many-to-one histo...
next