]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2018-08-28  Mike BayerFix links and update verbiage for reset_on_return
2018-08-27  Mike Bayerdocument expanding bound parameters, in_(), and baked...
2018-08-27  Mike Bayer- pep8 cleanup
2018-08-27  Mike BayerUpdate expanding docs
2018-08-26  Mike BayerInclude Session._query_cls as part of the cache key
2018-08-23  mike bayerMerge "Unwrap Proxy objects when scanning declared_attr...
2018-08-23  Mike BayerUnwrap Proxy objects when scanning declared_attr
2018-08-23  Mike BayerDon't run postfetch_post_update for a DELETE
2018-08-22  Mike BayerPropagate **kw in postgresql distinct on compilation
2018-08-22  Mike BayerPass desired array type from pg.array_agg to functions...
2018-08-22  Mike BayerStrip quotes from format_type in addition to other...
2018-08-20  Mike BayerVersion 1.2.12 placeholder
2018-08-20  Mike Bayer- 1.2.11 rel_1_2_11
2018-08-20  Mike BayerAdd missing range_ / rows parameters to additional...
2018-08-17  Mike BayerDocument binary_prefix for mysqlclient and PyMySQL
2018-08-17  Mike BayerAccommodate for classically mapped base classes in...
2018-08-16  Mike BayerAdd concept of "implicit boolean", treat as native
2018-08-09  Mike BayerCorrect for the INSERT statement, typos
2018-08-09  Mike BayerWrite a much better section about server defaults
2018-08-04  Mike BayerInclude UPDATE/DELETE extra_froms in correlation
2018-08-01  Mike BayerBind Integers to int for cx_Oracle
2018-08-01  Nathaniel KnightFix collections ABC access before Python 3.8
2018-08-01  Mike BayerCorrect sharding tests for provisioned follower
2018-08-01  Mike BayerDo some pep8 and other cruft removal around association...
2018-08-01  Neil BasuAdd comma in migration-12
2018-08-01  Kevin HornReplace 'with' with 'which'
2018-07-18  Phillip CloudFix quoting schemas in _get_table_sql for the SQLite...
2018-07-18  Alex RothbergAdd `postgresql_psycopg2binary` install extra that...
2018-07-13  Mike BayerVersion 1.2.11 placeholder
2018-07-13  Mike Bayer- 1.2.10 rel_1_2_10
2018-07-13  Mike BayerUse exprs for bundle __clause_element__
2018-07-13  Mike BayerCorrect the bug number for :ticket:`4288`, which was...
2018-07-13  Mike Bayer- fix typo
2018-07-11  Mike BayerDrop default-related structures after the Table is...
2018-07-10  Mike BayerDocument sticky behavior of loader options
2018-07-09  Mike Bayer- add docs for PG REGCLASS
2018-07-08  Mike BayerCheck tokens in chop path for inspectionattr before...
2018-07-05  Mike Bayer- add some context to the declarative section indicatin...
2018-07-05  Mike Bayerblock cx_Oracle 6.4
2018-07-04  Mike Bayer- fix linking for the query.rst page
2018-06-30  Mike Bayer- add "leaks memory" to documented issues w/ mysqlconne...
2018-06-29  Mike BayerVersion 1.2.10 placeholder
2018-06-29  Mike Bayer- 1.2.9 rel_1_2_9
2018-06-29  mike bayerMerge "Add unique_constraint_name to MSSQL FK reflectio...
2018-06-29  Alex GrönholmFixed typo
2018-06-29  Sean DunnAdd unique_constraint_name to MSSQL FK reflection
2018-06-28  mike bayerMerge "Reflect ASC/DESC in MySQL index columns" into...
2018-06-28  Mike BayerReflect ASC/DESC in MySQL index columns
2018-06-28  Logan RosenUpdate URL for PyMySQL documentation
2018-06-28  Mike BayerVendor python3 formatargspec
2018-06-28  mike bayerMerge "Add do_setinputsizes event for cx_Oracle" into...
2018-06-28  Mike BayerTry to get mysqlconnector somewhat working
2018-06-27  Mike BayerAdd do_setinputsizes event for cx_Oracle
2018-06-26  Mike BayerEnsure BakedQuery is cloned before we add options to it
2018-06-26  mike bayerMerge "fix TypeReflectionTest for sqlite 3.24" into...
2018-06-26  Mike BayerLook up adapter info for previous left side in chained...
2018-06-26  mike bayerMerge "Fix UnboundLocalError in mssql during isolation...
2018-06-25  mike bayerMerge "Support JOIN in UPDATE..FROM" into rel_1_2
2018-06-25  Nils Philippsenfix TypeReflectionTest for sqlite 3.24
2018-06-25  Mike BayerFix UnboundLocalError in mssql during isolation level...
2018-06-25  Mike BayerUse utf8mb4 (or utf8mb3) for all things MySQL
2018-06-25  Mike BayerCompare mappers more accurately in Load._chop_path
2018-06-24  mike bayerMerge "render WITH clause after INSERT for INSERT....
2018-06-24  Mike BayerSupport JOIN in UPDATE..FROM
2018-06-20  Andrew GaulRemove stale ON UPDATE/ON DELETE comment.
2018-06-18  Mike Bayerrender WITH clause after INSERT for INSERT..SELECT...
2018-06-15  Mike BayerLookup index columns in parent table by key for copy
2018-06-13  Mike Bayerupdate client-side/server-side SQL default expression...
2018-06-13  hendawyImporting InspectionAttr twice, now once
2018-06-07  Mike BayerIterate options per path for baked cache key
2018-06-06  mike bayerMerge "Support undocumented non-entity sequence Query...
2018-06-06  mike bayerMerge "Add Query.lazy_load_from attribute for sharding...
2018-06-04  Fokko DriesprongAdd the kwargs to the Adapt method
2018-06-04  BRSmall docs style fixes in inheritance.rst
2018-06-04  Mike BayerAdd Query.lazy_load_from attribute for sharding
2018-06-04  Mike BayerSupport undocumented non-entity sequence Query argument
2018-05-28  Mike BayerVersion 1.2.9 placeholder
2018-05-28  Mike Bayer- 1.2.8 rel_1_2_8
2018-05-28  Mike BayerMutex on _CONFIGURE_MUTEX in automap.prepare()
2018-05-25  Mike BayerTurn oracle BINARY_DOUBLE, BINARY_FLOAT, DOUBLE_PRECISI...
2018-05-18  Mike Bayercall setinputsizes() for integer types
2018-05-18  Mike BayerSkip for SQL Server on non-native boolean unconstrained
2018-05-17  mike bayerMerge "Update dogpile.cache example to be compatible...
2018-05-17  Mike BayerUpdate dogpile.cache example to be compatible with...
2018-05-17  Miguel VenturaFix string formatting TypeError if tuple is passed
2018-05-17  mike bayerMerge "Prevent double-checkins and guard during reset...
2018-05-16  Mike BayerChange query._identity_lookup into a normal instance...
2018-05-16  Mike BayerMerge existing query params in baked lazy load
2018-05-15  Mike BayerPrevent double-checkins and guard during reset-on-retur...
2018-05-13  mike bayerMerge "Use identity_token for refresh(), unexpire,...
2018-05-11  Mike BayerUse identity_token for refresh(), unexpire, undefer
2018-05-11  Mike BayerDefault server_version_info to (0, )
2018-05-10  Mike BayerSQL Server is not native boolean; add new flag for...
2018-05-06  Mike Bayer- add a tl;dr to postgresql search_path section as...
2018-05-05  Mike Bayer- modernize versioning examples
2018-05-03  Mike Bayer- add sap-hana
2018-05-01  Mike Bayer- block cx_Oracle 6.3 due to https://github.com/oracle...
2018-04-25  Olivier GriselFix reference leak in compiled cache
2018-04-20  Mike BayerVersion 1.2.8 placeholder
2018-04-20  Mike Bayer- 1.2.7 rel_1_2_7
next