]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
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-11  Mike BayerVersion 1.2.17 placeholder
2019-01-11  Mike Bayer- 1.2.16 rel_1_2_16
2019-01-11  Mike Bayerhappy new year
2019-01-11  Mike BayerLeave bytestring exception messages as bytestrings
2019-01-10  Mike BayerSkip expression-based index reflection for SQLite
2019-01-09  Mike BayerRender correct DDL for unsetting table comments
2019-01-09  Charles S.... Update index.rst - Added link to Drill dialect.
2019-01-06  Mike BayerPost black reformatting
2019-01-06  Mike Bayer Run black -l 79 against all source files
2019-01-06  Mike BayerAssorted pre-Black fixes
2019-01-04  Mike BayerPrep for flake8 refactoring
2018-12-31  Mike Bayerrework the exclusions spec expression
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-22  Mike BayerMaintain compiled_params / replacement_expressions...
2018-12-21  Mike BayerHandle PostgreSQL enums in remote schemas
2018-12-21  Mike BayerRewrite the convert_unicode docs and add tons of dragons
2018-12-17  Agam RafaeliAdd missing parameter to docstring
2018-12-12  Mike BayerDocument and support nested composites
2018-12-11  Mike BayerVersion 1.2.16 placeholder
2018-12-11  Mike Bayer- 1.2.15 rel_1_2_15
2018-12-07  Mike BayerRefer to existing of_type when resolving string attribu...
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-04  mike bayerMerge "Move CRUDTest, InlineDefaultTest from test_compi...
2018-12-03  Mike BayerAll sphinx dependencies move under the github sqlalchem...
2018-12-03  mike bayerMerge "Fix PostgreSQL reflection of domains expressed...
2018-12-02  Mike Bayer"left" -> "accidentally placed at"
2018-12-01  Mike BayerMove CRUDTest, InlineDefaultTest from test_compiler
2018-12-01  Jakub SynowiecFix PostgreSQL reflection of domains expressed as arrays
2018-11-30  mike bayerMerge "Add the write_timeout option for mysql." into...
2018-11-30  Raphaeltypo
2018-11-30  jun923.guAdd the write_timeout option for mysql.
2018-11-28  Mike BayerAdd a test harness for MySQL connect args
2018-11-27  mike bayerMerge "Warn for lower-case column attribute on declarat...
2018-11-27  Mike BayerMove links etc. to github, new alembic links
2018-11-26  Mike BayerWarn for lower-case column attribute on declarative
2018-11-26  Mike Bayer- remove @HEAD indicator from docs requirements, fixes...
2018-11-16  Mike Bayer- fix spacing
2018-11-16  Mike BayerRepair tutorial code example to be deterministic
2018-11-15  Mike BayerModernize cx_oracle connect documentation
2018-11-14  Mike BayerAdd secondary selectable to FROM clauses for correlated...
2018-11-14  mike bayerMerge "Deannotate "parententity" in primaryjoin/seconda...
2018-11-14  Mike BayerDeannotate "parententity" in primaryjoin/secondaryjoin
2018-11-13  Mike BayerInsert primary entity in dynamic "secondary"
2018-11-10  Mike BayerVersion 1.2.15 placeholder
2018-11-10  Mike Bayer- 1.2.14 rel_1_2_14
2018-11-10  Mike BayerRevert "- 1.2.14"
2018-11-10  Mike Bayer- 1.2.14
2018-11-10  Mike BayerFix typo
2018-11-10  Mike BayerUse case insensitive matching on lower_case_table_names=1,2
2018-11-06  Mike BayerImprove documentation re: Session.binds and partitionin...
2018-11-03  Lele GaifaxMinor cosmetic tweaks to reST markup
2018-11-02  Mike BayerDeannotate ORM columns in ColumnEntity
2018-11-02  Mike Bayer- block py.test 3.9.1 and 3.9.2, 3.9.3 is OK
2018-11-02  Mike BayerUse attr keys when testing bulk update params for prima...
2018-10-31  Mike BayerVersion 1.2.14 placeholder
2018-10-31  Mike Bayer- 1.2.13 rel_1_2_13
2018-10-31  Chris MacklinAdd missing index method to _AssociationList.
2018-10-31  mike bayerMerge "Move pk on single-inh subclass check below confl...
2018-10-30  Tom MandersonMove pk on single-inh subclass check below conflict...
2018-10-30  Alex HallAdd reserved word 'function' for MySQL
2018-10-30  wodimAdd missing space
2018-10-30  David Poggire-word recycle parameter documentation
2018-10-30  James OwenAdd warning to hybrid property expression and fixup...
2018-10-21  Mike BayerUse the same "current_timestamp" function for both...
2018-10-20  Mike BayerCheck more specifically for hybrid attr and not mapped...
2018-10-17  Mike BayerAdd prop.secondary to FROM for dynamic loader
2018-10-17  Mike Bayerblock py.test 3.9.1
2018-10-15  Mike BayerDon't use "is" to compare exceptions
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-03  Mike BayerPerform additional retrieval of correct column names
2018-10-02  Mike BayerAdd additional documentation for ORM fetched defaults
2018-10-01  Joe UrciuoliFix dependency_for final argument
2018-10-01  Mike BayerAdd test and retroactive changelog for issue 4040
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 bayerMerge "Import from collections.abc" into rel_1_2
2018-09-28  Mike BayerAdd non-primary mapper example illustrating a row-limit...
2018-09-27  xtreakImport from collections.abc
2018-09-26  mike bayerMerge "Copy create_constraint flag for Enum" into rel_1_2
2018-09-25  Mike BayerAccept multiple expressions for aggregate_order_by...
2018-09-25  Mike BayerCopy create_constraint flag for Enum
2018-09-20  Samuel ChouAllow dialects to customize group by clause compilation
2018-09-19  Mike BayerVersion 1.2.13 placeholder
2018-09-19  Mike Bayer- 1.2.12 rel_1_2_12
2018-09-19  mike bayerMerge "Adapt right side in join if lateral detected...
2018-09-18  Mike BayerAdapt right side in join if lateral detected
2018-09-18  Romuald BrunetLook for dict builtin in InstanceState cleanup
2018-09-18  Mike BayerUse cx_Oracle dml_ret_array_val
2018-09-17  Wouter OvermeireFix doc type
2018-09-13  Mike BayerDon't list 1.2.x bugfixes as 1.3.0b1 bugfixes
2018-09-12  Mike BayerAdd explicit note about @hybrid_property mutators re...
2018-09-07  Glyphminor spelling correction
next