]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2019-10-20  Matt LiveseyFix pydoc typo in sqlite dialect
2019-10-18  Mike BayerFix test failures from func doc fix
2019-10-17  Mike Bayerfix func docs
2019-10-15  Mike BayerClarify isolation_level documentation
2019-10-04  Matt Kohlimport StringIO => import io
2019-09-18  Mike BayerAdd missing suite_level requirements "independent_conne...
2019-09-18  Mike BayerAdd missing suite level requirements from 2efd89d02941
2019-09-12  Mike BayerDocument visitors module
2019-09-06  Gord ThompsonUpdate link to sqlalchemy-access
2019-09-05  Mike BayerDocument Query deduplication
2019-08-21  Mike BayerDocument how to work with reflection and custom datatypes
2019-08-11  Mike Bayer- shore up TypeDecorator docs a bit to not render tons of
2019-08-10  Mike BayerClarify INSERT/UPDATE defaults vs. data marshalling
2019-07-21  Mike Bayerfilter formatargspec deprecation warning
2019-07-18  Denis KataevSmall text error in json field doc
2019-07-18  Denis KataevFix doc for #4765
2019-07-05  Mike BayerRename tutorial section to "Using Aliases and Subqueries"
2019-06-17  Emile CaronFix typo in documentation examples
2019-05-25  Mike BayerUse py.test for versioned_history tests, nose no longer...
2019-05-23  Mengxi Zhangdoc grammar updates
2019-05-13  Michael J WardFixes typo in core/connections.rst
2019-04-25  Mike Bayerremote_attr and local_attr refer to class bound attribu...
2019-04-18  vpsxUse "parent object" instead of "primary object"
2019-04-05  Mike BayerUpdate link for cx_Oracle
2019-03-06  Mike BayerFix pooling typo
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 BayerFeature mysqlclient
2019-01-18  Mike BayerAdd example of password URL encoding
2019-01-17  Mike Bayer- pep8 fix
2019-01-15  Mike BayerConvert most "See also" phrases into .. seealso::
2019-01-15  Mike BayerRemove version directives for 0.6, 0.7, 0.8
2019-01-13  Mike Bayercorrect paramref to property links to refer to creation...
2019-01-12  Mike Bayeruse ..deprecated directive w/ version in all cases
2019-01-09  Charles S.... Update index.rst - Added link to Drill dialect.
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-12  Mike BayerDocument and support nested composites
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-06  adriennefrankeFixed typo in docs
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-14  Mike BayerDon't call rollback on DBAPI connection that's "closed"
2018-10-13  Mike Bayer- get the "now" date for this test in terms of the...
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-28  Mike BayerAdd non-primary mapper example illustrating a row-limit...
2018-09-17  Wouter OvermeireFix doc type
2018-09-07  Glyphminor spelling correction
2018-09-06  Mike BayerClarify init_scalar event use case
2018-08-30  Mike BayerMariaDB 10.3 updates
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-10  Mike BayerDocument sticky behavior of loader options
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-28  Logan RosenUpdate URL for PyMySQL documentation
2018-06-20  Andrew GaulRemove stale ON UPDATE/ON DELETE comment.
2018-06-13  Mike Bayerupdate client-side/server-side SQL default expression...
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-04-01  Mike BayerFix bindparam type param fixes #4220
2018-03-26  Mike BayerLink to the ExpireRelationshipOnFKChange recipe for...
2018-03-07  Mike BayerMake it much more clear that concrete mapping is limited
2018-03-07  Mike BayerAdd notes regarding flat=True
2018-03-06  Mike BayerVersion 1.1.19 placeholder
2018-03-06  Mike Bayer- 1.1.18 rel_1_1_18
2018-03-05  Mike BayerOnly replace first occurrence for COLLATE/ARRAY syntax
2018-03-03  Mike BayerGet MySQL version info from @@version
2018-03-02  Mike Bayer- add some seealsos for the transient object that loads...
2018-03-02  Mike BayerFix enable_relationship_loading() works fine w/ one...
2018-02-27  Anton VlasenkoFix typo in python example
2018-02-22  Mike BayerVersion 1.1.18 placeholder
2018-02-22  Mike Bayer- 1.1.17 rel_1_1_17
2018-02-20  Mike BayerDefault to using current mapped class as owner if none...
2018-02-19  Mike BayerRewrite the "deleting from collections" section
2018-02-16  Mike BayerVersion 1.1.17 placeholder
2018-02-16  Mike Bayer- 1.1.16 rel_1_1_16
2018-02-16  Mike Bayerfix formatting
2018-02-15  AndrĂ© CruzAdd ssl "operation timed out" message for psycopg2
2018-02-14  Tim ShafferFixed link to Flask-SQLAlchemy in documentation
2018-02-12  Mike BayerAdd dependency for parent_pre post updates to parent...
2018-02-09  Mike BayerSearch through mapper superclass hierarchy for owner
2018-02-09  mike bayerMerge "Ensure weakref finalize_fairy operates upon...
2018-02-08  Mike Bayer- fix formatting
2018-02-08  Mike BayerEnsure weakref finalize_fairy operates upon the current...
2018-02-02  Mike Bayer- ensure it's clear that all DDLEvents can be associated
next