]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
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-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...
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
next