]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2018-08-01  Korn, UweMention Properties keys in __dir__
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  Mike BayerMerge branch 'migration-12-typo-fix' of https://bitbuck...
2018-07-31  Neil BasuAdd comma in migration-12
2018-07-27  Kevin HornReplace 'with' with 'which'
2018-07-18  mike bayerMerge "Fix quoting schemas in _get_table_sql for the...
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-14  Mike BayerDon't apply no-traverse to query.statement
2018-07-13  Mike Bayercherry-pick changelog update for 1.2.11
2018-07-13  Mike Bayercherry-pick changelog from 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-13  Mike BayerCorrect fastexecutemany test for lower pyodbc version
2018-07-12  mike bayerMerge "Don't null FK for collection-removed item with...
2018-07-11  Mike BayerDon't null FK for collection-removed item with passive_...
2018-07-11  mike bayerMerge "Drop default-related structures after the Table...
2018-07-11  Mike BayerAdd pyodbc fast_executemany
2018-07-11  mike bayerMerge "Add all "like", "between", "is" operators as...
2018-07-11  Mike BayerDrop default-related structures after the Table is...
2018-07-10  Ilja EveriläSqlite json
2018-07-10  Mike BayerAdd all "like", "between", "is" operators as comparison...
2018-07-10  Mike BayerDocument sticky behavior of loader options
2018-07-10  mike bayerMerge "Use MySQL protocol-level ping."
2018-07-10  mike bayerMerge "Expire memoizations on setattr/delattr, check...
2018-07-10  Mike Bayersupport functions "as binary comparison"
2018-07-09  mike bayerMerge "Refactor pool.py into a package"
2018-07-09  Mike BayerExpire memoizations on setattr/delattr, check in delattr
2018-07-09  Maxim BublisUse MySQL protocol-level ping.
2018-07-09  Mike Bayer- add docs for PG REGCLASS
2018-07-09  Mike Bayer- add changelog 13 and links
2018-07-09  Mike BayerRefactor pool.py into a package
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 Bayercherry-pick changelog update for 1.2.10
2018-06-29  Mike Bayercherry-pick changelog from 1.2.9
2018-06-29  mike bayerMerge "Add unique_constraint_name to MSSQL FK reflection"
2018-06-29  Mike BayerMerge remote-tracking branch 'origin/pr/456'
2018-06-29  Sean DunnAdd unique_constraint_name to MSSQL FK reflection
2018-06-28  Logan RosenUpdate URL for PyMySQL documentation
2018-06-28  Mike BayerReflect ASC/DESC in MySQL index columns
2018-06-28  mike bayerMerge "Vendor python3 formatargspec"
2018-06-28  Mike BayerVendor python3 formatargspec
2018-06-28  mike bayerMerge "Add do_setinputsizes event for cx_Oracle"
2018-06-27  Mike BayerTry to get mysqlconnector somewhat working
2018-06-27  Mike BayerAdd do_setinputsizes event for cx_Oracle
2018-06-26  mike bayerMerge "Ensure BakedQuery is cloned before we add option...
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"
2018-06-26  mike bayerMerge "Look up adapter info for previous left side...
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"
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  Alex GrönholmFixed typo
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-20  Mike BayerMerge remote-tracking branch 'origin/pr/454'
2018-06-20  Andrew GaulRemove stale ON UPDATE/ON DELETE comment.
2018-06-18  mike bayerMerge "Add oracle, mssql to profiling"
2018-06-18  Mike BayerAdd oracle, mssql to profiling
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-14  Mike BayerSupport JOIN in UPDATE..FROM
2018-06-13  Andru1999Use INITERROR macro in utils.c
2018-06-13  Mike Bayerupdate client-side/server-side SQL default expression...
2018-06-13  hendawyImporting InspectionAttr twice, now once
2018-06-07  mike bayerMerge "Iterate options per path for baked cache key"
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 Bayercherry-pick changelog update for 1.2.9
2018-05-28  Mike Bayercherry-pick changelog from 1.2.8
2018-05-28  mike bayerMerge "Mutex on _CONFIGURE_MUTEX in automap.prepare()"
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-17  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 bayerMerge "Fix string formatting TypeError if tuple is...
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-17  mike bayerMerge "Change query._identity_lookup into a normal...
2018-05-16  Mike BayerClarify dogpile.cache differences which occur via ...
2018-05-16  Mike BayerChange query._identity_lookup into a normal instance...
2018-05-16  Mike BayerCorrect from version 1.2.5 to 1.2.8 for #4128
2018-05-16  Mike BayerRestore missing changelog files for #4128
2018-05-15  Mike BayerPrevent double-checkins and guard during reset-on-retur...
next