]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2015-12-07  Mike Bayer- write a real inline documentation section for from_se...
2015-12-05  Mike Bayer- and NLS_LANG....
2015-12-05  Mike Bayer- add ORACLE_HOME to passenv allowing oracle to work...
2015-12-04  Mike Bayer- fix loading.py merge_result for new _merge() argument
2015-12-04  Mike Bayer- The :meth:`.Session.merge` method now tracks pending...
2015-12-02  Mike Bayer- Fixed issue where post_update on a many-to-one relati...
2015-12-02  Mike Bayer- Fixed bug where CREATE TABLE with a no-column table...
2015-11-30  Mike Bayer- Added the error "20006: Write to the server failed...
2015-11-30  Mike Bayer- changelog for #3573, fixes #3573
2015-11-30  Mike BayerMerge remote-tracking branch 'origin/pr/216'
2015-11-30  Mike Bayer- changelog for pullreq github:215
2015-11-30  Mike BayerMerge remote-tracking branch 'origin/pr/215'
2015-11-30  Mike BayerMerge remote-tracking branch 'origin/pr/217'
2015-11-30  Mike BayerMerge remote-tracking branch 'origin/pr/214'
2015-11-30  Mike Bayer- restore 'declarative' classifier
2015-11-30  Nils Philippsenpy2k: accept unicode literals on :func:`backref`, too
2015-11-30  Mike BayerMerge remote-tracking branch 'origin/pr/212'
2015-11-30  Mike Bayer- update changelog for all the py3.5/3.6 related prs...
2015-11-30  Mike BayerMerge remote-tracking branch 'origin/pr/211'
2015-11-30  Mike Bayer- A descriptive ValueError is now raised in the event...
2015-11-30  Mike Bayer- update changelog to accommodate pr github:218
2015-11-30  Mike BayerMerge remote-tracking branch 'origin/pr/218'
2015-11-30  Iuri de SilvioFix _assert_unorderable_types on py36.
2015-11-30  Mike Bayer- changelog for pr github:210
2015-11-30  Mike BayerMerge remote-tracking branch 'origin/pr/210'
2015-11-30  Mike Bayer- make inserted_primary_key a link and be more clear...
2015-11-30  Mike Bayer- close the session
2015-11-29  Mike Bayer- Fixed an issue in baked queries where the .get()...
2015-11-28  Mike Bayer- Added support for parameter-ordered SET clauses in...
2015-11-28  Hugh Cole-BakerFix a typo in the disconnect handling code example
2015-11-25  Mike Bayer- Fixed bug which is actually a regression that occurre...
2015-11-25  Mike Bayer- support declarativemappedtest with per-test setup
2015-11-25  Mike Bayer- add an ignore for N806
2015-11-25  Nils Philippsenpy2k: accept unicode literals on :func:`backref`, too
2015-11-24  Bas van den... - Change "expr" to "entity" for example illustrating...
2015-11-24  Diana Clarke- Postgres: Do not prefix table with schema in: "FOR...
2015-11-23  aischfix postgresql exclude contraint to check when= against...
2015-11-22  Mike Bayer- add py35
2015-11-21  Mike Bayer- set explicit encoding settings for default mysql...
2015-11-21  Mike Bayer- Fixed joinedload bug which would occur when a. the...
2015-11-21  Mike Bayer- don't create tables on compile-only tests
2015-11-20  Mike Bayer- try to get this to skip for oracle
2015-11-19  Mike Bayer- A rare case which occurs when a :meth:`.Session.rollb...
2015-11-19  Mike Bayer- add documentation that describes, then proceeds to...
2015-11-19  Mike Bayer- Fixed the ``.python_type`` attribute of :class:`...
2015-11-19  Mike Bayer- rewrite the docs and add a test for the bake_queries...
2015-11-18  Mike Bayer- Added support for reflecting the source of materializ...
2015-11-17  Jeff WidmanFix typo: wtihin --> within
2015-11-14  Mike Bayer- extend pullreq github:213 to also include DATETIMEOFF...
2015-11-14  Mike BayerMerge remote-tracking branch 'origin/pr/213' into pr213
2015-11-13  Jacobo de VeraPass precision value to mssql.DATETIME2 when it is 0
2015-11-13  Mike Bayer- fix missing argument in TypeDecorator.copy(), fixes...
2015-11-11  Mike Bayer- correct the commit from ref #3582 to refer to the...
2015-11-11  Mike Bayer- Fixed bug where the "single table inheritance" criter...
2015-11-10  Mike BayerMerge branch 'jeffwidman/update-links-in-sqlalchemy...
2015-11-10  Mike BayerMerge branch 'jeffwidman/fix-typo-foriegn-foreign-14468...
2015-11-10  Sven Schliesingfix typo: Explcitly -> Explicitly
2015-11-09  Mike Bayer- fix ambiguous documentation re: after_flush_postexec...
2015-11-07  Mike Bayer- fix broken link to loader behavior
2015-11-07  Jeff WidmanFix typo: foriegn --> foreign
2015-11-05  Jeff WidmanUpdated PostgreSQL links to point to "current" rather...
2015-11-04  Jeff WidmanUpdate links in SQLAlchemy docs that point to postgres...
2015-10-30  pgjonesChange generator termination from StopIteration to...
2015-10-30  Mike Bayer- cross-linking for pool recycle feature
2015-10-29  Mike BayerMerge branch 'pr204'
2015-10-29  Mike Bayer- convert wrap_callable() to a general purpose update_w...
2015-10-29  Jacob MacDonaldUpdate usages of getargspec to compat version.
2015-10-28  Mike Bayer- add a JSON warning for coerce_compared_value
2015-10-22  Mike BayerMerge remote-tracking branch 'origin/pr/196' into pr196
2015-10-22  Mike Bayer- update the pool pessimistic invalidation recipe to...
2015-10-20  Mike Bayer- release date for 1.0.9
2015-10-20  Mike Bayer- try to make this language more succinct and fix links
2015-10-19  Mike Bayer- use is_() here to more clearly show what's going...
2015-10-19  Mike Bayer- adjust 4f54607923a11669961b53f where we still allow_m...
2015-10-19  Mike Bayer- Fixed regression in 1.0 where new feature of using...
2015-10-15  Martin J. Hsu- wrap ColumnDefault empty arg callables like functools...
2015-10-11  Mike Bayer- exclude this from unpredictable gc
2015-10-11  Mike Bayer- modernize some very old global-engine tests w/ bad...
2015-10-11  Mike Bayer- repair flake8 issues
2015-10-11  Mike Bayer- repair laziness about setting time zone here, which...
2015-10-09  Mike Bayer- Added the :paramref:`.AssociationProxy.info` paramete...
2015-10-09  Mike BayerMerge remote-tracking branch 'origin/pr/203'
2015-10-09  Mike Bayer- this was supposed to be client-side SQL default not...
2015-10-09  Mike BayerMerge remote-tracking branch 'origin/pr/205'
2015-10-08  Mike Bayer- open up autoincrement for columns that have a default...
2015-10-08  Mike BayerMerge remote-tracking branch 'origin/pr/208'
2015-10-08  Mike Bayer- for DB's w/o a real "autoincrement", reflection shoul...
2015-10-07  Peter DeminUpdate base.py
2015-10-07  Mike Bayer- The system by which a :class:`.Column` considers...
2015-10-05  Mike Bayer- Fixed bug in Oracle dialect where reflection of table...
2015-10-02  Mike Bayer- add an additional note regarding select_from, fixes...
2015-10-01  Mike Bayer- remove ambiguous use of the phrase "joined together...
2015-09-29  Mike Bayer- bzzt, fix the base _post_configure_engine() call...
2015-09-28  Mike Bayer- limit the search for schemas to not include "temp...
2015-09-28  Mike BayerMerge remote-tracking branch 'origin/pr/198' into pr198
2015-09-28  Eric SiegermanDoc fix
2015-09-28  Eric SiegermanRemplement Query.one() in terms of .one_or_none()
2015-09-27  Mike Bayer- fix bool test
2015-09-27  Mike Bayer- break out critical aspects of test_query into their...
2015-09-24  Eric SiegermanFix sqlalchemy.ext.baked.Result.one_or_none() exception...
next