]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2021-07-20  Kazantcev AndreyFix type 6789/head
2021-07-16  Mike Bayerguard against unexpected weakref cleanups
2021-07-16  mike bayerMerge "apply list() around weakkeydictionary iteration"
2021-07-16  Mike Bayerreset key/name when TableValuedColumn is adapted
2021-07-15  Mike Bayerlimit None->null coercion to not occur with crud
2021-07-15  Mike Bayerapply list() around weakkeydictionary iteration
2021-07-15  Mike Bayerupdate case statement in dictlike-polymorphic
2021-07-14  Mike BayerVersion 1.4.22 placeholder
2021-07-14  Mike Bayer- 1.4.21 rel_1_4_21
2021-07-14  Mike BayerEnsure alias traversal block works when adapt_from_sele...
2021-07-14  Leo Thorptypo 6761/head
2021-07-13  Mike Bayerchangelog updates
2021-07-13  mike bayerMerge "Modernize tests - union"
2021-07-13  mike bayerMerge "Adjust CTE recrusive col list to accommodate...
2021-07-13  mike bayerMerge "Extract format_constraint truncation rules to...
2021-07-13  Mike BayerAdjust CTE recrusive col list to accommodate dupe col...
2021-07-13  mike bayerMerge "labeling refactor"
2021-07-13  Mike BayerExtract format_constraint truncation rules to ON CONFLICT
2021-07-13  Mike BayerMerge remote-tracking branch 'origin/pr/6751'
2021-07-12  Mike Bayerlabeling refactor
2021-07-12  Gord ThompsonModernize tests - union
2021-07-12  mike bayerMerge "implement independent CTEs"
2021-07-12  mike bayerMerge "Modernize tests - select(whereclause)"
2021-07-12  mike bayerMerge "represent tablesample.sampling as FunctionElemen...
2021-07-12  Mike Bayerimplement independent CTEs
2021-07-12  Tony LockeCorrect docs: pg8000 supports PostgreSQL UUID 6751/head
2021-07-12  mike bayerMerge "repair schema_translate_map for schema type...
2021-07-11  Mike Bayerrepresent tablesample.sampling as FunctionElement in...
2021-07-11  Mike Bayerrepair schema_translate_map for schema type use cases
2021-07-10  mike bayerMerge "implement deferred scalarobject history load"
2021-07-09  mike bayerMerge "Add additional support to honor _proxy_key in...
2021-07-09  Mike Bayerimplement deferred scalarobject history load
2021-07-08  Federico Caselliadd python 2.7 to pr workflow to help catch py3 only...
2021-07-07  ChrisDocs: fixed typo in "Cascades" 6726/head
2021-07-05  Mike BayerAdd additional support to honor _proxy_key in Core...
2021-07-04  Gord ThompsonModernize tests - select(whereclause)
2021-07-04  Federico CaselliReplace all http:// links to https://
2021-07-03  Gord ThompsonModernize tests
2021-07-03  mike bayerMerge "Update docs re: deprecated internal dialects"
2021-07-03  mike bayerMerge "Update link for mysql case sensitivity"
2021-07-03  Gord ThompsonUpdate link for mysql case sensitivity
2021-07-03  mike bayerMerge "Modernize tests - Connection.connect"
2021-07-01  Federico CaselliAdd Result to the link description in the docs index
2021-06-30  Mike Bayerclear new Query._memoized_select_entities in _from_sele...
2021-06-30  Mike BayerEnsure compiler uses quote_schema hook for translates...
2021-06-30  Mike Bayerapply quoting to "ON CONSTRAINT" symbol
2021-06-29  Mike Bayerrewrite "one-to-one", again
2021-06-29  Gord ThompsonUpdate docs re: deprecated internal dialects
2021-06-28  Mike BayerVersion 1.4.21 placeholder
2021-06-28  Mike Bayer- 1.4.20 rel_1_4_20
2021-06-28  Mike Bayerchangelog typo fixes
2021-06-28  Miłosz StypińskiBe less fiscal regarding validators functions
2021-06-28  mike bayerMerge "Fix missing None handling of Table.prefixes"
2021-06-28  Kai MuellerFix missing None handling of Table.prefixes
2021-06-28  Daniël van... Don't require space after MySQL pk comment
2021-06-26  mike bayerMerge "ensure with poly entities are also reconstituted...
2021-06-26  Gord ThompsonModernize tests - Connection.connect
2021-06-26  Mike Bayerensure with poly entities are also reconstituted for...
2021-06-26  Mike Bayerset _render_for_subquery for legacy set ops
2021-06-26  mike bayerMerge "turn pg provision error into a warning"
2021-06-26  Mike Bayerturn pg provision error into a warning
2021-06-25  Mike Bayerhave automap suppress overlaps warning for mapped secondary
2021-06-24  jason3gbAdd "impl" parameter to PickleType
2021-06-24  mike bayerMerge "Fix typo in _warn_for_legacy_exec_format"
2021-06-24  mike bayerMerge "Use Py_TPFLAGS_HAVE_GC for Row"
2021-06-24  gordthompsonFix typo in _warn_for_legacy_exec_format
2021-06-24  mike bayerMerge "Add Executable to DefaultGenerator"
2021-06-24  Mike BayerUse Py_TPFLAGS_HAVE_GC for Row
2021-06-23  Mike BayerAdd Executable to DefaultGenerator
2021-06-23  mike bayerMerge "consider "*" col as textual ordered"
2021-06-23  Mike Bayerconsider "*" col as textual ordered
2021-06-23  Mike BayerVersion 1.4.20 placeholder
2021-06-23  Mike Bayer- 1.4.19 rel_1_4_19
2021-06-23  Mike Bayerrefer to undefer here
2021-06-23  mike bayerMerge "apply render_schema_translates to identity inser...
2021-06-22  mike bayerMerge "Add impl property to PostgreSQL / Oracle INTERVA...
2021-06-22  mike bayerMerge "Export deferred columns but not col props; fix...
2021-06-22  MajorDallasAdd impl property to PostgreSQL / Oracle INTERVAL class
2021-06-22  Mike BayerExport deferred columns but not col props; fix CTE...
2021-06-21  Federico CaselliImprove regexp used by pymssql to parse db version
2021-06-21  mike bayerMerge "Implement MySQL-specific MATCH"
2021-06-21  mike bayerMerge "adjust patchfile from 6ca7c2eb"
2021-06-21  Mike Bayerapply render_schema_translates to identity insert direc...
2021-06-21  Anton KovalevichImplement MySQL-specific MATCH
2021-06-21  Mike Bayerfurther fixes to test_options_entities_three
2021-06-21  Mike Bayeradjust patchfile from 6ca7c2eb
2021-06-21  mike bayerMerge "accommodate no cls info found in _scan_declarative"
2021-06-21  Mike Bayerensure test has deterministic FROM rendering
2021-06-21  Mike Bayeraccommodate no cls info found in _scan_declarative
2021-06-19  mike bayerMerge "ensure greenlet_spawn propagates BaseException"
2021-06-19  mike bayerMerge "Added netezza in external dialects in documentation"
2021-06-19  Mike Bayerensure greenlet_spawn propagates BaseException
2021-06-18  Abhishek JogAdded netezza in external dialects in documentation
2021-06-18  mike bayerMerge "memoize current options and joins w with_entitie...
2021-06-17  Samuel Cattini... Fix typos in "Working with Related Objects" docs (...
2021-06-17  Mike Bayermemoize current options and joins w with_entities/with_...
2021-06-16  Mike Bayerpin async scoping tests at python 3.7
2021-06-16  jason3gbImplement async_scoped_session
2021-06-15  mike bayerMerge "set autocommit for psycopg2 pre-ping"
2021-06-15  Mike Bayerpg 13 is in CI
next