]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
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-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
2016-07-07  Mike BayerAdd additional documentation re: JSONEncodedDict
2016-07-06  Mike Bayer- 1.0.14 changelog update
2016-07-06  mike bayerMerge "Adapt "FOR UPDATE OF" with Oracle limit/offset"
2016-07-05  Mike BayerAdapt "FOR UPDATE OF" with Oracle limit/offset
2016-07-05  Jeong YunWon`index_property` catches IndexError as well as KeyError
2016-07-05  Mike Bayer- version bump
2016-07-04  Mike BayerRepair PG BIGSERIAL w/ TypeDecorator, Variant
2016-07-04  Mike BayerMerge remote-tracking branch 'origin/pr/288'
2016-07-03  Kristian Perkinsfixed typo
2016-07-02  Lele GaifaxFix some typos in 1.1's changelog and migration sections
2016-07-02  Lele GaifaxConsistently use the official PostgreSQL casing
2016-07-01  Mike Bayer- add backports
2016-07-01  Mike BayerPreserve type for math negation
2016-07-01  Mike Bayer- 1.1.0b2 rel_1_1_0b2
2016-07-01  Mike Bayer- revert the RTD reqs workaround, we are self-hosting now
2016-06-29  mike bayerMerge "Repair pickling for Properties object"
2016-06-29  Pieter MulderRepair pickling for Properties object
2016-06-29  Mike BayerEnsure @compiles calls down to the original compilation...
2016-06-23  Mike BayerMake boolean processors consistent between Py/C; coerce...
2016-06-20  Mike BayerDon't reorder PrimaryKeyConstraint columns if explicit
2016-06-20  Mike BayerDisable Enum string validation by default
2016-06-20  Mike Bayer- create space for 1.1.0b2
2016-06-18  Mike Bayer- update alembic link
2016-06-18  Mike Bayer- missing indexable.rst
2016-06-16  Mike Bayer1.1.0b1
2016-06-16  Mike Bayer- dont need this
2016-06-16  mike bayerMerge "Add DDLCompiler.create_table_suffix()"
2016-06-16  mike bayerMerge "update pytest good practices link in PyTest...
2016-06-16  Mark Sandanupdate pytest good practices link in PyTest class
2016-06-16  Mark SandanAdd DDLCompiler.create_table_suffix()
2016-06-15  Mike Bayer- dont use id() to test identity as these can be recycled
2016-06-15  Mike Bayer- flake8
2016-06-15  mike bayerMerge "Add TABLESAMPLE clause support."
2016-06-15  mike bayerMerge "Interpret lateral, alias as from clauses"
next