]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
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
2018-01-31  Mike Bayer- don't scare off developers with the word "advanced...
2018-01-25  Mike BayerAdd note to FAQ that IN behavior is modernized in 1.2.
2018-01-25  Mike BayerAdd a new FAQ section explaining how to ensure parenthesis
2018-01-25  Mike BayerFurther refine map_column verbiage
2018-01-24  Mike BayerRework synonym, synonym_for documentation
2018-01-15  Mike Bayer- add missing 2018 update to conf.py
2018-01-12  Mike Bayerhappy new year
2018-01-12  Aubrey Stark... `ValuesBase.values` inconsistency fix
2018-01-05  Mike Bayerturn off pytest's latest plugin we didn't ask for,...
2018-01-04  Mike BayerCheck for object was expunged before restoring after...
2017-12-18  Jacob HayesAdd TRUNCATE to postgres autocommit regexp
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-04  Mike BayerAdd tests for ARRAY propagate events re. MutableList
2017-12-01  Randy BarlowFix a typo in basic_relationships.rst.
2017-11-17  mike bayerMerge "add nullsfirst() / nullslast() to top-level...
2017-11-16  Jeff WidmanAdd license to Wheel metadata
2017-11-16  Lele Gaifaxadd nullsfirst() / nullslast() to top-level imports
2017-11-13  Mike BayerPropagate kwargs for mysql concat, match
2017-11-09  Mike Bayer- fix loop logic that was leaving out 10K items from
2017-11-03  Mike BayerVersion 1.1.16 placeholder
2017-11-03  Mike Bayer- 1.1.15 rel_1_1_15
2017-11-03  Mike BayerFix as many RST parse warnings as possible.
2017-11-02  Mike BayerAdd doc note for contains_eager() w/ subclasses.
2017-10-31  Nicolas CANIARTAccommodate tuples for ColumnDefault.__repr__
2017-10-31  Mike Bayer- add notes that @comparator and @expression don't...
2017-10-28  Mike BayerFilter attributes we don't map during a load_scalar_att...
next