]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2018-02-08  Mike Bayer- fix formatting
2018-02-02  Mike Bayer- ensure it's clear that all DDLEvents can be associated
2018-01-31  Mike Bayer- don't scare off developers with the word "advanced...
2018-01-25  Mike BayerAdd note to FAQ that IN behavior is modernized in 1.2.
2018-01-25  Mike BayerAdd a new FAQ section explaining how to ensure parenthesis
2018-01-25  Mike BayerFurther refine map_column verbiage
2018-01-24  Mike BayerRework synonym, synonym_for documentation
2018-01-15  Mike Bayer- add missing 2018 update to conf.py
2018-01-12  Mike Bayerhappy new year
2018-01-12  Aubrey Stark... `ValuesBase.values` inconsistency fix
2018-01-05  Mike Bayerturn off pytest's latest plugin we didn't ask for,...
2018-01-04  Mike BayerCheck for object was expunged before restoring after...
2017-12-18  Jacob HayesAdd TRUNCATE to postgres autocommit regexp
2017-12-15  Martijn PietersAllow for the database to produce a UUID instance
2017-12-15  Jacob HayesFix import in Inspector.reflecttable doc
2017-12-04  Mike BayerAdd tests for ARRAY propagate events re. MutableList
2017-12-01  Randy BarlowFix a typo in basic_relationships.rst.
2017-11-17  mike bayerMerge "add nullsfirst() / nullslast() to top-level...
2017-11-16  Jeff WidmanAdd license to Wheel metadata
2017-11-16  Lele Gaifaxadd nullsfirst() / nullslast() to top-level imports
2017-11-13  Mike BayerPropagate kwargs for mysql concat, match
2017-11-09  Mike Bayer- fix loop logic that was leaving out 10K items from
2017-11-03  Mike BayerVersion 1.1.16 placeholder
2017-11-03  Mike Bayer- 1.1.15 rel_1_1_15
2017-11-03  Mike BayerFix as many RST parse warnings as possible.
2017-11-02  Mike BayerAdd doc note for contains_eager() w/ subclasses.
2017-10-31  Nicolas CANIARTAccommodate tuples for ColumnDefault.__repr__
2017-10-31  Mike Bayer- add notes that @comparator and @expression don't...
2017-10-28  Mike BayerFilter attributes we don't map during a load_scalar_att...
2017-10-24  wodimfix typo
2017-10-24  Jeff WidmanFix typo: multidimentional --> multidimensional
2017-10-24  Mike BayerResolve AliasedClass when determining owning class...
2017-10-23  Daniel ThorellRemove deprecation warnings mysql5 7 20
2017-10-23  mike bayerMerge "Get MariaDB normalized version relative to ...
2017-10-23  Mike BayerAdd changelog for ticket #4097
2017-10-23  Mike BayerGet MariaDB normalized version relative to "MariaDB...
2017-10-20  Paul Anton... Add missing space in repr of the sessionmaker class
2017-10-12  Mike Bayer- make a note in 1.1 migration notes for ref #4102
2017-10-10  mike bayerMerge "Don't include SelectBase when searching for...
2017-10-09  Mike Bayer - add a note how to generate pg10 IDENTITY for now
2017-10-06  Mike BayerFix array_agg to accommodate ARRAY arguments
2017-10-05  Mike BayerDon't include SelectBase when searching for surface...
2017-10-03  Mike BayerImprove check for overlapping FK targets on sibling...
2017-10-03  Mike BayerSupport pg10
2017-09-29  Mike BayerTake schema name into account when querying sqlite_master
2017-09-29  Mike BayerSupport mariadb 10.2
2017-09-28  Mike BayerRepair incorrectly merged mariadb logic
2017-09-28  Mike BayerRemove unused .cascading from unit test for __table_cls...
2017-09-28  Mike BayerWarn for mariadb 10.2 < 9
2017-09-28  mike bayerMerge "Add full list of pyodbc error codes for MSSQL...
2017-09-28  Mike Bayer- add more dragons to session.begin() / autocommit...
2017-09-28  Mike Bayer- tweak the handle_error docs a bit
2017-09-28  Mike BayerAdd full list of pyodbc error codes for MSSQL
2017-09-27  mike bayerMerge "Support method form of any_(), all_()" into...
2017-09-27  Mike BayerSupport method form of any_(), all_()
2017-09-27  mike bayerMerge "Accomodate for multidimensional array in rewriti...
2017-09-27  Mike BayerAccomodate for multidimensional array in rewriting...
2017-09-26  Mike BayerDocument and test __table_cls__
2017-09-25  Michael SmirnovFixed a typo in before_execute doc.
2017-09-12  Mike Bayeruse the stack to get the insert statement in on conflict
2017-09-05  Mike BayerVersion 1.1.15 placeholder
2017-09-05  Mike Bayer- 1.1.14 rel_1_1_14
2017-09-05  Mike Bayer- 1.1.14 placeholder
2017-09-05  mike bayerMerge "Guard against KeyError in session.merge after...
2017-09-05  mike bayerMerge "Check for non-mapped property in synonym" into...
2017-09-04  Mike BayerGuard against KeyError in session.merge after check...
2017-09-04  Mike BayerCheck for non-mapped property in synonym
2017-09-04  Mike BayerAlways check that discarded state is the expected one
2017-09-01  Mike BayerAdd InternalError for mysqlclient disconnect
2017-09-01  Mike Bayerinclude a note about the importance of type coerce...
2017-08-31  Mike BayerConsider merge key with (None, ) as non-persistent
2017-08-31  Mike Bayer- pin on cx_Oracle 6.0.1 for the moment while we wait for
2017-08-25  Mike BayerAllow for multiple FOLLOWING/PRECEDING in a window...
2017-08-24  Mike BayerEnsure col is not None when retrieving quick populators
2017-08-24  Mike Bayer- sanitize class names for junit reporting
2017-08-24  Mike BayerRestore original test names
2017-08-24  Mike BayerAllow multiple versions of single backend
2017-08-23  Mike Bayer- remove 3.4's
2017-08-23  Mike Bayer- add posargs so we can run profile regenon individual...
2017-08-22  Mike Bayer- fix typos
2017-08-22  Mike Bayer- modernize the mysql connection timeout docs
2017-08-22  Mike BayerFirst level repair for cx_Oracle 6.0 test regressions
2017-08-22  Mike Bayer- ensure identifier re-use doesn't make this break
2017-08-22  Mike Bayer- allow a separate template database to be used for
2017-08-22  Mike Bayer- repair --dbs
2017-08-22  Mike Bayer- still supporting py2.6 in 1.1 (!)
2017-08-22  Mike Bayer- simplify and see if it still works
2017-08-22  Mike Bayermerge PG fixes from master
2017-08-21  hsmtkkfix a typo
2017-08-21  Mike Bayer- filter out non-oracle URLs
2017-08-21  Mike Bayer- this test doesn't work in strict mode, not that important
2017-08-21  Mike Bayer- a few mysql fixes, more to come
2017-08-21  Mike Bayer- rework oracle de-provisioning to write URLs to the...
2017-08-21  Mike Bayer- add some logging for the provisioning
2017-08-19  Mike Bayer- dont run sql mode config tests if we aren't on mysql
2017-08-19  Mike Bayer- correct server side cursor assertion for driver names
2017-08-19  Mike Bayer- backport new tox config options from 1.2
2017-08-19  Mike Bayer- rework the unittests README which was very out of...
2017-08-09  Nils Philippsenfix "constrast" typos
2017-08-06  Mike Bayer- modernize orm.reconstructor documentation a bit
next