]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2017-05-17  Mike Bayer- add complete parameter /return value docs to session...
2017-05-16  Mike Bayer- move additional sections under with_polymorphic missed
2017-05-16  Mike Bayer- categorize these two with_polymorphic subsections...
2017-05-16  Mike Bayer- fix broken link
2017-05-16  Mike Bayermodernize and repair inheritance examples
2017-05-12  Mike BayerAdd links to with_only_columns to Select.column, append...
2017-05-11  Mike BayerUpdate inheritance documentation.
2017-05-10  Denis KataevFix docs syntax error
2017-05-08  LunarShaddowBreak the lines to fit pdf and fix another broken syntax
2017-05-08  Ben Faginfixes a typo
2017-05-05  Mike Bayer- big rewrite of the Sequence documentation:
2017-05-05  Mike Bayer- add another note re: 339e2c13b0fc8e95a47d00c0f8fc5afc...
2017-05-05  Mike Bayer- add a note to MetaData.schema indicating that the...
2017-04-24  Mike Bayertest / document postgresql_ops against a labeled expression
2017-04-17  Jonathan SueverFix of minor typo in the UnmappedInstanceError message
2017-04-17  Mike Bayer- remove errant doctest comment
2017-04-04  Bertrand JaninFix typo.
2017-03-30  Ihor KalnytskyiDocs/faq/performance
2017-03-27  Bertrand JaninFix a title typo
2017-03-18  Jamie AlessioFix typos ('expicit' -> 'explicit')
2017-03-18  Paul Brownfix pep8 errors in association example
2017-03-18  Paul Brownfix pep8 errors in adjacency_list example
2017-03-13  Mike Bayer- re-set no ad-hoc-engines for oracle, previously low...
2017-03-13  Mike BayerRepair _execute_scalar for WITH_UNICODE mode
2017-03-13  Mike Bayer- 1.0.18 setup
2017-03-07  Mike Bayer- document ForeignKeyConstraint columns / elements...
2017-03-06  Mike Bayer- update asktom link, fixes #3925
2017-03-06  Mike BayerUpdate profiles for psycopg2 2.7
2017-02-08  Mike Bayer- document Query.with_session(), direct constructor...
2017-01-28  Mike Bayer- add missing param tag
2017-01-27  Mike Bayer- remove misleading comment, ref #3902
2017-01-26  Mike Bayer- document that "column" and "where" are arbitrary...
2017-01-24  Frederic JunodFix typo in documentation
2017-01-24  Brianfix example re such that the listen modifier example...
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
next