]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2020-07-11  Federico CaselliMake call-count profiling tests on osx have their own...
2020-07-09  mike bayerMerge "Improvements to test_computed_col_default_not_set"
2020-07-09  Rafi ShamimImprovements to test_computed_col_default_not_set
2020-07-08  Mike BayerLimit init_subclass test above python 3.6
2020-07-08  Mike BayerPropose --nomemory by default
2020-07-08  Mike BayerRepair change of "future_select" caught in merge conflict
2020-07-08  Mike BayerMerge remote-tracking branch 'origin/pr/5410'
2020-07-08  Mike BayerMerge remote-tracking branch 'origin/pr/5439'
2020-07-08  mike bayerMerge "Add future=True to create_engine/Session; unify...
2020-07-08  Mike BayerAdd future=True to create_engine/Session; unify select()
2020-07-07  mike bayerMerge "ensure we unwrap desc() /label() all the way...
2020-07-07  Mike Bayerensure we unwrap desc() /label() all the way w/ order by
2020-07-07  mike bayerMerge "Add **kw support to DeclarativeMeta.__init__"
2020-07-06  mike bayerMerge "added semicolon (;) to improve warning message...
2020-07-06  EwenGilliesAdd **kw support to DeclarativeMeta.__init__
2020-07-06  Mike BayerConsolidate connection customization documentation
2020-07-05  Mike BayerEnsure synchronize_session works with lambda statements
2020-07-05  Mike BayerDocument pyodbc built-in pooling
2020-07-04  RamonWillresolves #3757 5439/head
2020-07-04  RamonWillresolves #5333 typo correction 'explcit' should be... 5410/head
2020-07-04  Mike Bayerintroduce deferred lambdas
2020-07-02  Mike Bayertypo
2020-07-02  Mike Bayerenhance question template
2020-06-30  Federico CaselliAdd missing function to documentation: cte, values...
2020-06-30  jonathan vanascoadded semicolon (;) to improve warning message clarity
2020-06-29  mike bayerMerge "Use python version in extras_require; integrate...
2020-06-29  mike bayerMerge "Rename Table.tometadata to to_metadata"
2020-06-29  Mike BayerInclude DATETIME / DateTime with the MySQL TIMESTAMP...
2020-06-29  mike bayerMerge "Remove _generate_path_cache_key()"
2020-06-29  mike bayerMerge "Provide example for exists"
2020-06-29  mike bayerMerge "Fixes: #4556 - Test that prevents passing a...
2020-06-29  Mike BayerUse python version in extras_require; integrate with tox
2020-06-29  Mike BayerDocuemnt current workarounds for MySQL TIMESTAMP
2020-06-29  Gord ThompsonRename Table.tometadata to to_metadata
2020-06-29  Mike BayerRemove _generate_path_cache_key()
2020-06-28  Mike BayerAdd an extra step to pool test_sync
2020-06-28  mike bayerMerge "ORM executemany returning"
2020-06-28  Mike BayerORM executemany returning
2020-06-27  Federico CaselliProvide example for exists
2020-06-26  mike bayerMerge "Fix a wide variety of typos and broken links"
2020-06-26  mike bayerMerge "Default psycopg2 executemany mode to "values_only""
2020-06-25  aplatkouskiFix a wide variety of typos and broken links
2020-06-25  Mike BayerDefault psycopg2 executemany mode to "values_only"
2020-06-25  Mike Bayercherry-pick changelog update for 1.3.19
2020-06-25  Mike Bayercherry-pick changelog from 1.3.18
2020-06-25  mike bayerMerge "Use index name to determine if an index is for...
2020-06-25  Mike BayerUse index name to determine if an index is for the PK
2020-06-25  Mike BayerUse time.perf_counter() for cache time measurement
2020-06-24  ramonvgFixes: #4556 - Test that prevents passing a filter...
2020-06-23  mike bayerMerge "Propose using RETURNING for bulk updates, deletes"
2020-06-23  Mike BayerPropose using RETURNING for bulk updates, deletes
2020-06-22  Federico CaselliAdd pip list to workflow, update setuptools
2020-06-20  mike bayerMerge "Apply dialect_options copy fix"
2020-06-19  mike bayerMerge "Propose black py27 + py35 mode for the rest...
2020-06-19  mike bayerMerge "Added reflection method :meth:`.Inspector.get_se...
2020-06-19  mike bayerMerge "Move most setup options to setup.cfg"
2020-06-19  Mike BayerMove most setup options to setup.cfg
2020-06-19  mike bayerMerge "perf tweaks"
2020-06-19  Mike BayerAdd note indicating order of join() calls are important
2020-06-19  Mike BayerPropose black py27 + py35 mode for the rest of Py2K
2020-06-19  Mike Bayerperf tweaks
2020-06-18  Gord ThompsonApply dialect_options copy fix
2020-06-13  Mike BayerWarn when transaction context manager ends on inactive...
2020-06-11  Mike BayerAdd version token to error URL
2020-06-11  Thodoris SotiropoulosAdd 'exists' to SQLite's reserved keywords
2020-06-11  mike bayerMerge "Add documentation regarding row constructo in...
2020-06-11  mike bayerMerge "Improve ``Rendering Bound Parameters Inline...
2020-06-10  mike bayerMerge "Turn on caching everywhere, add logging"
2020-06-10  Mike BayerTurn on caching everywhere, add logging
2020-06-09  mike bayerMerge "updated historical terms with modern equivalents"
2020-06-08  Abraham SanghaFix capitalization typos in engines.rst 5385/head
2020-06-06  Mike BayerConvert bulk update/delete to new execution model
2020-06-06  jonathan vanascoupdated historical terms with modern equivalents
2020-06-04  Gord ThompsonFix connection string escaping for mssql+pyodbc
2020-06-04  Federico CaselliImprove ``Rendering Bound Parameters Inline`` documentation
2020-06-04  Mike BayerDocument that type_coerce does not currently imply...
2020-06-03  mike bayerMerge "Folds two identical exception handlers into...
2020-06-03  mike bayerMerge "Default create_constraint to False"
2020-06-03  Mike BayerDefault create_constraint to False
2020-06-03  Federico CaselliAdded reflection method :meth:`.Inspector.get_sequence_...
2020-06-03  Elmer de LooffFolds two identical exception handlers into a single one
2020-06-03  Mike BayerInline a few ORM arguments, others
2020-06-02  mike bayerMerge "Add default expression to query_expression()"
2020-06-02  mike bayerMerge "Refine IN and scalar subquery coercions"
2020-06-01  Mike BayerMark two tests as requiring boolean col expressions
2020-06-01  Mike BayerRefine IN and scalar subquery coercions
2020-06-01  Mike BayerAdd a test / comment about test_orm_query
2020-06-01  mike bayerMerge "Improve rendering of core statements w/ ORM...
2020-06-01  mike bayerMerge "Support multiple dotted sections in mssql schema...
2020-06-01  Mike BayerSupport multiple dotted sections in mssql schema names
2020-06-01  mike bayerMerge "Add support for "real" sequences in mssql"
2020-06-01  Haoyu SunAdd default expression to query_expression()
2020-06-01  Gord ThompsonFix is_disconnect false positive for mssql+pyodbc
2020-06-01  Mike BayerImprove rendering of core statements w/ ORM elements
2020-05-29  mike bayerMerge "Remove loader option cycle"
2020-05-29  Mike Bayeradd posargs to pep8
2020-05-29  Mike BayerRemove loader option cycle
2020-05-29  Gord ThompsonAdd support for "real" sequences in mssql
2020-05-28  Mike BayerAdd full profile sort, dumping to profile results
2020-05-28  mike bayerMerge "callcount reductions and refinement for cached...
next