]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2019-03-06  Mike BayerFix pooling typo rel_1_0
2019-02-09  Mike BayerNote for history methods that history is reset per...
2019-02-08  Mike Bayermention no_autoflush in the flush section of the docs
2019-02-07  Mike BayerUse declarative mapping for the embedded SQL expression...
2019-02-05  Mike BayerRemove all occurrences of the word "password" from...
2019-01-18  Mike BayerAdd example of password URL encoding
2018-12-31  Lele Gaifaxcommit 1b774808c926665047bf353222ecd191679a95d1
2018-12-28  Mike BayerAdd missing disambiguation to non-primary mapper example
2018-12-24  Mike Bayer- remove non-working dialects some of which are 404's
2018-12-21  Mike BayerRewrite the convert_unicode docs and add tons of dragons
2018-12-07  Mike BayerAdd versioned_update_old_row example
2018-12-07  Mike Bayer- fix formatting on examples to list the description...
2018-12-03  Mike BayerAll sphinx dependencies move under the github sqlalchem...
2018-11-30  Raphaeltypo
2018-11-27  Mike BayerMove links etc. to github, new alembic links
2018-11-26  Mike Bayer- remove @HEAD indicator from docs requirements, fixes...
2018-11-06  Mike BayerImprove documentation re: Session.binds and partitionin...
2018-10-02  Mike BayerAdd additional documentation for ORM fetched defaults
2018-09-29  Mike BayerAdd link to Code of Conduct
2018-09-28  Denis KataevRemove unnecessary unicode and raw string prefix
2018-09-17  Wouter OvermeireFix doc type
2018-08-28  Mike BayerFix links and update verbiage for reset_on_return
2018-08-17  Mike BayerDocument binary_prefix for mysqlclient and PyMySQL
2018-08-09  Mike BayerCorrect for the INSERT statement, typos
2018-08-09  Mike BayerWrite a much better section about server defaults
2018-08-01  Kevin HornReplace 'with' with 'which'
2018-07-05  Mike Bayer- add some context to the declarative section indicatin...
2018-07-04  Mike Bayer- fix linking for the query.rst page
2018-06-20  Andrew GaulRemove stale ON UPDATE/ON DELETE comment.
2018-03-02  Mike BayerFix enable_relationship_loading() works fine w/ one...
2018-02-27  Anton VlasenkoFix typo in python example
2018-02-14  Tim ShafferFixed link to Flask-SQLAlchemy in documentation
2018-02-08  Mike Bayer- fix formatting
2018-02-02  Mike Bayer- ensure it's clear that all DDLEvents can be associated
2018-01-31  Mike Bayer- don't scare off developers with the word "advanced...
2018-01-25  Mike BayerAdd a new FAQ section explaining how to ensure parenthesis
2018-01-25  Mike BayerAdd note to FAQ that IN behavior is modernized in 1.2.
2018-01-25  Mike BayerFurther refine map_column verbiage
2018-01-24  Mike BayerRework synonym, synonym_for documentation
2017-12-15  Martijn PietersAllow for the database to produce a UUID instance
2017-12-15  Jacob HayesFix import in Inspector.reflecttable doc
2017-12-01  Randy BarlowFix a typo in basic_relationships.rst.
2017-11-09  Mike Bayer- fix loop logic that was leaving out 10K items from
2017-11-03  Mike BayerFix as many RST parse warnings as possible.
2017-09-28  Mike Bayer- add more dragons to session.begin() / autocommit...
2017-09-28  Mike Bayer- tweak the handle_error docs a bit
2017-09-26  Mike BayerDocument and test __table_cls__
2017-09-26  Mike Bayer- pin on cx_Oracle 6.0.1 for the moment while we wait for
2017-09-25  Michael SmirnovFixed a typo in before_execute doc.
2017-09-01  Mike BayerAdd InternalError for mysqlclient disconnect
2017-09-01  Mike Bayerinclude a note about the importance of type coerce...
2017-08-23  Mike BayerRemove twophase for cx_Oracle 6.x
2017-08-22  Mike Bayeruse regexp to parse cx_oracle version string
2017-08-22  Mike Bayer- 1.0.20
2017-08-22  Mike Bayer- fix typos
2017-08-22  Mike Bayer- modernize the mysql connection timeout docs
2017-08-22  Mike BayerFirst level repair for cx_Oracle 6.0 test regressions
2017-08-22  Mike Bayer- ensure identifier re-use doesn't make this break
2017-08-22  Mike Bayer- allow a separate template database to be used for
2017-08-22  Mike Bayer- repair --dbs
2017-08-22  Mike Bayer- still supporting py2.6 in 1.1/1.0 (!)
2017-08-22  Mike Bayer- backport all pytest-xdist / multi backend changes
2017-08-21  hsmtkkfix a typo
2017-08-19  Mike Bayer- dont run sql mode config tests if we aren't on mysql
2017-08-19  Mike Bayer- backport new tox from 1.2
2017-08-09  Nils Philippsenfix "constrast" typos
2017-08-06  Mike Bayer- modernize orm.reconstructor documentation a bit
2017-08-03  Mike Bayer- 1.0.19 rel_1_0_19
2017-07-31  Mike Bayer- convert to spaces
2017-07-28  Mike BayerRevert cx_Oracle WITH_UNICODE change under > 5.0
2017-07-28  Mike Bayer- 1.0.19
2017-07-24  Mike Bayer- 1.0.18 rel_1_0_18
2017-07-24  mike bayerMerge "Ensure we check for boolean condition when we...
2017-07-24  Feanil PatelMake flush logic slightly clearer in tutorial.
2017-07-24  Mike BayerEnsure we check for boolean condition when we inspect...
2017-07-24  Mike Bayer- remove dupicated 1.0.18 block, which seems like it...
2017-07-24  Mike Bayer- move to file-per-changelog for unreleased change...
2017-07-17  Tom SitterReplace Session class with session instance
2017-07-03  Michael StewartInclude missing import in example
2017-05-17  Mike Bayer- add complete parameter /return value docs to session...
2017-05-16  Mike Bayer- move additional sections under with_polymorphic missed
2017-05-16  Mike Bayer- categorize these two with_polymorphic subsections...
2017-05-16  Mike Bayer- fix broken link
2017-05-16  Mike Bayermodernize and repair inheritance examples
2017-05-12  Mike BayerAdd links to with_only_columns to Select.column, append...
2017-05-11  Mike BayerUpdate inheritance documentation.
2017-05-10  Denis KataevFix docs syntax error
2017-05-08  LunarShaddowBreak the lines to fit pdf and fix another broken syntax
2017-05-08  Ben Faginfixes a typo
2017-05-05  Mike Bayer- big rewrite of the Sequence documentation:
2017-05-05  Mike Bayer- add another note re: 339e2c13b0fc8e95a47d00c0f8fc5afc...
2017-05-05  Mike Bayer- add a note to MetaData.schema indicating that the...
2017-04-24  Mike Bayertest / document postgresql_ops against a labeled expression
2017-04-17  Jonathan SueverFix of minor typo in the UnmappedInstanceError message
2017-04-17  Mike Bayer- remove errant doctest comment
2017-04-04  Bertrand JaninFix typo.
2017-03-30  Ihor KalnytskyiDocs/faq/performance
2017-03-27  Bertrand JaninFix a title typo
2017-03-18  Jamie AlessioFix typos ('expicit' -> 'explicit')
2017-03-18  Paul Brownfix pep8 errors in association example
next