]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
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
2018-04-20  Mike BayerRefactor "get" to allow for pluggable identity token...
2018-04-20  Mike Bayer- more type cache warmup
2018-04-20  Mike Bayerbump variance for these sqlite-sensitive tests
2018-04-20  Mike BayerDocument how to opt-out of NCHAR for cx_Oracle
2018-04-20  Mike Bayerupdate callcounts for py36, get rid of old callcounts
2018-04-19  Mike BayerEnsure select_from_entity adapter is used in adjust_for...
2018-04-16  Pat BuxtonFix - Order of records is not guaranteed
2018-04-12  Kent BowerReflect Oracle NUMBER(NULL, 0) as INTEGER
2018-04-11  Mike BayerCorrect join for FKs with schema in SQL Server
2018-04-04  Mike BayerEnsure all visit_sequence accepts **kw args
2018-04-03  Mike BayerUse base __ne__ implementation for range types w/ None
2018-04-03  Sebastian BankAdd postgresl.REGCLASS type for casting table names...
2018-04-01  Mike BayerFix bindparam type param fixes #4220
2018-03-30  Mike BayerVersion 1.2.7 placeholder
2018-03-30  Mike Bayer- 1.2.6 rel_1_2_6
2018-03-30  mike bayerMerge "Add support for declarative partitioning in...
2018-03-30  Vsevolod SolovyovAdd support for declarative partitioning in PostgreSQL 10
2018-03-30  Mike BayerFilter non-integer characters from pyodbc SQL Server...
2018-03-28  Mike BayerInvalidate on failed connect handler
2018-03-26  Mike BayerLink to the ExpireRelationshipOnFKChange recipe for...
2018-03-21  Mike BayerDon't warn for mixin-based __table_args__, __mapper_arg...
2018-03-14  Mike BayerTrack if we're rendering within the CTE recursively
2018-03-12  Mike BayerIgnore non-primary mappers within mutable instrumentation
next