]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2016-10-04  Mike BayerUse schema_name() for SQL Server default schema
2016-10-04  Mike BayerUse SQL Server SERVERPROPERTY for version info w/ pyodbc
2016-10-03  Mike BayerEnsure strong ref to obj before calling persistent_to_d...
2016-10-01  Mike BayerAdd "eager_parenthesis" late-compilation rule, use...
2016-10-01  Mike Bayer- some documentation hits
2016-10-01  Dmitry BogunRemove extra "return" statement in orm.ext.declared_att...
2016-09-30  Mike BayerEscape literal string values passed to server_default
2016-09-28  Mike BayerEnable include_table for ON CONFLICT whereclauses
2016-09-26  mike bayerMerge "Handle BaseException in all _handle_dbapi_error"
2016-09-24  Mike Bayer- improve documentation for SessionTransaction re:...
2016-09-22  Mike Bayer- clarify documentation on timezone flag, since Oracle...
2016-09-21  Mike BayerHandle BaseException in all _handle_dbapi_error
2016-09-21  Mike BayerEnsure mapper.polymorphic_on is polymorphic_prop.columns[0]
2016-09-20  mike bayerMerge "Add exclude_tablespaces argument to Oracle"
2016-09-20  mike bayerMerge "Add the "triggering mapper" to the configure_map...
2016-09-20  David FraserAdd exclude_tablespaces argument to Oracle
2016-09-20  Mike Bayer- disable two phase testing for mysql entirely, build...
2016-09-20  John PerkinsAdd the "triggering mapper" to the configure_mappers...
2016-09-20  mike bayerMerge "Allow SQL expressions to be set on PK columns"
2016-09-20  mike bayerMerge "Exclude eq and ne from associative operators"
2016-09-20  mike bayerMerge "Support bindparam() with callable for primaryjoin"
2016-09-20  Mike BayerAllow SQL expressions to be set on PK columns
2016-09-19  mike bayerMerge "Fix ArgumentError access in Session._add_bind"
2016-09-19  John PassaroExclude eq and ne from associative operators
2016-09-19  mike bayerMerge "Additions to support HAAlchemy plugin"
2016-09-19  Mike BayerSupport bindparam() with callable for primaryjoin
2016-09-19  Mike BayerFix ArgumentError access in Session._add_bind
2016-09-19  Ken RobbinsAdd "message 20017" (unexpected EOF from the server...
2016-09-16  Mike BayerAdditions to support HAAlchemy plugin
2016-09-16  Mike Bayer- latest mysql 5.7 also crashing on XA recovery, disable
2016-09-15  Mike BayerRepair foreign_keys population for Join._refresh_for_ne...
2016-09-15  Mike Bayer- placeholder for 1.0.16 within 1.0 changelog
2016-09-13  Mike BayerMerge branch 'keeyipchan/fix-typo-in-comment-1473614966...
2016-09-12  Mike Bayer- also caveats for update() / delete() regarding single
2016-09-12  Mike Bayer- add caveat for bulk deletes that they are generally...
2016-09-11  keeyip chanFix typo in comment
2016-09-02  mike bayerMerge "Allow stringify compiler to render unnamed column"
2016-09-02  Mike BayerRepair clauselist comparison to account for clause...
2016-09-02  Mike BayerAllow stringify compiler to render unnamed column
2016-09-01  Mike Bayer- add 1.0.15 release date
2016-09-01  Mike BayerSupport all MySQL/Connector int/bool arguments
2016-08-31  Mike BayerCheck for supports_execution at ClauseElement base
2016-08-31  Edouard BertheCorrects typo
2016-08-28  Mike BayerMerge remote-tracking branch 'origin/pr/304'
2016-08-28  Mike BayerMerge remote-tracking branch 'origin/pr/303'
2016-08-28  Michael WilliamsonProvide more informative error when joining with no...
2016-08-28  Michael WilliamsonFix table reference in PostgreSQL documentation
2016-08-27  Vladimir MagamedovFixed example of upsert in the HasCTE.cte docstring by
2016-08-26  Mike BayerRaise when two validators conflict
2016-08-22  mike bayerMerge "Add docstring to declarative_base"
2016-08-17  Mike Bayer- fix wrong var name, credit to @RazerM
2016-08-16  Mike BayerMerge remote-tracking branch 'origin/pr/299'
2016-08-16  Mike BayerMerge remote-tracking branch 'origin/pr/300'
2016-08-15  Mike BayerRework _apply_joins(), _prep_for_joins() totally
2016-08-13  mike bayerMerge "Ensure final link in subqueryload join is correct"
2016-08-13  Mike Bayer- fill in forwards-ports for 1.1 in 1.0 changelog
2016-08-13  Mike BayerEnsure final link in subqueryload join is correct
2016-08-13  Mike Bayer- fix this test which did not allow for the A/ ASub...
2016-08-11  Mike Bayer- add another example for chained polymorphic eager...
2016-08-11  Mike Bayer- small updates to polymorphic eager loading, cross...
2016-08-11  Romuald BrunetFix documentation basic example (missing imports)
2016-08-08  Ville SkyttäSpelling fixes
2016-08-06  Frazer McLeanAdd docstring to declarative_base
2016-08-04  Mike BayerBuild string/int processors for JSONIndexType, JSONPathType
2016-08-04  Mike BayerPropagate kwargs to all MySQL CAST paths
2016-08-02  brlnWarn that bulk save groups inserts/updates by type
2016-08-02  Mike BayerMerge remote-tracking branch 'origin/pr/296'
2016-08-02  Mike BayerMerge branch 'declarative-constructor-reference' of...
2016-07-31  Mike BayerEnsure post-__clause_element__() expression are used...
2016-07-30  mike bayerMerge "Index should extract __clause_element__() early"
2016-07-30  mike bayerMerge "Clarify order_by(False)"
2016-07-30  Mike BayerIndex should extract __clause_element__() early
2016-07-30  Mike Bayer- Consoliate test/sql/test_constraint ConstraintAPITest
2016-07-29  mike bayerMerge "Allow None to cancel Query.group_by()"
2016-07-29  Mike BayerClarify order_by(False)
2016-07-29  Iuri DinizAllow None to cancel Query.group_by()
2016-07-29  mike bayerMerge "Enable JSON testing for pymysql"
2016-07-29  Mike Bayer- next release is 1.1.0
2016-07-29  Mike BayerEnable JSON testing for pymysql
2016-07-27  Mike Bayer- Document how SQL Server does MAX with VARCHAR, NVARCHAR
2016-07-26  Mike Bayer- 1.1.0b3 rel_1_1_0b3
2016-07-26  Jeff WidmanFix typo
2016-07-25  Michael WilliamsonFix reference to _declarative_constructor in docstring
2016-07-25  Mike BayerAllow Table._reset_exported to silently pass
2016-07-25  Mike Bayer- MySQL's JSON shared implementation completely w/...
2016-07-24  Mike Bayer- don't use pymysql at all for JSON, there's Py2K failu...
2016-07-24  Mike Bayer- Workaround in tests for https://github.com/PyMySQL...
2016-07-24  Mike Bayer- a variety of test adjustments to accomodate for MySQL 5.7
2016-07-19  Mike BayerRemove same-named relationship warning
2016-07-18  Mike Bayer- fix formatting
2016-07-13  mike bayerMerge "Add `default` parameter for `index_property`"
2016-07-13  Mike BayerEnsure DML provides named_with_column for CTE(Alias)
2016-07-13  mike bayerMerge "Work w/ prefetch even for selects, if present"
2016-07-12  Mike BayerWork w/ prefetch even for selects, if present
2016-07-12  Mark HahnenbergFix issue with unbaking subqueries
2016-07-12  Mike Bayer- 1.0.15 for dev
2016-07-11  Shige TakedaUpdate index.rst
2016-07-11  Shige TakedaUpdate index.rst
2016-07-10  Jeong YunWonAdd `default` parameter for `index_property`
2016-07-07  Mike Bayer- fix typo
next