]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2020-12-04  Michael OliverAdd Optional type modifier to fields with default value... 5746/head
2020-12-03  Mike Bayerindicate classically mapped relationship in the datacla...
2020-12-03  mike bayerMerge "Reflect decimal points in MariaDB non-quoted...
2020-12-03  mike bayerMerge "Fix documentation link in query with_for_update"
2020-12-03  Mike BayerReflect decimal points in MariaDB non-quoted numeric...
2020-12-03  mike bayerMerge "Properly render ``cycle=False`` and ``order...
2020-12-03  toh995capitalize author name 5742/head
2020-12-02  Federico CaselliFix documentation link in query with_for_update
2020-12-02  Mike Bayermodernize contains_eager() docs
2020-12-02  Mike BayerMerge remote-tracking branch 'origin/pr/5733' into...
2020-12-02  Mike BayerMake sure asyncpgfallback has __slots__
2020-12-01  Federico CaselliProperly render ``cycle=False`` and ``order=False``
2020-12-01  Mike BayerPass along other keyword args in _EventsHold.populate
2020-12-01  mike bayerMerge "improve cross-linking between Core /ORM for...
2020-12-01  Mike Bayerimprove cross-linking between Core /ORM for schema arg
2020-11-30  Mike BayerDisallow bug reports based on flask and others
2020-11-29  toh995remove duplicate author 5733/head
2020-11-27  mike bayerMerge "Don't discard leftovers from surface_selectables"
2020-11-26  mike bayerMerge "Support Column objects in the SET clause for...
2020-11-26  Mike BayerUse String for PostgreSQL xmin example
2020-11-26  Mike BayerDon't discard leftovers from surface_selectables
2020-11-26  mike bayerMerge "Fix typo in sessionmaker example: s/wih/with"
2020-11-26  Brendan McCollamFix typo in sessionmaker example: s/wih/with
2020-11-26  Brendan McCollamTypo in sessionmaker example: s/wih/with 5730/head
2020-11-24  Mike BayerSupport Column objects in the SET clause for upsert
2020-11-24  Mike Bayerensure utf-8 used for opening tutorial files
2020-11-22  mike bayerMerge "Add summary table for orm 2.0 migration"
2020-11-22  Federico CaselliAdd summary table for orm 2.0 migration
2020-11-21  Jordan PittierQueuePool: support subsecond timeout
2020-11-20  mike bayerMerge "Don't emit warnings on descriptor access"
2020-11-20  Mike BayerDon't emit warnings on descriptor access
2020-11-20  mike bayerMerge "Support pool.connect() event firing before all...
2020-11-19  mike bayerMerge "Support PEP-567 context variables"
2020-11-19  mike bayerMerge "Use ``re.search`` instead of ``re.match`` in...
2020-11-19  Fantix KingSupport PEP-567 context variables
2020-11-19  Federico CaselliUse ``re.search`` instead of ``re.match`` in sqlite
2020-11-19  Mike BayerSupport pool.connect() event firing before all else
2020-11-18  Mike BayerAllow MetaData as the target for column_reflect event
2020-11-18  Mike Bayerimprove column_reflect docs
2020-11-17  Federico CaselliMerge "Data type is supported only on sequences, not...
2020-11-17  Federico CaselliData type is supported only on sequences, not indentity
2020-11-17  Mike BayerClarify how ORM rows are returned in the tutorial
2020-11-16  Mike Bayeradd 1.4.0b2 indicator for recent 1.3 changes
2020-11-16  Mike BayerCorrect versionadded for #5604
2020-11-16  mike bayerMerge "Add opsclass to exclusion constraint"
2020-11-16  AlonMAdd opsclass to exclusion constraint
2020-11-16  Mike BayerEnsure the "orm" plugin is used unconditionally for...
2020-11-15  Mike BayerAdd migration note for ticket #5367
2020-11-14  mike bayerMerge "Some small improvements on the tutorial 2.0...
2020-11-14  Mike Bayerdon't check standard_conforming_strings less than serve...
2020-11-13  Federico CaselliSome small improvements on the tutorial 2.0 documents
2020-11-13  Mike BayerRevert "Added ssl_mode flag to mysqldb"
2020-11-13  Gord ThompsonAdded ssl_mode flag to mysqldb
2020-11-13  Mike Bayerformatting
2020-11-12  Oscar BatoriAdded missing keywords for MySQL dialect
2020-11-11  Mike BayerAllow multiple returning() calls
2020-11-11  Mike BayerWarn / raise for returning() / return_defaults() combin...
2020-11-11  Mike BayerRemove misleading correlation examples
2020-11-10  Thomas Graingers/craete/create/g
2020-11-09  mike bayerMerge "Support SQLite WITHOUT ROWID tables"
2020-11-08  RamonWillImplement upsert for SQLite
2020-11-08  mike bayerMerge "Allow dialect-specific stringification"
2020-11-08  Mike BayerAllow dialect-specific stringification
2020-11-08  Sean AndersonSupport SQLite WITHOUT ROWID tables
2020-11-08  mike bayerMerge "Convert to autoload_with internally"
2020-11-07  Mike Bayerrevert the code change part of the previous commit
2020-11-07  Mike Bayerimprove verbiage a bit for the public_factory
2020-11-07  Mike BayerConvert to autoload_with internally
2020-11-06  Mike BayerSupport "sqlalchemy.future" for engine_from_config
2020-11-04  Mike BayerAdd changelog for f016c1ac7f93d2f759
2020-11-04  mike bayerMerge "Reduce import time overhead"
2020-11-03  Mike BayerReduce import time overhead
2020-11-02  Federico CaselliFix wheel generation
2020-11-02  Mike BayerVersion 1.4.0b2 placeholder
2020-11-02  Mike Bayer- 1.4.0b1 rel_1_4_0b1
2020-11-02  Mike Bayeronly install greenlet for python 3
2020-11-02  Mike BayerEnsure AsyncAdaptedLock is present
2020-11-02  Mike BayerRevert "- 1.4.0b1"
2020-11-02  Mike Bayer- 1.4.0b1
2020-11-02  Mike Bayerchangelog edits and improvements
2020-11-01  Mike Bayerfix notes regarding Python 3.5
2020-10-31  Mike Bayerupdate selectin docs
2020-10-31  mike bayerMerge "tutorial 2.0 WIP"
2020-10-31  Mike Bayertutorial 2.0 WIP
2020-10-31  mike bayerMerge "while working on #5435, I found some misses...
2020-10-31  mike bayerMerge "Deprecate bind args, execute() methods that...
2020-10-31  Mike BayerDeprecate bind args, execute() methods that were missed
2020-10-30  jonathan vanascowhile working on #5435, I found some misses from the... 5676/head
2020-10-30  mike bayerMerge "Apply underscore naming to several more operators"
2020-10-30  jonathan vanascoApply underscore naming to several more operators
2020-10-30  Mike Bayerrename "bulk" UPDATE and DELETE to not use the word...
2020-10-30  Mike BayerClarify bulk operations caveats
2020-10-29  Mike BayerImplement PropComparator.and_() for remaining options
2020-10-26  jonathan vanascoadded docstring about expire_on_commit for #5243
2020-10-26  mike bayerMerge "Correct reflection for composite primary keys"
2020-10-24  Mike Bayerimprove engine logging docs
2020-10-21  fulpmCorrect reflection for composite primary keys
2020-10-21  Mike BayerDon't load expired objects from evaluator
2020-10-21  Mike BayerDon't populate expired attrs w/ evaluator
2020-10-20  Mike BayerImprove assoc proxy docs for 1.3 changes
next