]> 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-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
2017-03-18  Paul Brownfix pep8 errors in adjacency_list example
2017-03-13  Mike Bayer- re-set no ad-hoc-engines for oracle, previously low...
2017-03-13  Mike BayerRepair _execute_scalar for WITH_UNICODE mode
2017-03-13  Mike Bayer- 1.0.18 setup
2017-03-07  Mike Bayer- document ForeignKeyConstraint columns / elements...
2017-03-06  Mike Bayer- update asktom link, fixes #3925
2017-03-06  Mike BayerUpdate profiles for psycopg2 2.7
2017-02-08  Mike Bayer- document Query.with_session(), direct constructor...
2017-01-28  Mike Bayer- add missing param tag
2017-01-27  Mike Bayer- remove misleading comment, ref #3902
2017-01-26  Mike Bayer- document that "column" and "where" are arbitrary...
2017-01-24  Frederic JunodFix typo in documentation
2017-01-24  Brianfix example re such that the listen modifier example...
2017-01-19  Mike BayerImprove server-side Sequence documentation
2017-01-17  Mike Bayer- 1.0.17 rel_1_0_17
2017-01-17  Mike Bayer- this test is too brittle under load, not worth it...
2017-01-17  Gábor LiptákCorrect pytest deprecation warning
2017-01-17  Mike Bayer- repair an errant docstring w/o r
2017-01-17  Mike Bayer- happy new year
2017-01-13  mike bayerMerge "Support python3.6" into rel_1_0
2017-01-13  Andrii SoldatenkoSupport python3.6
next