]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2017-01-19  Mike BayerImprove server-side Sequence documentation
2017-01-17  Mike Bayer- 1.0.17 rel_1_0_17
2017-01-17  Mike Bayer- this test is too brittle under load, not worth it...
2017-01-17  Gábor LiptákCorrect pytest deprecation warning
2017-01-17  Mike Bayer- repair an errant docstring w/o r
2017-01-17  Mike Bayer- happy new year
2017-01-13  mike bayerMerge "Support python3.6" into rel_1_0
2017-01-13  Andrii SoldatenkoSupport python3.6
2017-01-12  Mike Bayer- document how to use autocommit isolation level for...
2017-01-09  Mike BayerAdapt from "localparent" in joinedloader
2017-01-09  Mike Bayer- prep for 1.0.17
2017-01-05  Mike Bayer- add a section for ARRAY of JSON to complement ARRAY...
2016-12-22  Francisco CapdevilaTypo
2016-12-12  Mike Bayer- xmin example requires a server default declaration...
2016-11-15  Mike Bayer- 1.0.16 rel_1_0_16
2016-11-14  Mike Bayer- experiment with union merge for changelog
2016-11-11  jfinkelsAdds missing word "of" in docs
2016-11-11  Mike BayerQuote URL tokens with semicolons for pyodbc, adodbapi
2016-11-11  Mike Bayer - oragnize the changelog with tokens per .. change...
2016-11-11  Mike BayerUse configured props for mapper.attrs, mapper.all_orm_d...
2016-11-10  Mike BayerConsider version_id_prop when emitting bulk UPDATE
2016-11-10  Mike BayerEnsure attribute keys used for bulk update pk set
2016-10-27  Randy BarlowMinor fixes in the ext.hybrid documentation.
2016-10-16  Pierre JauryRemove some legacy dead code from the declared_attr...
2016-10-13  Randy BarlowFix a minor grammatical error in the ORM tutorial.
2016-10-10  Matt RiedemannUpdate the Column.nullable docstring for the primary_ke...
2016-10-07  Mike BayerCatch DBAPIError instead of ProgrammingError for pyodbc...
2016-10-05  Randy BarlowMinor grammatical improvements in doc/build/intro.rst.
2016-10-04  Mike Bayer- add a note to baked documentation indicating it is not
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-01  Mike Bayer- make sure dispose() is mentioned as a strategy for
2016-10-01  Mike Bayer- some documentation hits
2016-10-01  Dmitry BogunRemove extra "return" statement in orm.ext.declared_att...
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 BayerEnsure mapper.polymorphic_on is polymorphic_prop.columns[0]
2016-09-20  Mike Bayer- disable two phase testing for mysql entirely, build...
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 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
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-01  Mike Bayer- 1.0.15 rel_1_0_15
2016-09-01  Mike BayerSupport all MySQL/Connector int/bool arguments
2016-08-31  Edouard BertheCorrects typo
2016-08-28  Michael WilliamsonFix table reference in PostgreSQL documentation
2016-08-16  Romuald BrunetFix documentation basic example (missing imports)
2016-08-15  Mike BayerRework _apply_joins(), _prep_for_joins() totally
2016-08-13  mike bayerMerge "Ensure final link in subqueryload join is correc...
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-11  Mike Bayer- add another example for chained polymorphic eager...
2016-08-11  Mike Bayer- small updates to polymorphic eager loading, cross...
2016-08-02  brlnWarn that bulk save groups inserts/updates by type
2016-08-02  Jeff WidmanFix typo
2016-08-02  Michael WilliamsonFix reference to _declarative_constructor in docstring
2016-07-27  Mike Bayer- Document how SQL Server does MAX with VARCHAR, NVARCHAR
2016-07-24  Mike BayerAllow Table._reset_exported to silently pass
2016-07-24  Mike Bayer- a variety of test adjustments to accomodate for MySQL 5.7
2016-07-12  Mark HahnenbergFix issue with unbaking subqueries
2016-07-12  Mike Bayer- 1.0.15 for dev
2016-07-12  Shige TakedaUpdate index.rst
2016-07-12  Shige TakedaUpdate index.rst
2016-07-07  Mike Bayer- fix typo
2016-07-07  Mike BayerAdd additional documentation re: JSONEncodedDict
2016-07-06  Mike Bayer- 1.0.14 rel_1_0_14
2016-07-05  Mike BayerAdapt "FOR UPDATE OF" with Oracle limit/offset
2016-07-04  Mike BayerRepair PG BIGSERIAL w/ TypeDecorator, Variant
2016-07-01  Mike Bayer- add backports
2016-07-01  Mike BayerPreserve type for math negation
2016-07-01  Mike Bayer- revert the RTD reqs workaround, we are self-hosting now
2016-06-29  Pieter MulderRepair pickling for Properties object
2016-06-18  Mike Bayer- update alembic link
2016-06-15  Mike Bayer- dont use id() to test identity as these can be recycled
2016-06-15  Mike Bayer- flake8
2016-06-13  Mike BayerDeprecate FromClause.count() (pending for 1.1)
2016-06-10  Mike BayerEnsure CTE internals are handled during clone
2016-06-03  Mike Bayer- use a mock here, do away with timing problems for...
2016-06-03  mike bayerMerge "Skip UniqueConstraint marked by unique=True...
2016-06-02  Mike Bayer- limit oracle DB reaps to identifiers generated from...
2016-06-02  Mike BayerSkip UniqueConstraint marked by unique=True in tometadata
2016-05-31  Adam ChainzConvert readthedocs link for their .org -> .io migratio...
2016-05-24  Ville SkyttäSpelling fixes: "an SQL" -> "a SQL", see #266
2016-05-24  Ville SkyttäSpelling fixes: "the a"
2016-05-24  vytotasFix typo in config result.py docs
2016-05-24  Mike BayerRepair dictlike-polymorphic
2016-05-18  Mike BayerSupport "blank" schema when MetaData.schema is set
2016-05-16  Mike Bayer- 1.0.13 rel_1_0_13
2016-05-16  mike bayerMerge "Fix TypeError during cx_Oracle connection" into...
2016-05-16  Mike BayerAccommodate "callable" bound param in evaluator
2016-05-16  Mike BayerFix formatting on test_evaluator
2016-05-16  John VandenbergFix TypeError during cx_Oracle connection
2016-05-14  Iuri de SilvioHandle `SSL error: decryption failed or bad record...
2016-05-13  Mark Sandanchange "psotgresql" to 'postgresql' in decorator
2016-05-12  Frank Carnovaletypo in glossary#release: s/proces/process/
2016-05-12  Frank Carnovaletypo in glossary#FROMclause: s/incicates/indicates/
2016-05-12  Frank Carnovaletypo in glossary#instrumentation: s/behviors/behaviors/
next