]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2017-01-09  Mike BayerAdapt from "localparent" in joinedloader
2017-01-05  Mike Bayer- add a section for ARRAY of JSON to complement ARRAY...
2017-01-04  plumSemPyEnsure session.no_autoflush uses finally
2016-12-28  mike bayerMerge "Correct any_, all_ spelling"
2016-12-28  Mike Bayer- fix bad merge to changelog
2016-12-28  Mike BayerCorrect any_, all_ spelling
2016-12-22  Francisco CapdevilaTypo
2016-12-21  Mike BayerDon't select lastrowid for inline=True
2016-12-21  Mike BayerCall nextval() on sequence when doing INSERT from SELECT
2016-12-21  Mike Bayer- these two tests require sane rowcount at the base
2016-12-21  Mike BayerUse session for exec check
2016-12-20  Mike BayerBump "table compression" flag to Oracle 10.1
2016-12-19  Mike BayerAdd real .entities to _BundleEntity
2016-12-12  Mike Bayer- xmin example requires a server default declaration...
2016-11-23  Mike BayerAdd _extend_on deduplicating set for metadata.reflect()
2016-11-23  Ionuț CiocîrlanAllow the value 0 for Postgresql TIME/TIMESTAMP precision
2016-11-22  Mike BayerEnsure Variant passes along impl right-hand type
2016-11-18  Mike BayerDisable single-inheritance critera on the outside of...
2016-11-16  Mike BayerPort lower case quoted name fix to firebird
2016-11-16  Mike Bayer- 1.1.5 setup
2016-11-15  Mike Bayer- 1.1.4 rel_1_1_4
2016-11-15  Mike Bayer- 1.0.16 release date
2016-11-15  mike bayerMerge "Add missing items to collection.__getstate__"
2016-11-14  Mike Bayer- experiment with union merge for changelog
2016-11-14  Mike BayerAdd missing items to collection.__getstate__
2016-11-12  Mike BayerCount columns using PrimaryKeyConstraint.__len__ directly
2016-11-11  Mike BayerMerge remote-tracking branch 'origin/pr/318'
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-10  Mike BayerUse configured props for mapper.attrs, mapper.all_orm_d...
2016-11-10  mike bayerMerge "Consider version_id_prop when emitting bulk...
2016-11-10  Mike BayerConsider version_id_prop when emitting bulk UPDATE
2016-11-10  Kevin JurczykAdd conditional import for pysqlcipher3
2016-11-10  mike bayerMerge "Remove non-working Connection.default_schema_nam...
2016-11-10  Roman PodoliakaAdd support for server side cursors to mysqldb and...
2016-11-10  Benjamin DopplingerRemove non-working Connection.default_schema_name(...
2016-11-10  Mike BayerEnsure attribute keys used for bulk update pk set
2016-11-08  Kevin JurczykAdd quotes around PRAGMA values in pysqlcipher connect.
2016-11-08  Mike BayerPut include_table=True for DO UPDATE..WHERE, but not...
2016-11-06  Mike BayerMove setup functionality into _register_attribute
2016-10-31  jfinkelsAdds missing word "of" in docs
2016-10-28  Mike BayerAdd check for blank string coming from MySQL's enum
2016-10-28  Mike Bayer- 1.1.4 versioning
2016-10-27  Mike Bayer- 1.1.3 rel_1_1_3
2016-10-27  mike bayerMerge "Restore object to the identity_map upon delete...
2016-10-27  Mike BayerRestore object to the identity_map upon delete() uncond...
2016-10-23  Randy BarlowMinor fixes in the ext.hybrid documentation.
2016-10-21  Mike BayerEnsure .mapper is set on _ColumnEntity
2016-10-20  Mike BayerDon't set pg autoincrement if type affinity is not...
2016-10-20  mike bayerMerge "Convert expression type for concat + Enum"
2016-10-20  Mike BayerDocument Enum.enums is now a list
2016-10-20  Mike BayerConvert expression type for concat + Enum
2016-10-20  Mike BayerEnsure TypeDecorator delegates _set_parent_with_dispatch
2016-10-20  Mike Bayer- open for 1.1.3
2016-10-19  Mike BayerRewrite migration notes for [ticket:3514]
2016-10-17  Mike Bayer- 1.1.2 rel_1_1_2
2016-10-17  Mike Bayer- correct ticket link markup
2016-10-17  mike bayerMerge "Add a qualifying character to multi INSERT....
2016-10-17  Mike BayerRemove the use of the word "fundamental" to describe...
2016-10-17  Mike BayerAdd a qualifying character to multi INSERT..VALUES...
2016-10-17  Mike BayerAdd explicit copy() to Enum
2016-10-17  Mike BayerMemoize load_path in all cases, run quick populators...
2016-10-17  Mike BayerAssemble "don't joinedload other side" rule using query...
2016-10-17  mike bayerMerge "Check for __module__ not present in util.wrap_ca...
2016-10-16  Pierre JauryRemove some legacy dead code from the declared_attr...
2016-10-14  Mike BayerCheck for __module__ not present in util.wrap_callable()
2016-10-13  Randy BarlowFix a minor grammatical error in the ORM tutorial.
2016-10-13  Mike Bayer- setup for next version
2016-10-10  Matt RiedemannUpdate the Column.nullable docstring for the primary_ke...
2016-10-08  Ville Skyttäspelling: Mysql -> MySQL
2016-10-08  Ville Skyttäspelling: Postgis -> PostGIS
2016-10-08  Ville Skyttäspelling: Postgresql -> PostgreSQL
2016-10-08  Ville SkyttäSpelling fixes
2016-10-07  Mike Bayer- 1.1.1 rel_1_1_1
2016-10-07  Mike BayerChange autoincrement compileerror to a warning
2016-10-07  Mike BayerCatch DBAPIError instead of ProgrammingError for pyodbc...
2016-10-06  Mike Bayer- set up for 1.1.1
2016-10-05  Mike Bayer- 1.1.0 rel_1_1_0
2016-10-05  mike bayerMerge "Propagate execution_options at compile stage"
2016-10-05  Mike BayerPropagate execution_options at compile stage
2016-10-05  Randy BarlowMinor grammatical improvements in doc/build/intro.rst.
2016-10-05  Mike BayerCheck for __clause_element__() in ORM insert/update
2016-10-04  Mike BayerCheck row for None with implicit returning PK to accomm...
2016-10-04  mike bayerMerge "Enhance "raise" strategy to include "raise_on_sq...
2016-10-04  mike bayerMerge "Honor additional row coming in with value of...
2016-10-04  Mike Bayer- add a few more changes and try to break some out...
2016-10-04  Mike BayerEnhance "raise" strategy to include "raise_on_sql"...
2016-10-04  Mike BayerHonor additional row coming in with value of None
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-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...
next